Update sms: and geo: handling to better respect new RFCs
[zxing.git] / core / src / com / google / zxing / qrcode / encoder / BitVector.java
2008-12-10 srowenAnother attack on integrating 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 dswitkinPorted over the BitVector bug fix and new unit test...
2008-11-20 srowenRemove Debug and switch to eceptions in Encoder / Write...
2008-11-18 dswitkinMy BitVector implementation was totally buggy. I rewrot...
2008-11-14 dswitkinWrote a new ByteArray class to replace StringPiece...
2008-11-13 dswitkinWrote a reasonable implementation of BitVector which...
2008-11-13 dswitkinBegan porting the QR Code encoder from ChartServer...