Cut Barcode Scanner v2.8 for Android.
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 28 May 2009 16:03:28 +0000 (16:03 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 28 May 2009 16:03:28 +0000 (16:03 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@960 59b500cc-1b3d-0410-9834-0bbf25fbcc57

android/AndroidManifest.xml
android/assets/html/whatsnew.html

index ca5106f..4ff39db 100755 (executable)
@@ -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="2.7"
-          android:versionCode="18">
+          android:versionName="2.8"
+          android:versionCode="20">
   <uses-sdk android:minSdkVersion="1"/>
   <application android:icon="@drawable/launcher_icon"
                android:label="@string/app_name">
index 9b55eae..b873587 100644 (file)
@@ -3,14 +3,12 @@
 <body>
 <link rel="StyleSheet" href="style.css" type="text/css">
 <h3><center>What's new in this version</center></h3>
-<p>New in version 2.7:</p>
+<p>New in version 2.8:</p>
 <ul>
-  <li>Searching for a product online now uses the new mobile version of Google Product Search, which
-  is formatted for small screens and loads quicker.</li>
-  <li>Two fixes in QR Code version detection.</li>
-  <li>Fixed encoding QR Codes of geo locations.</li>
-  <li>You can now encode a contact as a QR Code even if it doesn't have a name, i.e. just a phone
-  number.</li>
+  <li>Fixed a bug in sharing contact info.</li>
+  <li>QR Code decoding works better in difficult lighting.</li>
+  <li>Added simplified and traditional Chinese translations.</li>
+  <li>Several other minor improvements and bug fixes.</li>
 </ul>
 </body>
 </html>
\ No newline at end of file