mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Final changes for Barcode Scanner 3.2.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1220 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
779dc5990f
commit
5bc9ba4563
|
@ -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. -->
|
versionName is 2.31, 2.4, or 3.0. -->
|
||||||
<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="3.2 beta 1"
|
android:versionName="3.2"
|
||||||
android:versionCode="44">
|
android:versionCode="45">
|
||||||
<!-- We require Cupcake (Android 1.5) or later, but are really targeting Donut. -->
|
<!-- We require Cupcake (Android 1.5) or later, but are really targeting Donut. -->
|
||||||
<uses-sdk android:minSdkVersion="3"
|
<uses-sdk android:minSdkVersion="3"
|
||||||
android:targetSdkVersion="4"/>
|
android:targetSdkVersion="4"/>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<p>New in version 3.2:</p>
|
<p>New in version 3.2:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Allowed devices without autofocus to see Barcode Scanner in the Market.</li>
|
<li>Allowed devices without autofocus to see Barcode Scanner in the Market.</li>
|
||||||
<li>New Finnish, Dutch, and Czech translations.</li>
|
<li>New Finnish, Swedish, Dutch, and Czech translations.</li>
|
||||||
<li>Added a Google Shopper button when scanning products.</li>
|
<li>Added a Google Shopper button when scanning products.</li>
|
||||||
<li>Fixed a possible crash on unsupported hardware.</li>
|
<li>Fixed a possible crash on unsupported hardware.</li>
|
||||||
<li>Better layouts on QVGA devices like the HTC Tattoo.</li>
|
<li>Better layouts on QVGA devices like the HTC Tattoo.</li>
|
||||||
|
|
|
@ -67,7 +67,7 @@
|
||||||
<string name="msg_encode_contents_failed">Could not encode a barcode from the data provided.</string>
|
<string name="msg_encode_contents_failed">Could not encode a barcode from the data provided.</string>
|
||||||
<string name="msg_encode_in_progress">Generating a barcode\u2026</string>
|
<string name="msg_encode_in_progress">Generating a barcode\u2026</string>
|
||||||
<string name="msg_google_shopper_missing">Google Shopper is not installed</string>
|
<string name="msg_google_shopper_missing">Google Shopper is not installed</string>
|
||||||
<string name="msg_install_google_shopper">Google Shopper is a new Android app with prices, reviews, and more. Would you like to install it from Market?</string>
|
<string name="msg_install_google_shopper">Google Shopper combines barcode scanning with prices, reviews and more without opening the browser. Would you like to try it?</string>
|
||||||
<string name="msg_intent_failed">Sorry, the requested application could not be launched. The barcode contents may be invalid.</string>
|
<string name="msg_intent_failed">Sorry, the requested application could not be launched. The barcode contents may be invalid.</string>
|
||||||
<string name="msg_loading_apps">Loading list of applications\u2026</string>
|
<string name="msg_loading_apps">Loading list of applications\u2026</string>
|
||||||
<string name="msg_not_our_results">You are leaving this application. The search results you will see are not related to this application.</string>
|
<string name="msg_not_our_results">You are leaving this application. The search results you will see are not related to this application.</string>
|
||||||
|
|
Loading…
Reference in a new issue