Update Codabar style and disable it as its causing too many false positives
[zxing.git] / core / src / com / google / zxing / oned / MultiFormatOneDReader.java
2010-05-31 srowenUpdate Codabar style and disable it as its causing...
2010-05-31 bas5winkel@gmail.comAdded support for codabar format
2010-05-30 srowenAdd Code 93 support. Update tests to reflect new (bette...
2010-05-10 srowenBig RSS Expanded changelist -- thank you authors
2010-03-04 srowenPreliminary RSS-14 support. Not enabled yet in Android...
2010-02-02 srowen"Split" ReaderException into subclasses to enable more...
2010-02-01 srowenPre-RSS-14 changes. Necessary code changes, but not...
2009-12-08 dswitkinRemoved three interfaces which weren't doing any good...
2009-12-03 dswitkinAdded some comments and fixed up lines over 100 columns.
2009-11-04 srowenAdded Code 39 check digit hint
2009-03-09 dswitkinTurned on ITF support by default. The typical overhead...
2008-12-22 dswitkinTurned on ITF as a format you can request via hint...
2008-11-21 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=110
2008-11-20 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=110
2008-11-17 srowenmove to singleton ReaderException for a bit more perfor...
2008-11-15 srowenRemove my old email address from files. Might as well...
2008-11-09 srowenMade new array fields final
2008-11-01 dswitkinDiscovered that our 1D Readers were being reallocated...
2008-06-19 srowenStandardize and update all copyright statements to...
2008-03-03 srowenUse TRY_HARDER hint in javase CommandLineRunner. TRY_HA...
2008-02-25 srowenAdded BarcodeFormat to Result, indicating what type...
2008-02-04 srowenMajor refactoring of 1D barcode code. Moved into com...