zxing/android/assets/html/whatsnew.html

19 lines
688 B
HTML
Raw Normal View History

<html>
<title>What's new in this version</title>
<body>
<link rel="StyleSheet" href="style.css" type="text/css">
<h3><center>What's new in this version</center></h3>
<p>New in version 3.01:</p>
<ul>
<li>Fixed the crash-on-launch on the Samsung Moment.</li>
</ul>
<p>New in version 3.0:</p>
<ul>
<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>
</body>
</html>