Marginal improvement to datamatrix decoder
[zxing.git] / core / src / com / google / zxing / oned /
2009-04-28 srowenIssue 183: Adds support for detecting multiple barcodes...
2009-04-13 dswitkinFixed or removed a bunch of TODOs, and enforced the...
2009-03-09 dswitkinTurned on ITF support in the Android client, and fixed...
2009-03-09 dswitkinTurned on ITF support by default. The typical overhead...
2009-03-07 srowenFixed decodeEnd() situation whereby row might not be...
2009-02-23 srowenTiny optimizations to boolean logic to avoid extra...
2009-01-30 srowenAdd ALLOWED_LENGTHS hint, for now, in support of ITF
2008-12-30 srowenAdd more unit tests for client.result, and more small...
2008-12-22 dswitkinTurned on ITF as a format you can request via hint...
2008-12-21 srowenMore small changes from code inspection
2008-12-11 srowenMore reckless refactoring and code style tweaks --...
2008-12-01 srowenSome formatting changes, and a few tiny optimizations
2008-11-21 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=110
2008-11-21 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=110
2008-11-21 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=110
2008-11-20 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=110
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-04 srowenRenamed UPC result type to Product, and introduced...
2008-11-02 dswitkinAnother round of optimization, focused on reusing array...
2008-11-01 dswitkinDiscovered that our 1D Readers were being reallocated...
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-09-29 dswitkin- Fixed a crash when parsing a particular VCard with...
2008-09-24 srowenFinally actually fix the Code-128 bug and add tests
2008-09-22 srowenAnother fix -- account for CODE_STOP. Add some comments.
2008-09-21 srowenFix bug that would cut out part of result string if...
2008-08-12 srowen(Thanks to John White) Make UPC/EAN decoder less picky...
2008-07-09 srowenMinor style tweaks
2008-07-08 srowenAdd iCal support, plus many small changes suggested...
2008-06-20 dswitkinTuned the Code 128 parameters:
2008-06-19 dswitkinFixed a bug in patternMatchVariance() which caused...
2008-06-19 srowenStandardize and update all copyright statements to...
2008-06-18 srowenSimple check in Code 39 reader to determine wide bars...
2008-06-18 srowenImproved approach to 1D decoding -- better use of integ...
2008-06-18 srowenFix pretty clear bug on Code 128 and 39 readers: reject...
2008-06-12 srowenNow use integer math in patternMatchVariance for perfor...
2008-06-11 srowenUnify UPC-A reader into EAN-13 reader since EAN-13...
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 mschulkindsmall typo fix.
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-04-02 srowenFixed same ResultPoint bug in Code 128 and Code 39...
2008-04-01 dswitkinFixed the result points for 1D decoding so that we...
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-12 srowenRefactorings to allow raw bytes to be passed back with...
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-22 srowenOops, not clearing row counters when we shift down...
2008-02-22 srowenOops, another code typo fix
2008-02-19 srowenAdded "extended mode" to optionally support Extended...
2008-02-19 srowenFixed typo on pattern for "I"
2008-02-19 srowenImproved notion of pattern variance in 1D barcode eleme...
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-12 srowenCheck fewer lines, and make sure we don't run off the...
2008-02-05 srowenMinor javadoc fix
2008-02-05 srowenRemoved unnecessary second decodeRow() method
2008-02-04 srowenMajor refactoring of 1D barcode code. Moved into com...