Avoid possible AIOOBE on bad input
[zxing.git] / core / src / com / google / zxing / qrcode / decoder / DecodedBitStreamParser.java
2010-06-16 srowenAvoid possible AIOOBE on bad input
2010-05-15 srowenMove character encoding logic out to common, try again...
2010-02-02 srowen"Split" ReaderException into subclasses to enable more...
2010-01-29 srowenIssue 331
2009-11-02 srowenRemove some redundant 'throws'; allocate more reasonabl...
2009-08-24 srowenIssue 230
2009-07-22 srowenAdded error correction level to Result
2009-07-17 srowenAnother tweak to get some valid ISO-8859-1 strings...
2009-05-27 srowenImprovement to Shift_JIS encoding detector to avoid...
2009-01-31 srowenMore changes in the direction of supporting ECI in...
2009-01-21 srowenActually, let the scanner read codes using structured...
2009-01-20 srowenIssue 127: Add structured append mode and make it clear...
2008-12-21 srowenCorrect exception handling in certain situations so...
2008-11-17 srowenmove to singleton ReaderException for a bit more perfor...
2008-11-16 srowenAdd a bit of a hack to better detect UTF-8 in the wild...
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...