Small style stuff
[zxing.git] / core / src / com / google / zxing / qrcode / decoder /
2010-10-12 srowenSmall style stuff master
2010-08-16 srowenIssue 519
2010-08-13 srowenTiny style bits
2010-06-16 srowenAvoid possible AIOOBE on bad input
2010-05-19 srowenIssue 408 comment fix
2010-05-15 srowenMove character encoding logic out to common, try again...
2010-03-30 srowenIssue 361
2010-03-01 srowenRelated to Issue 205, but not the direct issue: read...
2010-02-02 srowen"Split" ReaderException into subclasses to enable more...
2010-01-29 srowenIssue 331
2009-11-12 srowenFix some double-reversed i-j problems in this code
2009-11-02 srowenRemove some redundant 'throws'; allocate more reasonabl...
2009-09-14 srowenFix for old logic error in seeking format information...
2009-08-24 srowenIssue 230
2009-07-22 srowenAdded error correction level to Result
2009-07-22 srowenRe-enable ProGuard, and finally identified the workarou...
2009-07-17 srowenAnother tweak to get some valid ISO-8859-1 strings...
2009-06-22 dswitkinContinuing with the x, y coordinate push, BitMatrix...
2009-06-22 srowenRemove getBits()
2009-05-27 srowenImprovement to Shift_JIS encoding detector to avoid...
2009-05-06 srowenFix issue 189. Need to guard against 'false positive...
2009-04-17 srowenIn extreme decoder failure case, make sure not to let...
2009-04-10 srowenEnable DataMatrix in the web app / other small tweaks
2009-04-06 srowenIssue 165
2009-04-06 srowenIssue 164
2009-02-23 srowenTiny optimizations to boolean logic to avoid extra...
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...
2009-01-10 srowenSmall updates from code inspection
2008-12-30 srowenAdd more unit tests for client.result, and more small...
2008-12-21 srowenMore small changes from code inspection
2008-12-21 srowenCorrect exception handling in certain situations so...
2008-12-11 srowenMore reckless refactoring and code style tweaks --...
2008-12-10 srowenAnother attack on integrating encoder and decoder:...
2008-12-02 srowenUnify handling of Mode too
2008-12-02 srowenUnify handling of EC level between encoder and decoder
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-12 srowenUpdates from sanfordsquires to fix RS decoding for...
2008-11-09 srowenPartially addressed Reed-Solomon decoding issue for...
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-10-28 srowenInner class elements now not private since it is pointl...
2008-07-24 srowenRemove dead files (why doesn't this happen automaticall...
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-06-12 srowenAdded build-optimized target to produce optimized core...
2008-04-07 srowenWorkaround for codes that fail to include (required...
2008-04-07 srowenStandardize array initializer syntax to use the form...
2008-03-12 srowenRefactorings to allow raw bytes to be passed back with...
2008-03-11 srowenCompleted some modest tweaks to new Data Matrix code...
2008-03-10 srowenOverdue unit tests for some QR code classes
2008-03-10 srowenMove BitSource to common package so that it can be...
2008-03-05 srowenMore minor code improvements
2008-03-05 srowenVarious code tweaks and refactorings suggested by IntelliJ
2008-03-04 srowenMinor change to avoid using synthetic accessor for...
2008-03-04 srowenTypo in Version 25 spec (thanks Brian)
2008-02-19 srowenRefactored Reed-Solomon so it can be used with differen...
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-01-02 srowenSlightly friendlier error message
2007-11-07 srowenOops, bug fix for MaskPattern100
2007-11-07 srowenMore javadoc
2007-10-23 srowengit-svn-id: zxing.googlecode.com/svn/trunk@6 59b500cc...