mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Cut Barcode Scanner v2.8 for Android.
git-svn-id: https://zxing.googlecode.com/svn/trunk@960 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
657a4473fd
commit
b24162298a
|
@ -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">
|
||||
|
|
|
@ -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>
|
Loading…
Reference in a new issue