zxing/android/assets/html-en/whatsnew.html

18 lines
559 B
HTML
Raw Normal View History

<!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>