Created the base Writer object for all barcode encoding, then wrote a QR Code version...
[zxing.git] / core / src / com / google / zxing / qrcode / encoder / Encoder.java
2008-11-17 dswitkinCreated the base Writer object for all barcode encoding...
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 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...