Add to result the raw, but parsed, bytes of byte segments in 2D barcodes
[zxing.git] / core / src / com / google / zxing / oned /
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...