Add to result the raw, but parsed, bytes of byte segments in 2D barcodes
[zxing.git] / core / src / com / google / zxing / datamatrix /
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-11-12 srowenUpdates from sanfordsquires to fix RS decoding for...
2008-11-09 srowenPartially addressed Reed-Solomon decoding issue for...
2008-11-08 srowenAddress a small but clear bug in detector logic
2008-11-06 srowenSmall additional error check in decoder
2008-10-22 srowenAdd column caching to MonochromeBitmapSources and use...
2008-08-06 srowenReverted inadvertent Detector changes that broke unit...
2008-08-04 srowenInitial checkin of Data Matrix detector. Still needs...
2008-07-25 srowenMinor style changes; optimized nested loops at end...
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-06-12 srowenAdded build-optimized target to produce optimized core...
2008-05-05 srowenFix some minor javadoc issues
2008-05-02 srowenMany more little tweaks from IntelliJ inspections
2008-04-07 srowenStandardize array initializer syntax to use the form...
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 srowenSmall tweaks on this test too
2008-03-11 srowenCompleted some modest tweaks to new Data Matrix code...
2008-03-11 briangbrownAdded code for the Data Matrix decoder.