mirror of
https://github.com/zxing/zxing.git
synced 2024-11-11 13:34:08 -08:00
34230c345a
git-svn-id: https://zxing.googlecode.com/svn/trunk@2405 59b500cc-1b3d-0410-9834-0bbf25fbcc57
18 lines
495 B
HTML
18 lines
495 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.3:</p>
|
|
<ul>
|
|
<li>Continuous focus mode can be disabled on devices with ineffective focus</li>
|
|
<li>Compatible with devices that only have a camera in front</li>
|
|
<li>Made user interface changes to match Android 4 standards</li>
|
|
<li>Translated help into more languages</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|