More small changes from code inspection
[zxing.git] / core / src / com / google / zxing / oned / AbstractUPCEANReader.java
2008-12-21 srowenMore small changes from code inspection
2008-11-20 srowenAdded ITF-14 decoder from Kevin. Not enabled yet as...
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-02 dswitkinAnother round of optimization, focused on reusing array...
2008-10-15 dswitkinMade a change to 1D decoding which looks for 100% inste...
2008-10-07 srowenAdd check for minimal whitespace before/after Code...
2008-08-12 srowen(Thanks to John White) Make UPC/EAN decoder less picky...
2008-07-09 srowenMinor style tweaks
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-12 srowenNow use integer math in patternMatchVariance for perfor...
2008-05-02 srowenMany more little tweaks from IntelliJ inspections
2008-04-01 dswitkinFixed the result points for 1D decoding so that we...
2008-03-12 srowenRefactorings to allow raw bytes to be passed back with...
2008-03-05 srowenVarious code tweaks and refactorings suggested by IntelliJ
2008-02-25 srowenAdded BarcodeFormat to Result, indicating what type...
2008-02-22 srowenOops, not clearing row counters when we shift down...
2008-02-14 srowenBiiig standardization of whitespace. 2 space indents...
2008-02-12 srowenSmall optimization to check ranges of bits set in BitAr...
2008-02-05 srowenMinor javadoc fix
2008-02-04 srowenMajor refactoring of 1D barcode code. Moved into com...