Add more unit tests for client.result, and more small code tweaks.
[zxing.git] / core / src / com / google / zxing / qrcode / detector /
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-02 dswitkinAnother round of optimization, focused on reusing array...
2008-10-29 dswitkinMade a change to the QR detector which cuts the worst...
2008-10-14 dswitkinAdded a bit of defensive programming in the AlignmentPa...
2008-07-30 srowenSome small improvements in error handling based on...
2008-07-21 srowenQuick shortening of a method in FinderPatternFinder...
2008-07-21 srowenEnhance GenericResultPoint and move some logic out...
2008-06-26 srowenAnd fixed the "270" issue: logic error in computing...
2008-06-26 srowenSwitch to integer math in a critical QR Code detector...
2008-06-19 srowenStandardize and update all copyright statements to...
2008-05-08 srowenDetector is now a little more skeptical once it has...
2008-05-05 srowenFix some minor javadoc issues
2008-04-10 dswitkinChanged how many rows we scan while detecting QR finder...
2008-03-19 srowenTake small advantage of "TRY_HARDER" in QR code decoder
2008-03-14 srowenOops, delete old files that were moved
2008-03-14 srowenMove GridSampler into common package and refactor to...
2008-03-11 srowenCompleted some modest tweaks to new Data Matrix code...
2008-03-05 srowenVarious code tweaks and refactorings suggested by IntelliJ
2008-03-04 srowenTry more possible finder patterns, but be stricter...
2008-02-22 srowenImproved GridSampler API -- no need for reflection...
2008-02-19 srowenLittle bug fix affecting QR Codes that run all the...
2008-02-14 srowenBiiig standardization of whitespace. 2 space indents...
2007-12-21 srowenBe more forgiving about endpoints that transform to...
2007-12-21 srowenSmall logic fix -- OK to end up at border of image...
2007-12-18 srowenImprove correctness of black-run logic in case where...
2007-12-18 srowenBug fix from K. Kakima
2007-11-20 srowenShould fix problems decoding tiny QR codes without...
2007-11-16 srowenInitial refactorings to support multiple kinds of black...
2007-11-16 srowenMinor improvements
2007-11-09 srowenTiny tweak
2007-11-09 srowenFixed the rest of my typos and added basic unit test
2007-11-09 srowenBetter, still some bugs
2007-11-08 srowenReplace JAIPerspectiveTransform with PerspectiveTransform
2007-11-07 srowenAdjust tolerance of method that decides whether a finde...
2007-11-07 srowenMore javadoc
2007-10-26 srowenFixed dumb bug that caused grid sampling to sample...
2007-10-23 srowengit-svn-id: zxing.googlecode.com/svn/trunk@6 59b500cc...