Issue 495: Renamed DATAMATRIX to DATA_MATRIX for consistency.
[zxing.git] / core / src / com / google / zxing / datamatrix / DataMatrixReader.java
2010-08-05 dswitkin@google.comIssue 495: Renamed DATAMATRIX to DATA_MATRIX for consis...
2010-04-06 srowenPure-barcode mode can now deal with asymmetric borders...
2010-02-02 srowen"Split" ReaderException into subclasses to enable more...
2010-02-01 srowenPre-RSS-14 changes. Necessary code changes, but not...
2009-07-22 srowenAdded error correction level to Result
2009-06-26 srowenRemove use of BinaryBitmap in QR Code, DM
2009-06-26 dswitkinRefactored the MonochromeBitmapSource class hierarchy...
2009-06-22 dswitkinContinuing with the x, y coordinate push, BitMatrix...
2008-11-17 srowenmove to singleton ReaderException for a bit more perfor...
2008-11-15 srowenAdd to result the raw, but parsed, bytes of byte segmen...
2008-08-04 srowenInitial checkin of Data Matrix detector. Still needs...
2008-06-19 srowenStandardize and update all copyright statements to...
2008-03-12 srowenRefactorings to allow raw bytes to be passed back with...
2008-03-11 srowenFixed a few more extractPureBits() gotchas that came...
2008-03-11 srowenAdded some needed bounds checking in Data Matrix, QR...
2008-03-11 srowenCompleted some modest tweaks to new Data Matrix code...
2008-03-11 briangbrownAdded code for the Data Matrix decoder.