Another round of optimization, focused on reusing arrays and small objects.
[zxing.git] / core / src / com / google / zxing / oned / Code39Reader.java
2008-11-02 dswitkinAnother round of optimization, focused on reusing array...
2008-10-07 srowenAdd check for minimal whitespace before/after Code...
2008-06-19 srowenStandardize and update all copyright statements to...
2008-06-18 srowenSimple check in Code 39 reader to determine wide bars...
2008-06-18 srowenFix pretty clear bug on Code 128 and 39 readers: reject...
2008-04-03 mschulkindsmall typo fix.
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, another code typo fix
2008-02-19 srowenAdded "extended mode" to optionally support Extended...
2008-02-19 srowenFixed typo on pattern for "I"
2008-02-14 srowenBiiig standardization of whitespace. 2 space indents...
2008-02-04 srowenMajor refactoring of 1D barcode code. Moved into com...