Continuing with the x, y coordinate push, BitMatrix is now standardized. I also conve...
[zxing.git] / core / test / src / com / google / zxing / qrcode / encoder /
2009-06-22 dswitkinUsed IntelliJ's amazing refactoring functions to change...
2009-03-06 srowenSome clever, perhaps too-clever optimization of masking...
2009-01-31 srowenMore changes in the direction of supporting ECI in...
2008-12-30 srowenAdd more unit tests for client.result, and more small...
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 dswitkinPorted over the BitVector bug fix and new unit test...
2008-11-20 srowenRemove Debug and switch to eceptions in Encoder / Write...
2008-11-19 dswitkinFixed more unit tests.
2008-11-19 dswitkinFixed testIsValidKanjiSequence(). Looks like the data...
2008-11-19 dswitkinFixed testInterleaveWithECBytes().
2008-11-19 dswitkinFixed two more tests.
2008-11-19 dswitkinFixed a bunch more tests, and commented out all of...
2008-11-18 dswitkinMoved ByteArray up to core/common now that it has no...
2008-11-18 dswitkinMade several good fixes to and because of the unit...
2008-11-18 dswitkinMade some incremental progress on the Encoder unit...
2008-11-18 ccmysenAdding in the rest of the qrcode test cases.
2008-11-18 dswitkinMy BitVector implementation was totally buggy. I rewrot...