Revised the What's New help page, and bumped the version to 2.5 final.

git-svn-id: https://zxing.googlecode.com/svn/trunk@866 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
dswitkin 2009-02-20 19:04:13 +00:00
parent bbfc82cc47
commit b2f3eb6b7b
2 changed files with 8 additions and 13 deletions

View file

@ -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. --> versionName is 2.31, 2.4, or 3.0. -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.zxing.client.android" package="com.google.zxing.client.android"
android:versionName="2.4" android:versionName="2.5"
android:versionCode="9"> android:versionCode="11">
<application android:icon="@drawable/launcher_icon" <application android:icon="@drawable/launcher_icon"
android:label="@string/app_name"> android:label="@string/app_name">
<activity android:name=".CaptureActivity" <activity android:name=".CaptureActivity"

View file

@ -3,18 +3,13 @@
<body> <body>
<link rel="StyleSheet" href="style.css" type="text/css"> <link rel="StyleSheet" href="style.css" type="text/css">
<h3><center>What's new in this version</center></h3> <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 <p>New in version 2.5:</p>
barcodes:</p>
<center><p><img src="../images/scan-from-phone.png"></p></center>
<p>Other improvements include:</p>
<ul> <ul>
<li>Scanning is now twice as fast</li> <li>New options to vibrate and copy contents to the clipboard when a barcode is found.</li>
<li>Contact info QR Codes can now contain URLs, birthdays, and more</li> <li>Better parsing and compatibility with the contents of QR Codes.</li>
<li>Calendar events can be read from QR Codes and added to your calendar</li> <li>Fixed a crash when scanning a QR Code of an SMS message with a question mark in it.</li>
<li>Improved support for reading Japanese characters in QR Codes</li> <li>Fixed a crash with QR Codes which encode geo: coordinates.</li>
<li>Searching Google will now use the phone's locale for local results instead of always using <li>More robust QR Codes detection and decoding.</li>
google.com</li>
<li>New HTML help system</li>
</ul> </ul>
</body> </body>
</html> </html>