mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
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:
parent
685c98b828
commit
5e5ac2153e
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue