Added result metadata mechanism: now, reports orientation for 1D barcodes if it's...
[zxing.git] / core / src / com / google / zxing / oned / AbstractOneDReader.java
2008-03-14 srowenAdded result metadata mechanism: now, reports orientati...
2008-03-13 srowenTrying out a new user-requested decode hint, allowing...
2008-03-05 srowenVarious code tweaks and refactorings suggested by IntelliJ
2008-03-03 srowenFix typo in method "isRotate*d*Supported"; don't attemp...
2008-03-03 srowenUse TRY_HARDER hint in javase CommandLineRunner. TRY_HA...
2008-02-25 srowenTake more advantage of TRY_HARDER
2008-02-25 srowenAdded BarcodeFormat to Result, indicating what type...
2008-02-19 srowenImproved notion of pattern variance in 1D barcode eleme...
2008-02-12 srowenCheck fewer lines, and make sure we don't run off the...
2008-02-04 srowenMajor refactoring of 1D barcode code. Moved into com...