mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
- Fixed two crashes on low DPI devices because of missing/stale views in layout-ldpi/capture.xml. - Added support for apps on SD card on Froyo. - Updated SDK to 8. - Tweaked some font sizes. - Updated the What's New page. git-svn-id: https://zxing.googlecode.com/svn/trunk@1464 59b500cc-1b3d-0410-9834-0bbf25fbcc57
21 lines
719 B
HTML
21 lines
719 B
HTML
<html>
|
|
<head>
|
|
<title>What's new in this version</title>
|
|
<link rel="stylesheet" href="style.css" type="text/css"/>
|
|
</head>
|
|
<body>
|
|
<p><b>New in version 3.4:</b></p>
|
|
<ul>
|
|
<li>Added suppport for WiFi base station creditials in QR Codes.</li>
|
|
<li>Added Code 93 support.</li>
|
|
<li>Added recognition of 5 digit UPC/EAN extensions.</li>
|
|
<li>Added bulk scan mode to the preferences.</li>
|
|
<li>Allowed the app to be moved to the SD card on Froyo devices.</li>
|
|
<li>Fixed a problem where scanning would not work when resuming the app.</li>
|
|
<li>Made Calendar event parsing more lenient.</li>
|
|
<li>Fixed crashes in the QR Encoder with missing data.</li>
|
|
<li>Updated the UI appearance a bit.</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|