mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Changes for Barcode Scanner 3.51 beta 1.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1633 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
ff1a8ec003
commit
d7e7e20234
|
@ -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.5"
|
||||
android:versionCode="62"
|
||||
android:versionName="3.51 beta 1"
|
||||
android:versionCode="63"
|
||||
android:installLocation="auto">
|
||||
<!-- We require Cupcake (Android 1.5) or later, but are really targeting Donut. -->
|
||||
<uses-sdk android:minSdkVersion="3"
|
||||
|
|
|
@ -4,10 +4,13 @@
|
|||
<link rel="stylesheet" href="style.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<p><b>New in version 3.5:</b></p>
|
||||
<p><b>New in version 3.51:</b></p>
|
||||
<ul>
|
||||
<li>Added Data Matrix barcode reading.</li>
|
||||
<li>Added Turkish translation.</li>
|
||||
<li>Improved Data Matrix barcode reading.</li>
|
||||
<li>Added support for Hanzi encoding of Chinese characters.</li>
|
||||
<li>Added a preview of shortened URLs and product barcodes.</li>
|
||||
<li>Added Korean translation.</li>
|
||||
<li>Fixed a couple of rare crashes.</li>
|
||||
<li>Many bug fixes.</li>
|
||||
</ul>
|
||||
</body>
|
||||
|
|
|
@ -284,10 +284,12 @@ limitations under the License.
|
|||
<target name="release" depends="dex, package-resources">
|
||||
<apkbuilder
|
||||
outfolder="${out-folder}"
|
||||
basename="${ant.project.name}"
|
||||
resourcefile="BarcodeScanner.ap_"
|
||||
apkfilepath="${out-folder}/BarcodeScanner-unsigned.apk"
|
||||
debug="false"
|
||||
signed="false"
|
||||
verbose="false">
|
||||
<file path="${intermediate-dex}" />
|
||||
<dex path="${intermediate-dex-location}" />
|
||||
<sourcefolder path="${source-folder}" />
|
||||
<jarfolder path="${external-libs-folder}" />
|
||||
</apkbuilder>
|
||||
|
|
Loading…
Reference in a new issue