Add basic Code 128, Code 39, ITF writers, per Erik
[zxing.git] / core / src / com / google / zxing / oned / Code128Reader.java
2010-03-25 srowenAdd basic Code 128, Code 39, ITF writers, per Erik
2010-02-02 srowen"Split" ReaderException into subclasses to enable more...
2010-01-10 srowenUndo the ^= true thing in more files
2010-01-05 srowenIssue 311 fix
2009-12-08 dswitkinRemoved three interfaces which weren't doing any good...
2009-11-02 srowenRemove some redundant 'throws'; allocate more reasonabl...
2009-06-19 srowenIssue 198
2009-04-28 srowenIssue 183: Adds support for detecting multiple barcodes...
2009-04-13 dswitkinFixed or removed a bunch of TODOs, and enforced the...
2009-02-23 srowenTiny optimizations to boolean logic to avoid extra...
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-10-07 srowenAdd check for minimal whitespace before/after Code...
2008-09-24 srowenFinally actually fix the Code-128 bug and add tests
2008-09-22 srowenAnother fix -- account for CODE_STOP. Add some comments.
2008-09-21 srowenFix bug that would cut out part of result string if...
2008-06-20 dswitkinTuned the Code 128 parameters:
2008-06-19 dswitkinFixed a bug in patternMatchVariance() which caused...
2008-06-19 srowenStandardize and update all copyright statements to...
2008-06-18 srowenImproved approach to 1D decoding -- better use of integ...
2008-06-18 srowenFix pretty clear bug on Code 128 and 39 readers: reject...
2008-06-12 srowenNow use integer math in patternMatchVariance for perfor...
2008-04-02 srowenFixed same ResultPoint bug in Code 128 and Code 39...
2008-03-12 srowenRefactorings to allow raw bytes to be passed back with...
2008-02-25 srowenAdded BarcodeFormat to Result, indicating what type...
2008-02-22 srowenOops, not clearing row counters when we shift down...
2008-02-19 srowenImproved notion of pattern variance in 1D barcode eleme...
2008-02-14 srowenBiiig standardization of whitespace. 2 space indents...
2008-02-04 srowenMajor refactoring of 1D barcode code. Moved into com...