ISSUE: http://code.google.com/p/zxing/issues/detail?id=110
authorkev.sully <kev.sully@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Fri, 21 Nov 2008 16:40:40 +0000 (16:40 +0000)
committerkev.sully <kev.sully@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Fri, 21 Nov 2008 16:40:40 +0000 (16:40 +0000)
commit6fe0b176ee3359bf2df6630122287854c5f521d2
tree482821c80f8f62715aabaaf6e8542a16ec86bd51
parentee2faea1b32a01040e261e9438505fa1e0ad0aba
ISSUE: code.google.com/p/zxing/issues/detail?id=110

Changes to fix high nbr of false positives.
- Removed requirement that the barcode fills the viewfinder
- Extended the check on the lenght of decoded barcode - now only 6, 10 and 14 digit barcodes are supported.

git-svn-id: http://zxing.googlecode.com/svn/trunk@756 59b500cc-1b3d-0410-9834-0bbf25fbcc57
core/src/com/google/zxing/oned/ITFReader.java