Updates for ZXing 1.7.

git-svn-id: https://zxing.googlecode.com/svn/trunk@1816 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
dswitkin@google.com 2011-06-08 19:47:18 +00:00
parent 0d8a49fa15
commit 308cb7096a
2 changed files with 15 additions and 0 deletions

View file

@ -30,6 +30,7 @@ gcstang
Hannes Erven
hypest (Barcorama project)
Isaac Potoczny-Jones
Jeff Breidenbach (Google)
John Connolly (Bug Labs)
Jonas Petersson (Prisjakt)
Joseph Wain (Google)

14
CHANGES
View file

@ -264,3 +264,17 @@
- Added ability to detect multiple barcodes per image
- Many small bug fixes and enhancements
1.7 (8 June 2011)
- Initial support for Aztec codes
- Added the ability to read rectangular DataMatrix codes
- Added new lengths for ITF
- Dozens of bug fixes to core decoding routines
- New C# port
- Android app:
- Tablet support
- Many translations added and updated
- Support for new Intent parameters
- Many bug fixes and small features
- Mostly rewritten iPhone port
- New ZXingWidget library to include scanning in any iOS app
- Made CommandLineRunner multithreaded and recursive