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" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.zxing.client.android" package="com.google.zxing.client.android"
android:versionName="4.0" android:versionName="4.1 beta 1"
android:versionCode="79" android:versionCode="80"
android:installLocation="auto"> android:installLocation="auto">
<uses-permission android:name="android.permission.CAMERA"/> <uses-permission android:name="android.permission.CAMERA"/>

View file

@ -4,15 +4,14 @@
<link rel="stylesheet" href="../style.css" type="text/css"/> <link rel="stylesheet" href="../style.css" type="text/css"/>
</head> </head>
<body> <body>
<p><strong>New in version 4.0:</strong></p> <p><strong>New in version 4.1:</strong></p>
<ul> <ul>
<li>Added new camera features like front light support.</li> <li>Made compatibility fixes for Optimus V and Galaxy Tab devices.</li>
<li>Updated the app to require Android 2.1.</li> <li>Improved QR Code character set detection.</li>
<li>Wrote a new history screen.</li> <li>Made more translation fixes.</li>
<li>Removed some unneeded permissions.</li> <li>Improved URL handling for bitcoin and others.</li>
<li>Made some WiFi improvements.</li> <li>Fixed a few rare crashes.</li>
<li>Many, many bug fixes.</li> <li>Improved scanning speed a little.</li>
<li>Many translation fixes.</li>
</ul> </ul>
</body> </body>
</html> </html>