Issue 520
[zxing.git] / core / test / src / com / google / zxing / oned /
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-05-30 srowenAdd Code 93 support. Update tests to reflect new (bette...
2010-05-10 srowenBig RSS Expanded changelist -- thank you authors
2010-03-30 srowenIssue 361
2010-03-25 srowenAvoid RSS-14 false positive issue, which temporarily...
2010-03-04 srowenPreliminary RSS-14 support. Not enabled yet in Android...
2010-02-02 srowen"Split" ReaderException into subclasses to enable more...
2010-01-17 dswitkinThis is a set of mobile image taken at 480x360 with...
2009-12-22 srowenUnit test for some reason too stringent by one? was...
2009-06-19 srowenIssue 198
2009-06-18 dswitkinWrote a quick command line app to calculate how many...
2009-06-16 dswitkinAdded a new blackbox test with extreme shadows and...
2009-03-09 dswitkin- Added a new unit test of 13 ITF images I took with...
2009-01-28 srowenFix a nagging inconvenience from my IDE in running...
2008-12-22 dswitkinTurned on ITF as a format you can request via hint...
2008-12-22 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 srowengit-svn-id: zxing.googlecode.com/svn/trunk@743 59b500cc...
2008-11-20 srowenAdded ITF-14 decoder from Kevin. Not enabled yet as...
2008-11-15 srowenRemove my old email address from files. Might as well...
2008-10-15 dswitkinMade a change to 1D decoding which looks for 100% inste...
2008-10-14 dswitkinExpanded calendar parsing to allow more date formats...
2008-10-07 dswitkinAdded 13 new blackbox images.
2008-10-01 dswitkinAdded two more UPC-A blackbox images submitted by the...
2008-09-24 srowenFinally actually fix the Code-128 bug and add tests
2008-09-23 srowenMore UPC-A tests: interesting clear but low-res images...
2008-08-12 srowen(Thanks to John White) Make UPC/EAN decoder less picky...
2008-08-08 dswitkinAdded 55 EAN-13 real world test images. For mobile...
2008-07-09 dswitkinAdded a reflective UPC-E unit test. We cannot decode...
2008-07-09 dswitkinAdded 41 real world UPC-E tests. We need to improve...
2008-07-09 dswitkinAdded some very difficult reflective UPC-A images ...
2008-07-09 dswitkinAll the positive test cases now track normal and try...
2008-07-09 dswitkinAdded 52 real world UPC-A greyscale test images. We...
2008-06-20 dswitkinTuned the Code 128 parameters:
2008-06-20 dswitkinAdded 40 real world Code 128 images. We decode 9/40...
2008-06-20 dswitkinAdded 17 real world Code 39 images to our unit tests...
2008-06-19 dswitkinFixed a bug in patternMatchVariance() which caused...
2008-06-19 srowenStandardize and update all copyright statements to...
2008-06-11 srowenFix bad logic black point estimator, improving threshol...
2008-06-11 dswitkin- Added support for rotation in our blackbox test frame...
2008-04-21 dswitkinAdded some simple sharpening for 1D decoding which...
2008-04-18 dswitkinAdded a new test library of 16 blurry EAN-13 barcodes...
2008-04-18 dswitkinChanged the black box tests to require an absolute...
2008-03-11 srowenFixed a few more extractPureBits() gotchas that came...
2008-03-11 srowenAdded overdue EAN-8 tests
2008-02-25 srowenAdded BarcodeFormat to Result, indicating what type...
2008-02-19 srowenAdd some basic Code 39, Code 128 tests
2008-02-14 srowenBiiig standardization of whitespace. 2 space indents...
2008-02-13 srowenMajor reorg of test cases