zxing/android/assets/html-en/whatsnew.html
dswitkin@google.com 8edb1ca833 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
2012-06-13 17:55:52 +00:00

19 lines
628 B
HTML

<html>
<head>
<title>What's new in Barcode Scanner</title>
<link rel="stylesheet" href="../style.css" type="text/css"/>
</head>
<body>
<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>
<li>Improved French, Dutch, and Finnish translations.</li>
</ul>
</body>
</html>