zxing/android/assets/html/whatsnew.html
dswitkin 0fd5a2c506 - Created Barcode Scanner 3.0 beta 1, for Donut and above only.
- Added support for ACTION_SEND intent for encoding a QR from Contacts.
- Made VCARD parsing a little less strict.
- Updated help and fixed a minor UI issue.
- Removed vestigial intent support using the old package name.

git-svn-id: https://zxing.googlecode.com/svn/trunk@1075 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-10-19 18:04:57 +00:00

15 lines
589 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.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>