Issue 537, don't return UPC-A for EAN-13 starting with 0 when UPC-A isn't allowed
[zxing.git] / core / src / com / google / zxing / oned /
2010-09-01 srowenIssue 537, don't return UPC-A for EAN-13 starting with...
2010-08-11 srowenAdd result points for UPC EAN metadata extension
2010-08-11 srowenIssue 512
2010-06-22 srowenRemove use of methods not in J2ME
2010-06-16 srowenDisplay possible country origin info on product scan
2010-06-16 srowenAdd support for UPC/EAN +5 extensions, plus basic tests...
2010-06-01 bas5winkelChanged validation method in order to prevent false...
2010-05-31 srowenUpdate Codabar style and disable it as its causing...
2010-05-31 bas5winkel@gmail.comAdded support for codabar format
2010-05-30 srowenAdd Code 93 support. Update tests to reflect new (bette...
2010-05-10 srowenBig RSS Expanded changelist -- thank you authors
2010-05-02 srowenReplace tabs with spaces ( part of accepting another...
2010-04-19 srowenUse RSS14 on the command line; scan more lines since...
2010-04-16 srowenAllow 12-digit ITF
2010-03-30 srowenIssue 361
2010-03-25 srowenQuick patch to make this work with current writer API
2010-03-25 srowenAdd basic Code 128, Code 39, ITF writers, per Erik
2010-03-25 srowenAvoid RSS-14 false positive issue, which temporarily...
2010-03-05 srowenTo fix groups.google.com/group/zxing/browse_thread...
2010-03-04 srowenCaught a few J2ME incompatibilities in build
2010-03-04 srowenPreliminary RSS-14 support. Not enabled yet in Android...
2010-02-02 srowen"Split" ReaderException into subclasses to enable more...
2010-02-01 srowenPre-RSS-14 changes. Necessary code changes, but not...
2010-01-10 srowenUndo the ^= true thing in more files
2010-01-10 srowenIssue 316
2010-01-05 srowenIssue 311 fix
2010-01-03 srowenTwo tiny improvements to make code more consistent
2009-12-13 dswitkinEliminated up to 700 execeptions being thrown per image...
2009-12-08 srowenRemove use of Hashtable.clone(), doesn't work in J2ME
2009-12-08 dswitkinRemoved three interfaces which weren't doing any good...
2009-12-03 dswitkinAdded some comments and fixed up lines over 100 columns.
2009-11-30 srowenIssue 287
2009-11-23 srowenDraft of 'thinking' visualization for barcode scanning...
2009-11-04 srowenAdded Code 39 check digit hint
2009-11-02 srowenRemove some redundant 'throws'; allocate more reasonabl...
2009-09-18 srowenAnother shot at TCP CLOSE_WAIT issue, and tiny code...
2009-09-15 srowenSpell checker fixes, narrowed scope / made less visible...
2009-07-23 dswitkinFixed some long lines over 100 columns.
2009-06-26 dswitkinRefactored the MonochromeBitmapSource class hierarchy...
2009-06-25 dswitkinFixed some code which was ignoring the result of Monoch...
2009-06-22 dswitkinUsed IntelliJ's amazing refactoring functions to change...
2009-06-19 srowenIssue 198
2009-05-27 dswitkinOnly allocate a StringBuffer if the start pattern has...
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...
next