Another attack on integrating encoder and decoder: Version is done. Attempted to...
[zxing.git] / core / src / com / google / zxing / qrcode / encoder / QRCode.java
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-20 srowenRemove Debug and switch to eceptions in Encoder / Write...
2008-11-19 dswitkinFixed more unit tests.
2008-11-19 dswitkinDid some optimization and cleanup.
2008-11-19 dswitkinFixed two more tests.
2008-11-17 dswitkinCreated the base Writer object for all barcode encoding...
2008-11-14 dswitkinWrote a new ByteArray class to replace 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 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...