zxing/android/assets/html-en/whatsnew.html
dswitkin@google.com e46307ec6e Fixed a small type, Froyo is not Android 2.1.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2138 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-02-03 20:09:46 +00:00

19 lines
513 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.0:</strong></p>
<ul>
<li>Added new camera features like front light support.</li>
<li>Updated the app to require Android 2.1.</li>
<li>Wrote a new history screen.</li>
<li>Removed some unneeded permissions.</li>
<li>Made some WiFi improvements.</li>
<li>Many, many bug fixes.</li>
<li>Many translation fixes.</li>
</ul>
</body>
</html>