From 1a4fcd85c3f67cf201e0b6b94f7f0f82327e6000 Mon Sep 17 00:00:00 2001 From: dswitkin Date: Wed, 11 Mar 2009 19:35:23 +0000 Subject: [PATCH] Created v2.6 final, and added the ability for web apps to launch Barcode Scanner by linking to http://zxing.appspot.com/scan. git-svn-id: http://zxing.googlecode.com/svn/trunk@885 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- android/AndroidManifest.xml | 11 +++++++++-- android/assets/html/whatsnew.html | 1 + 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 39e985c0..18449af2 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.6" + android:versionCode="13"> + + + + + + + diff --git a/android/assets/html/whatsnew.html b/android/assets/html/whatsnew.html index 36fcae31..0b39b2f2 100644 --- a/android/assets/html/whatsnew.html +++ b/android/assets/html/whatsnew.html @@ -9,6 +9,7 @@
  • Fixed a bug where some URLs would be misinterpreted as email addresses.
  • Added support for uppercase URIs like TEL: and GEO:.
  • Prevented Barcode Scanner from crashing when launching an unhandled intent.
  • +
  • Web apps can now launch Barcode Scanner by creating a hyperlink to http://zxing.appspot.com/scan.
  • Added the version to the about box.
  • -- 2.20.1