From: dswitkin Date: Mon, 4 Jan 2010 20:38:41 +0000 (+0000) Subject: Allowed non-autofocus devices to see the app in Market, and updated the docs and... X-Git-Url: http://git.rot13.org/?p=zxing.git;a=commitdiff_plain;h=55ed80c39f420a5906063ed6cd667f4dba54120f Allowed non-autofocus devices to see the app in Market, and updated the docs and version accordingly. git-svn-id: http://zxing.googlecode.com/svn/trunk@1173 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 9df882a8..16207ce2 100755 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -20,17 +20,21 @@ version to be published. The next versionCode will be 7, regardless of whether t versionName is 2.31, 2.4, or 3.0. --> + android:versionName="3.11 alpha 1" + android:versionCode="43"> - - + + + +

   

+

IMPORTANT: 1D barcodes like those found on products require a phone with autofocus. + Without it, only QR Codes will be scannable.

When a barcode is read, a beep sound will play and you'll see the results of the scan, a description of what the barcode contains, and options to take action on the contents.

If you're having trouble scanning, make sure to hold the phone steady. If the camera is unable to diff --git a/android/assets/html/whatsnew.html b/android/assets/html/whatsnew.html index 9c62e418..aa777c19 100644 --- a/android/assets/html/whatsnew.html +++ b/android/assets/html/whatsnew.html @@ -3,6 +3,11 @@

What's new in this version

+

New in version 3.11:

+
    +
  • Allowed devices without autofocus to see Barcode Scanner in the Market.
  • +
  • Minor translation and bug fixes.
  • +

New in version 3.1:

  • Added a real-time visualization of the image processing as it's looking for barcodes.