Created Barcode Scanner v4.1 beta 1.

git-svn-id: https://zxing.googlecode.com/svn/trunk@2254 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
dswitkin@google.com 2012-04-16 21:54:57 +00:00
parent 7a0f55da30
commit 1204c7d7fa
2 changed files with 9 additions and 10 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.0"
android:versionCode="79"
android:versionName="4.1 beta 1"
android:versionCode="80"
android:installLocation="auto">
<uses-permission android:name="android.permission.CAMERA"/>

View file

@ -4,15 +4,14 @@
<link rel="stylesheet" href="../style.css" type="text/css"/>
</head>
<body>
<p><strong>New in version 4.0:</strong></p>
<p><strong>New in version 4.1:</strong></p>
<ul>
<li>Added new camera features like front light support.</li>
<li>Updated the app to require Android 2.1.</li>
<li>Wrote a new history screen.</li>
<li>Removed some unneeded permissions.</li>
<li>Made some WiFi improvements.</li>
<li>Many, many bug fixes.</li>
<li>Many translation fixes.</li>
<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>
</ul>
</body>
</html>