From b24162298a50693e75ebfe0ac729ffaa7cd03cc4 Mon Sep 17 00:00:00 2001 From: dswitkin Date: Thu, 28 May 2009 16:03:28 +0000 Subject: [PATCH] Cut Barcode Scanner v2.8 for Android. git-svn-id: https://zxing.googlecode.com/svn/trunk@960 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- android/AndroidManifest.xml | 4 ++-- android/assets/html/whatsnew.html | 12 +++++------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index ca5106f27..4ff39db04 100755 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -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. --> + android:versionName="2.8" + android:versionCode="20"> diff --git a/android/assets/html/whatsnew.html b/android/assets/html/whatsnew.html index 9b55eae1e..b8735879a 100644 --- a/android/assets/html/whatsnew.html +++ b/android/assets/html/whatsnew.html @@ -3,14 +3,12 @@

What's new in this version

-

New in version 2.7:

+

New in version 2.8:

    -
  • Searching for a product online now uses the new mobile version of Google Product Search, which - is formatted for small screens and loads quicker.
  • -
  • Two fixes in QR Code version detection.
  • -
  • Fixed encoding QR Codes of geo locations.
  • -
  • You can now encode a contact as a QR Code even if it doesn't have a name, i.e. just a phone - number.
  • +
  • Fixed a bug in sharing contact info.
  • +
  • QR Code decoding works better in difficult lighting.
  • +
  • Added simplified and traditional Chinese translations.
  • +
  • Several other minor improvements and bug fixes.
\ No newline at end of file