mirror of
https://github.com/zxing/zxing.git
synced 2024-11-13 06:24:06 -08:00
3b957d3dec
git-svn-id: https://zxing.googlecode.com/svn/trunk@1103 59b500cc-1b3d-0410-9834-0bbf25fbcc57
19 lines
688 B
HTML
19 lines
688 B
HTML
<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> |