Small style stuff
[zxing.git] / core / src / com / google / zxing / qrcode / QRCodeWriter.java
2010-03-30 srowenIssue 361
2010-02-02 srowen"Split" ReaderException into subclasses to enable more...
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-12 srowenEnable DataMatrix in the web app / other small tweaks...
2008-12-21 srowenMore small changes from code inspection
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 EC level between encoder and decoder
2008-12-02 srowenBig rename of variables and method to have more standar...
2008-11-20 dswitkinPorted and rewrote the Renderer unit test to test QRCod...
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 dswitkinAdded the quiet zone to the QRCodeWriter.
2008-11-18 dswitkinMoved ByteArray up to core/common now that it has no...
2008-11-18 dswitkinCreated a WriterException class and updated a bunch...
2008-11-18 srowenReplace IllegalStateException; still want to make it...
2008-11-17 dswitkinCreated the base Writer object for all barcode encoding...