Turned on ITF support by default. The typical overhead in real world scanning on...
[zxing.git] / core / test /
2009-03-06 srowenSome clever, perhaps too-clever optimization of masking...
2009-03-06 srowenFix #150 again by moving towards a more RFC 2822-compli...
2009-03-05 srowenAddress Issue 152
2009-02-15 srowenTightened a condition to reduce accidentally detecting...
2009-01-31 srowenMore changes in the direction of supporting ECI in...
2009-01-28 srowenFix a nagging inconvenience from my IDE in running...
2009-01-06 dswitkinAdded 18 real world DataMatrix blackbox images, plus...
2009-01-04 srowenOn a tip from Sandy found an error in the QR code detec...
2008-12-30 srowenAdd more unit tests for client.result, and more small...
2008-12-23 dswitkinMoved one file back to the ITF directory because it...
2008-12-23 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=110
2008-12-23 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=110
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-12-22 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=110
2008-12-19 dswitkinAdded golden results to all of our result parsing unit...
2008-12-19 dswitkinFixed crash and bad parsing of an SMS with a question...
2008-12-10 srowenAnother attack on integrating encoder and decoder:...
2008-12-08 dswitkinMade our parsing code handle uppercase prefixes for...
2008-12-05 srowenFix apparently-inconsequential typo in QR code encoder...
2008-12-02 srowenUnify handling of Mode too
2008-12-02 srowenUnify handling of EC level between encoder and decoder
2008-12-02 srowenBig rename of variables and method to have more standar...
2008-12-02 srowenSome formatting changes, and a few tiny optimizations
2008-11-26 dswitkinAdded a new QR Code unit test of real world photos...
2008-11-21 dswitkinMade Java naming changes to BitVector.
2008-11-21 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=110
2008-11-20 dswitkinPorted and rewrote the Renderer unit test to test QRCod...
2008-11-20 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 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 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 dswitkinPorted over the BitVector bug fix and new unit test...
2008-11-20 srowenAdded ITF-14 decoder from Kevin. Not enabled yet as...
2008-11-20 srowenRemove Debug and switch to eceptions in Encoder / Write...
2008-11-19 dswitkinFixed more unit tests.
2008-11-19 dswitkinFixed testIsValidKanjiSequence(). Looks like the data...
2008-11-19 dswitkinFixed testInterleaveWithECBytes().
2008-11-19 dswitkinFixed two more tests.
2008-11-19 srowenCorrected logic to handle case where remainder polynomi...
2008-11-19 dswitkinFixed a bunch more tests, and commented out all of...
2008-11-18 dswitkinMoved ByteArray up to core/common now that it has no...
2008-11-18 dswitkinMade several good fixes to and because of the unit...
2008-11-18 dswitkinMade some incremental progress on the Encoder unit...
2008-11-18 ccmysenAdding in the rest of the qrcode test cases.
2008-11-18 ccmysenAdd testdata for the qrcode encoder tests (mainly part...
2008-11-18 dswitkinMy BitVector implementation was totally buggy. I rewrot...
2008-11-15 srowenAdd to result the raw, but parsed, bytes of byte segmen...
2008-11-15 srowenRemove my old email address from files. Might as well...
2008-11-14 srowenMore enhancements to Reed-Solomon tests
2008-11-14 srowenAdded Reed-Solomon encoder, suitable for QR Code encoding
2008-11-12 srowenUpdates from sanfordsquires to fix RS decoding for...
2008-11-12 srowenUpdates from sanfordsquires to fix RS decoding for...
2008-11-09 srowenPartially addressed Reed-Solomon decoding issue for...
2008-11-04 srowenRenamed UPC result type to Product, and introduced...
2008-11-02 srowenRevamp the character encoding detection to use a more...
2008-11-02 srowenUpdated qrcode-2 with corrected output for some Japanes...
2008-10-31 dswitkinAdded 17 new, unusual QR Codes to the blackbox tests...
2008-10-30 dswitkinFixed a crash in calendar parsing when encountering...
2008-10-29 dswitkinMade a change to the QR detector which cuts the worst...
2008-10-15 dswitkinMade a change to 1D decoding which looks for 100% inste...
2008-10-14 dswitkinCreated 40 new blackbox images which are partial shots...
2008-10-14 dswitkinExpanded calendar parsing to allow more date formats...
2008-10-07 dswitkinAdded 13 new blackbox images.
2008-10-01 srowenRecent bug fix uncovered some bugs in test case --...
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-09-01 srowengit-svn-id: zxing.googlecode.com/svn/trunk@574 59b500cc...
2008-08-25 dswitkinAdded a new unit test of real world QR codes. We get...
2008-08-21 srowenURIParsedResult now has isPossiblyMaliciousURI() to...
2008-08-15 srowenPer dominik.wild, added support for "sms:number:body...
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-08-06 srowenUse unicode escapes to avoid apparent source file encod...
2008-07-30 srowenRe-add ECI test case and groundwork for more tests...
2008-07-24 srowenRemove dead files
2008-07-10 dswitkinSmall improvement to unit test results output.
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-07-08 srowenAdd iCal support, plus many small changes suggested...
2008-06-27 srowenAdded mms:, mmsto: support and tests, plus basic tests...
2008-06-27 srowenMore refactoring of parsed results / result parsers...
2008-06-26 srowenAnd fixed the "270" issue: logic error in computing...
2008-06-26 srowenBig refactoring of ParsedResult: now split into ResultP...
2008-06-25 dswitkinAdded new test of unsupported barcodes, to make sure...
2008-06-25 dswitkinAdded blackbox test of partial barcodes which should...
2008-06-25 dswitkinReworked the false positives unit tests to track each...
2008-06-23 srowenAdded ECI for values 0-2 and also standardize character...
2008-06-20 srowenAdded some degree of support for Character Set ECIs
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...
next