Small style stuff
[zxing.git] / core / src / com / google / zxing / qrcode /
2010-10-12 srowenSmall style stuff master
2010-10-07 srowenAdjust formatting on last change. Simplify GridSampler
2010-08-31 smparkes@smparkes.netIssue 524
2010-08-16 srowenIssue 520
2010-08-16 srowenIssue 519
2010-08-13 srowenTiny style bits
2010-08-12 srowenIssue 511
2010-07-14 srowenFix corner case - pure barcode, 1 pixel module
2010-06-16 srowenAvoid possible AIOOBE on bad input
2010-05-20 srowen@gmail.comIssue 412
2010-05-19 srowenIssue 411
2010-05-19 srowenIssue 408 comment fix
2010-05-15 srowenMove character encoding logic out to common, try again...
2010-05-02 srowenTypo fix, thanks Ken
2010-04-06 srowenPure-barcode mode can now deal with asymmetric borders...
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
2010-01-11 srowenFix/improvement from Jiayong
2010-01-06 srowenBetter version of revision 1166 and 1165 -- corrects...
2010-01-06 srowenMaybe avoid weird Proguard issue by removing inner...
2009-12-22 srowenGuess of a fix at array index out of bounds problem...
2009-12-08 srowenOpening up the Detector a little to allow extension...
2009-12-08 srowenOops, last change meant to include this -- changelist...
2009-12-08 srowenSmall bug fix from Ralf
2009-11-23 srowenDraft of 'thinking' visualization for barcode scanning...
2009-11-13 srowenBe more conservative about choosing Kanji mode. Since...
2009-11-12 srowenFix some double-reversed i-j problems in this code
2009-11-02 srowenRemove some redundant 'throws'; allocate more reasonabl...
2009-10-13 srowenIssue 249, fix references to methods not in MIDP 2
2009-09-15 srowenSpell checker fixes, narrowed scope / made less visible...
2009-09-14 srowenFix for old logic error in seeking format information...
2009-08-24 srowenIssue 230
2009-08-23 srowenImprove detector logic to throw out false positive...
2009-07-30 srowenAdd MatrixToImageWriter convenience class, small code...
2009-07-22 srowenAdded error correction level to Result
2009-07-22 srowenRe-enable ProGuard, and finally identified the workarou...
2009-07-21 srowenSmall detector simplification that addresses issue...
2009-07-17 srowenAnother tweak to get some valid ISO-8859-1 strings...
2009-06-26 srowenRemove use of BinaryBitmap in QR Code, DM
2009-06-26 dswitkinRefactored the MonochromeBitmapSource class hierarchy...
2009-06-25 dswitkinFixed some code which was ignoring the result of Monoch...
2009-06-22 dswitkinContinuing with the x, y coordinate push, BitMatrix...
2009-06-22 srowenRemove getBits()
2009-06-22 dswitkinUsed IntelliJ's amazing refactoring functions to change...
2009-06-22 dswitkinModified some comments to reflect that these objects...
2009-06-19 dswitkinUpdated some comments about thread safety and fixed...
2009-05-27 srowenFixed an old misspelling and a few tiny tweaks
2009-05-27 srowenImprovement to Shift_JIS encoding detector to avoid...
2009-05-06 srowenFix issue 189. Need to guard against 'false positive...
2009-05-05 srowenAlternate multi QR Code reader from Hannes
2009-05-03 srowenForge ahead with detection even if we missed an alignme...
2009-04-28 srowenIssue 183: Adds support for detecting multiple barcodes...
2009-04-17 srowenIn extreme decoder failure case, make sure not to let...
2009-04-13 dswitkinFixed or removed a bunch of TODOs, and enforced the...
2009-04-12 srowenEnable DataMatrix in the web app / other small tweaks...
2009-04-10 srowenEnable DataMatrix in the web app / other small tweaks
2009-04-06 srowenIssue 165
2009-04-06 srowenIssue 164
2009-03-06 srowenSome clever, perhaps too-clever optimization of masking...
2009-02-23 srowenTiny optimizations to boolean logic to avoid extra...
2009-02-15 srowenTightened a condition to reduce accidentally detecting...
2009-01-31 srowenMore changes in the direction of supporting ECI in...
2009-01-31 srowenAdded basic support for caller-specified character...
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
2009-01-04 srowenOn a tip from Sandy found an error in the QR code detec...
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-12-02 srowenBig rename of variables and method to have more standar...
2008-11-21 dswitkinMade Java naming changes to BitVector.
2008-11-20 dswitkinRemoved some logging from the QR encoder. Nothing in...
2008-11-20 dswitkinPorted and rewrote the Renderer unit test to test QRCod...
2008-11-20 dswitkinPorted over the BitVector bug fix and new unit test...
2008-11-20 srowenRemove Debug and switch to eceptions in Encoder / Write...
2008-11-19 dswitkinChanged the Writer interface to provide contents as...
2008-11-19 dswitkinFixed more unit tests.
2008-11-19 dswitkinDeleted a big honking polynomial table that was unused...
2008-11-19 dswitkinDid some optimization and cleanup.
2008-11-19 dswitkinAdded the quiet zone to the QRCodeWriter.
2008-11-19 dswitkinFixed two more tests.
2008-11-19 ccmysenChanges to the matrix and debug classes to make some...
2008-11-19 dswitkinFixed a bunch more tests, and commented out all of...
2008-11-18 dswitkinMoved ByteArray up to core/common now that it has no...
2008-11-18 dswitkinMade several good fixes to and because of the unit...
2008-11-18 dswitkinCreated a WriterException class and updated a bunch...
2008-11-18 dswitkinMade some incremental progress on the Encoder unit...
2008-11-18 srowenReplace IllegalStateException; still want to make it...
2008-11-18 dswitkinMy BitVector implementation was totally buggy. I rewrot...
2008-11-17 dswitkinCreated the base Writer object for all barcode encoding...
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-16 srowenChange assert to an exception since this facility would...
next