Another fix to UTF-8 / Shift_JIS guessing
[zxing.git] / core / src / com / google /
2008-02-19 srowenAnother fix to UTF-8 / Shift_JIS guessing
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 srowenAnother bug fix
2008-02-14 srowenOops fixed bug in guessing Shift_JIS -- flipped if...
2008-02-14 srowenNow tries to guess when byte mode is actually encoding...
2008-02-12 srowenSmall optimization to check ranges of bits set in BitAr...
2008-02-12 srowenCheck fewer lines, and make sure we don't run off the...
2008-02-05 srowenMinor javadoc fix
2008-02-05 srowenRemoved unnecessary second decodeRow() method
2008-02-04 srowenMajor refactoring of 1D barcode code. Moved into com...
2008-01-22 srowenAdded getSize()
2008-01-10 srowenSmall tweaks to streamline performance and code, and...
2008-01-07 srowenRemoved unneeded import
2008-01-07 srowenImproved black point estimation -- favor a point not...
2008-01-02 srowenTrivial move of a commented method to better spot ...
2008-01-02 srowenSlightly friendlier error message
2007-12-21 dswitkinThe UPC decoder now returns a pair of points to indicat...
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 srowenTiny logic improvement
2007-12-18 srowenFixed handling of UPC/QR hints, improved error reporting
2007-12-18 srowenBug fix from K. Kakima
2007-12-12 srowenMoved com.google.zxing.client.result from core-ext...
2007-12-07 alasdair.john.mack... Don't calculate 1st digit unless checkBothParities...
2007-12-07 dswitkinMinor changes to support EAN-13.
2007-12-06 srowenAdded some 'if' braces, changes C-comments to javadocs...
2007-12-06 alasdair.john.mack... Add support for EAN-13 barcodes
2007-11-20 srowenShould fix problems decoding tiny QR codes without...
2007-11-19 dswitkinImplemented row sampling for histograms and tweaked...
2007-11-16 srowenInitial refactorings to support multiple kinds of black...
2007-11-16 srowenMinor improvements
2007-11-15 srowenAdded reference to thresholding resource
2007-11-14 srowenCode tweaks and so forth with Daniel
2007-11-12 dswitkinAdded the initial version of my UPC reader and modified...
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 srowenOops, bug fix for MaskPattern100
2007-11-07 srowenMore javadoc
2007-11-07 srowenMore javadoc
2007-11-07 srowenMore javadoc
2007-11-06 srowenMore javadoc
2007-11-06 srowenMore javadoc
2007-11-06 srowenAdded more 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...