mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
Bumped the Android client version to 3.1 beta 1 and wrote up release notes.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1159 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
e779586745
commit
20ae03785b
|
@ -20,10 +20,11 @@ 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="3.1 alpha1"
|
android:versionName="3.1 beta1"
|
||||||
android:versionCode="40">
|
android:versionCode="41">
|
||||||
<!-- We require Cupcake (Android 1.5) or later. -->
|
<!-- We require Cupcake (Android 1.5) or later, but are really targeting Donut. -->
|
||||||
<uses-sdk android:minSdkVersion="3"/>
|
<uses-sdk android:minSdkVersion="3"
|
||||||
|
android:targetSdkVersion="4"/>
|
||||||
<!-- Donut-specific flags which allow us to run on large and high dpi screens. -->
|
<!-- Donut-specific flags which allow us to run on large and high dpi screens. -->
|
||||||
<supports-screens
|
<supports-screens
|
||||||
android:largeScreens="true"
|
android:largeScreens="true"
|
||||||
|
|
|
@ -3,17 +3,12 @@
|
||||||
<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 3.01:</p>
|
<p>New in version 3.1:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed the crash-on-launch on the Samsung Moment.</li>
|
<li>Added a real-time visualization of the image processing as it's looking for barcodes.</li>
|
||||||
</ul>
|
<li>Made QR Code reading in shadows or other difficult lighting dramatically better.</li>
|
||||||
<p>New in version 3.0:</p>
|
<li>Added sharing of any installed app by generating a QR Code that links to Market.</li>
|
||||||
<ul>
|
<li>Many other minor improvements and bug fixes.</li>
|
||||||
<li>Added support for high resolution and high DPI screens.</li>
|
|
||||||
<li>Made the scanning rectangle wider for better performance on 1D barcodes.</li>
|
|
||||||
<li>Wrote a new history feature (press Menu from the scanning screen).</li>
|
|
||||||
<li>Added support for sharing contacts via ACTION_SEND.</li>
|
|
||||||
<li>Better performance and stability on Donut (Android 1.6) and later.</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue