Issue 158: Correct some off-by-one problems in Data Matrix detector and a few more...
[zxing.git] / core / src / com / google / zxing / datamatrix / decoder / DecodedBitStreamParser.java
2009-04-06 srowenIssue 158: Correct some off-by-one problems in Data...
2009-01-27 srowenOops, StringBuffer.append(StringBuffer) doesn't exist...
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-11-15 srowenBug fix to unrandomization routine from sanfordsquires
2008-11-15 srowenRemove my old email address from files. Might as well...
2008-07-23 srowenAdded support for "05 Macro" and "06 Macro" in ASCII...
2008-07-21 srowenMore refactoring, fixed a small issue in X12 encodation...
2008-07-18 srowenFixed problem that is unclear from spec: shift apparent...
2008-07-08 srowenAdd iCal support, plus many small changes suggested...
2008-06-19 srowenStandardize and update all copyright statements to...
2008-05-02 srowenMany more little tweaks from IntelliJ inspections
2008-04-07 srowenStandardize array initializer syntax to use the form...
2008-03-11 srowenCompleted some modest tweaks to new Data Matrix code...
2008-03-11 briangbrownAdded code for the Data Matrix decoder.