Add to result the raw, but parsed, bytes of byte segments in 2D barcodes
[zxing.git] / core / src / com / google / zxing / qrcode / decoder / DecodedBitStreamParser.java
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-08 srowenAttempt to make encoding detection slightly more accura...
2008-11-02 srowenRevamp the character encoding detection to use a more...
2008-11-02 srowenNow more lenient in detecting Shift_JIS to detect more...
2008-10-31 srowenAllow up to 3 superfluous bits at end of stream
2008-07-24 srowenFactor out ECI-related code for reuse with Data Matrix...
2008-06-27 srowenAdd minimal support for FNC1 mode in QR Code
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-19 srowenStandardize and update all copyright statements to...
2008-06-19 srowenCorrect a few more things about ECI parsing
2008-06-19 dswitkinFixed the build.
2008-06-19 srowenAdded, at least, parsing of ECI mode in QR Code
2008-04-07 srowenWorkaround for codes that fail to include (required...
2008-04-07 srowenStandardize array initializer syntax to use the form...
2008-03-10 srowenMove BitSource to common package so that it can be...
2008-03-05 srowenMore minor code improvements
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 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-01-02 srowenSlightly friendlier error message
2007-11-07 srowenMore javadoc
2007-10-23 srowengit-svn-id: zxing.googlecode.com/svn/trunk@6 59b500cc...