mirror of
https://github.com/zxing/zxing.git
synced 2025-02-21 02:55:27 -08:00
- Cleaned up the sharing UI - Removed a piece of black artwork - Fixed the Froyo bug with the Help screen appearing blank - Made external URLs in Help launch in the Browser - Updated some help text git-svn-id: https://zxing.googlecode.com/svn/trunk@1491 59b500cc-1b3d-0410-9834-0bbf25fbcc57
21 lines
737 B
HTML
21 lines
737 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 support for WiFi base station credentials in QR Codes. Use the
|
|
<a href="http://zxing.appspot.com/generator/">ZXing QR Code Generator</a> to make one.</li>
|
|
<li>Added Code 93 support.</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 scanning not working 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>
|