Changes for Barcode Scanner 3.53 beta 1.

git-svn-id: https://zxing.googlecode.com/svn/trunk@1692 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
dswitkin@google.com 2010-12-23 22:09:19 +00:00
parent 685c98b828
commit 5e5ac2153e
3 changed files with 10 additions and 3 deletions

View file

@ -20,8 +20,8 @@ version to be published. The next versionCode will be 7, regardless of whether t
versionName is 2.31, 2.4, or 3.0. -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.zxing.client.android"
android:versionName="3.52"
android:versionCode="65"
android:versionName="3.53 beta 1"
android:versionCode="66"
android:installLocation="auto">
<!-- We require Cupcake (Android 1.5) or later, but are really targeting Donut. -->
<uses-sdk android:minSdkVersion="3"

View file

@ -4,6 +4,13 @@
<link rel="stylesheet" href="style.css" type="text/css"/>
</head>
<body>
<p><b>New in version 3.53:</b></p>
<ul>
<li>Added support for 16 and 24 digit ITF codes.</li>
<li>Added support for mirrored images for front-facing cameras.</li>
<li>Improved Chinese, Turkish, Czech, and German translations.</li>
<li>Improved handling of all day calendar events on some devices.</li>
</ul>
<p><b>New in version 3.52:</b></p>
<ul>
<li>Fixed a crash on the Wildfire, Intercept, and other low DPI devices.</li>

View file

@ -286,7 +286,7 @@ limitations under the License.
<target name="release" depends="dex, package-resources">
<apkbuilder
outfolder="${out-folder}"
resourcefile="BarcodeScanner_"
resourcefile="BarcodeScanner"
apkfilepath="${out-folder}/BarcodeScanner-unsigned.apk"
debugpackaging="false"
debugsigning="false"