Revised the What's New help page, and bumped the version to 2.5 final.
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Fri, 20 Feb 2009 19:04:13 +0000 (19:04 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Fri, 20 Feb 2009 19:04:13 +0000 (19:04 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@866 59b500cc-1b3d-0410-9834-0bbf25fbcc57

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

index 6f70dd1..da96d02 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.4"
-          android:versionCode="9">
+          android:versionName="2.5"
+          android:versionCode="11">
   <application android:icon="@drawable/launcher_icon"
                android:label="@string/app_name">
     <activity android:name=".CaptureActivity"
index 9553947..f9f8c83 100644 (file)
@@ -3,18 +3,13 @@
 <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.4, you can <a href="sharing.html">share information with your friends</a> using
-  barcodes:</p>
-<center><p><img src="../images/scan-from-phone.png"></p></center>
-<p>Other improvements include:</p>
+<p>New in version 2.5:</p>
 <ul>
-  <li>Scanning is now twice as fast</li>
-  <li>Contact info QR Codes can now contain URLs, birthdays, and more</li>
-  <li>Calendar events can be read from QR Codes and added to your calendar</li>
-  <li>Improved support for reading Japanese characters in QR Codes</li>
-  <li>Searching Google will now use the phone's locale for local results instead of always using
-    google.com</li>
-  <li>New HTML help system</li>
+  <li>New options to vibrate and copy contents to the clipboard when a barcode is found.</li>
+  <li>Better parsing and compatibility with the contents of QR Codes.</li>
+  <li>Fixed a crash when scanning a QR Code of an SMS message with a question mark in it.</li>
+  <li>Fixed a crash with QR Codes which encode geo: coordinates.</li>
+  <li>More robust QR Codes detection and decoding.</li>
 </ul>
 </body>
 </html>
\ No newline at end of file