Another attack on integrating encoder and decoder: Version is done. Attempted to...
[zxing.git] / core / src / com / google / zxing / qrcode / encoder / MatrixUtil.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-21 dswitkinMade Java naming changes to BitVector.
2008-11-20 srowenRemove Debug and switch to eceptions in Encoder / Write...
2008-11-19 ccmysenChanges to the matrix and debug classes to make some...
2008-11-17 dswitkinCreated the base Writer object for all barcode encoding...
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...