Issue 492
[zxing.git] / core / test / src / com / google / zxing / qrcode / QRCodeBlackBox2TestCase.java
2010-08-14 srowenIssue 492
2010-08-12 srowenIssue 511
2010-05-15 srowenMove character encoding logic out to common, try again...
2010-02-02 srowen"Split" ReaderException into subclasses to enable more...
2009-12-13 dswitkinFinished work on the local binarizer and renamed it...
2009-08-23 srowenImprove detector logic to throw out false positive...
2009-07-21 srowenSmall detector simplification that addresses issue...
2009-05-22 dswitkinChanged the 2D histogram calculation to sample four...
2009-01-28 srowenFix a nagging inconvenience from my IDE in running...
2009-01-04 srowenOn a tip from Sandy found an error in the QR code detec...
2008-11-15 srowenRemove my old email address from files. Might as well...
2008-11-02 srowenRevamp the character encoding detection to use a more...
2008-10-31 dswitkinAdded 17 new, unusual QR Codes to the blackbox tests...
2008-10-29 dswitkinMade a change to the QR detector which cuts the worst...
2008-07-09 dswitkinAll the positive test cases now track normal and try...
2008-06-26 srowenAnd fixed the "270" issue: logic error in computing...
2008-06-19 srowenStandardize and update all copyright statements to...
2008-06-12 srowenNow use integer math in patternMatchVariance for perfor...
2008-06-11 dswitkin- Added support for rotation in our blackbox test frame...
2008-04-18 dswitkinChanged the black box tests to require an absolute...
2008-02-25 srowenAdded BarcodeFormat to Result, indicating what type...
2008-02-13 srowenMajor reorg of test cases