More small changes from code inspection
[zxing.git] / core / src / com / google / zxing / qrcode / QRCodeWriter.java
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...