Small style stuff
[zxing.git] / core / src / com / google / zxing / qrcode / encoder /
2010-08-13 srowenTiny style bits
2010-05-02 srowenTypo fix, thanks Ken
2010-03-30 srowenIssue 361
2010-02-02 srowen"Split" ReaderException into subclasses to enable more...
2010-01-06 srowenMaybe avoid weird Proguard issue by removing inner...
2009-11-13 srowenBe more conservative about choosing Kanji mode. Since...
2009-09-15 srowenSpell checker fixes, narrowed scope / made less visible...
2009-07-30 srowenAdd MatrixToImageWriter convenience class, small code...
2009-06-22 dswitkinUsed IntelliJ's amazing refactoring functions to change...
2009-04-28 srowenIssue 183: Adds support for detecting multiple barcodes...
2009-04-13 dswitkinFixed or removed a bunch of TODOs, and enforced the...
2009-03-06 srowenSome clever, perhaps too-clever optimization of masking...
2009-01-31 srowenMore changes in the direction of supporting ECI in...
2009-01-31 srowenAdded basic support for caller-specified character...
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 over the BitVector bug fix and new unit test...
2008-11-20 srowenRemove Debug and switch to eceptions in Encoder / Write...
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 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 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-16 srowenChange assert to an exception since this facility would...
2008-11-15 srowenNow uses new Reed Solomon encoder code
2008-11-14 dswitkinWrote a new ByteArray class to replace StringPiece...
2008-11-14 dswitkinHuge progress on the Encoder. I'm down to StringPiece...
2008-11-14 dswitkinGot MatrixUtil to compile, and refactored some methods...
2008-11-14 dswitkinDid a bunch of comments cleanup.
2008-11-13 dswitkinWrote a reasonable implementation of BitVector which...
2008-11-13 dswitkinWrote a Matrix class and fixed all uses of it, as well...
2008-11-13 dswitkinConverted the Mode and ECLevel enums in QRCode.java.
2008-11-13 dswitkinBegan porting the QR Code encoder from ChartServer...