mirror of
https://github.com/zxing/zxing.git
synced 2024-11-13 06:24:06 -08:00
2220400644
git-svn-id: https://zxing.googlecode.com/svn/trunk@2831 59b500cc-1b3d-0410-9834-0bbf25fbcc57
18 lines
559 B
HTML
18 lines
559 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<title>What's new in Barcode Scanner</title>
|
|
<link rel="stylesheet" href="../style.css" type="text/css"/>
|
|
</head>
|
|
<body>
|
|
<p>New in version 4.4:</p>
|
|
<ul>
|
|
<li>Android 2.3.3 or later is required now.</li>
|
|
<li>The Holo theme is enabled on Android 3 and later.</li>
|
|
<li>The barcode scanning rectangle has been enlarged slightly on some devices.</li>
|
|
<li>The chosen preview size has changed on some devices, in order to accommodate the space taken by the soft navigation bar.</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|