- Added support for rotation in our blackbox test framework, and refactored the ways...
[zxing.git] / core / src / com / google / zxing / oned / AbstractOneDReader.java
2008-06-11 dswitkin- Added support for rotation in our blackbox test frame...
2008-05-02 srowenMany more little tweaks from IntelliJ inspections
2008-04-16 srowenAdded workaround for NoSuchMethodError on some Nokia...
2008-04-04 srowenMake two methods public for easier reuse by third-party...
2008-04-03 srowenAt last, removing SKIP_N_BARCODES and separating this...
2008-04-03 srowenAnother fix to ensure that 2 barcodes with the same...
2008-04-02 srowen"Skip 0 barcodes" was incorrectly not returning the...
2008-03-20 srowenMore small improvements to SKIP_N_BARCODES -- now remem...
2008-03-20 srowenRestored SKIP_N_BARCODES functionality and corrected...
2008-03-19 srowen"Try harder" mode now tries 2D formats first. BlackPoin...
2008-03-19 srowenFixed bug in rotation code for BufferedImageMonochromeB...
2008-03-14 srowen"Try harder" now examines a lot more lines in the image
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...