Fixed some code which was ignoring the result of MonochromeBitmapSource calls, which...
[zxing.git] / core / src / com / google / zxing / oned / AbstractOneDReader.java
2009-06-25 dswitkinFixed some code which was ignoring the result of Monoch...
2009-04-28 srowenIssue 183: Adds support for detecting multiple barcodes...
2009-02-23 srowenTiny optimizations to boolean logic to avoid extra...
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-09-29 dswitkin- Fixed a crash when parsing a particular VCard with...
2008-07-08 srowenAdd iCal support, plus many small changes suggested...
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-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...