mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Updated the manifest and What's New page for 4.2 beta 1.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2311 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
14e4aad0fe
commit
8edb1ca833
|
@ -16,8 +16,8 @@
|
|||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.google.zxing.client.android"
|
||||
android:versionName="4.11 beta 1"
|
||||
android:versionCode="82"
|
||||
android:versionName="4.2 beta 1"
|
||||
android:versionCode="83"
|
||||
android:installLocation="auto">
|
||||
|
||||
<uses-permission android:name="android.permission.CAMERA"/>
|
||||
|
|
|
@ -4,19 +4,15 @@
|
|||
<link rel="stylesheet" href="../style.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<p><strong>New in version 4.11:</strong></p>
|
||||
<p><strong>New in version 4.2:</strong></p>
|
||||
<ul>
|
||||
<li>Rewrote the autofocus code to be more reliable.</li>
|
||||
<li>Started using continuous focus mode on devices which support it.</li>
|
||||
<li>Made the volume buttons turn the front light on and off.</li>
|
||||
<li>Added support for 2 digit EAN extension codes.</li>
|
||||
<li>Fixed a few crashes.</li>
|
||||
<li>Fixed another compatibility problem with the Galaxy Tab.</li>
|
||||
</ul>
|
||||
<p><strong>New in version 4.1:</strong></p>
|
||||
<ul>
|
||||
<li>Made compatibility fixes for Optimus V and Galaxy Tab devices.</li>
|
||||
<li>Improved QR Code character set detection.</li>
|
||||
<li>Made more translation fixes.</li>
|
||||
<li>Improved URL handling for bitcoin and others.</li>
|
||||
<li>Fixed a few rare crashes.</li>
|
||||
<li>Improved scanning speed a little.</li>
|
||||
<li>Improved French, Dutch, and Finnish translations.</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue