"Split" ReaderException into subclasses to enable more useful error reporting
[zxing.git] / core / src / com / google / zxing / oned / UPCEReader.java
2010-02-02 srowen"Split" ReaderException into subclasses to enable more...
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.
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-04 srowenRenamed UPC result type to Product, and introduced...
2008-11-02 dswitkinAnother round of optimization, focused on reusing array...
2008-06-19 srowenStandardize and update all copyright statements to...
2008-02-25 srowenAdded BarcodeFormat to Result, indicating what type...
2008-02-04 srowenMajor refactoring of 1D barcode code. Moved into com...