Updated the manifest and What's New page for 4.2 beta 1.

git-svn-id: https://zxing.googlecode.com/svn/trunk@2311 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
dswitkin@google.com 2012-06-13 17:55:52 +00:00
parent 14e4aad0fe
commit 8edb1ca833
2 changed files with 8 additions and 12 deletions

View file

@ -16,8 +16,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.zxing.client.android"
android:versionName="4.11 beta 1"
android:versionCode="82"
android:versionName="4.2 beta 1"
android:versionCode="83"
android:installLocation="auto">
<uses-permission android:name="android.permission.CAMERA"/>

View file

@ -4,19 +4,15 @@
<link rel="stylesheet" href="../style.css" type="text/css"/>
</head>
<body>
<p><strong>New in version 4.11:</strong></p>
<p><strong>New in version 4.2:</strong></p>
<ul>
<li>Rewrote the autofocus code to be more reliable.</li>
<li>Started using continuous focus mode on devices which support it.</li>
<li>Made the volume buttons turn the front light on and off.</li>
<li>Added support for 2 digit EAN extension codes.</li>
<li>Fixed a few crashes.</li>
<li>Fixed another compatibility problem with the Galaxy Tab.</li>
</ul>
<p><strong>New in version 4.1:</strong></p>
<ul>
<li>Made compatibility fixes for Optimus V and Galaxy Tab devices.</li>
<li>Improved QR Code character set detection.</li>
<li>Made more translation fixes.</li>
<li>Improved URL handling for bitcoin and others.</li>
<li>Fixed a few rare crashes.</li>
<li>Improved scanning speed a little.</li>
<li>Improved French, Dutch, and Finnish translations.</li>
</ul>
</body>
</html>