Partially addressed Reed-Solomon decoding issue for Datamatrix, but not entirely...
[zxing.git] / core / test /
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...
2008-06-19 dswitkinAdd 26.jpg back with the command line client
2008-06-19 dswitkinDelete 26.jpg again.
2008-06-19 dswitkinAdded rotation to unit test output for clarification.
2008-06-19 dswitkinTrying to add image 26 back to the false positives...
2008-06-19 dswitkinDeleting image 26 which somehow arrived at the server...
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-17 dswitkinCreated a library of images which do not contain barcod...
2008-06-16 srowenFinal updates to use local test images rather than...
2008-06-16 srowenMore updates to use local test images rather than remote
2008-06-16 srowenFirst set of updates to use local test images rather...
2008-06-13 srowenMinor style tweaks
2008-06-12 srowenNow use integer math in patternMatchVariance for perfor...
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-05-02 srowenMany more little tweaks from IntelliJ inspections
2008-04-21 dswitkinAdded some simple sharpening for 1D decoding which...
2008-04-19 dswitkinReplaced the smaller, resized EAN13-2 test images with...
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-04-07 srowenStandardize array initializer syntax to use the form...
2008-03-31 srowenCompleted basic support for NFC / NDEF formats applicab...
2008-03-26 srowenRestored a corrected Reed-Solomon optimization and...
2008-03-26 srowenbiasTowardsWhite was, embarassingly, not accomplishing...
2008-03-24 srowenOptimized 0- and 1-error case of Reed Solomon decoding...
2008-03-17 srowenAdded overdue Reed-Solomon tests
2008-03-17 srowenAdd support for tel: URIs
2008-03-17 srowenAdd geo: URL support (oh and removed an old moved file)
2008-03-14 srowenMove GridSampler into common package and refactor to...
2008-03-14 srowenThis URL seems dead, removing the test
2008-03-12 srowenTemporarily turning off Data Matrix in MultiFormatReade...
2008-03-12 srowenRefactorings to allow raw bytes to be passed back with...
2008-03-11 srowenFixed a few more extractPureBits() gotchas that came...
2008-03-11 srowenAdded overdue EAN-8 tests
2008-03-11 srowenSmall tweaks on this test too
2008-03-11 briangbrownAdded code for the Data Matrix decoder.
2008-03-10 srowenOverdue unit tests for some QR code classes
2008-03-10 srowenMove BitSource to common package so that it can be...
2008-03-06 srowenNow supports KDDI/AU / Softbank address book format
2008-03-03 srowenDisallow BufferedImage of type TYPE_CUSTOM -- not decod...
2008-03-03 srowenNew rotated 1D barcode test case
2008-03-03 srowenTries TRY_HARDER too in tests now, to confirm it only...
2008-02-25 srowenAdded BarcodeFormat to Result, indicating what type...
2008-02-25 srowenAdded "URLTO" format support
2008-02-22 srowenRemoved bad test cases -- for now considering this...
2008-02-19 srowenLittle bug fix affecting QR Codes that run all the...
2008-02-19 srowenAdd some basic Code 39, Code 128 tests
2008-02-15 srowenFixed UTF-8 detection, again, and added unit test
2008-02-14 srowenBiiig standardization of whitespace. 2 space indents...
2008-02-14 srowenMore minor javadoc, code tweaks
2008-02-13 srowenMajor reorg of test cases
2008-02-12 srowenSmall optimization to check ranges of bits set in BitAr...
2008-02-08 srowenMake images smaller for a better test
2008-02-07 srowenShrunk big images -- more of a challenging test now
next