summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2009-01-07Added 18 real world DataMatrix blackbox images, plus turned on rotation for t...dswitkin38-0/+60
2009-01-05On a tip from Sandy found an error in the QR code detector that would miss a ...srowen5-7/+7
2008-12-30Add more unit tests for client.result, and more small code tweaks.srowen21-38/+500
2008-12-23Moved one file back to the ITF directory because it should be readable.dswitkin2-0/+1
2008-12-23ISSUE: http://code.google.com/p/zxing/issues/detail?id=110kev.sully8-4/+0
2008-12-23ISSUE: http://code.google.com/p/zxing/issues/detail?id=110kev.sully4-0/+0
2008-12-23Turned on ITF as a format you can request via hint. Also rejiggered the unit ...dswitkin3-8/+43
2008-12-22ISSUE: http://code.google.com/p/zxing/issues/detail?id=110kev.sully1-1/+1
2008-12-22ISSUE: http://code.google.com/p/zxing/issues/detail?id=110kev.sully18-0/+9
2008-12-21More small changes from code inspectionsrowen9-15/+17
2008-12-21Correct exception handling in certain situations so that routine decoding fai...srowen2-12/+13
2008-12-19Added golden results to all of our result parsing unit tests, uncovering and ...dswitkin3-102/+187
2008-12-19Fixed crash and bad parsing of an SMS with a question mark in the subject or ...dswitkin3-12/+22
2008-12-12More reckless refactoring and code style tweaks -- mostly adding braces aroun...srowen8-21/+18
2008-12-10Another attack on integrating encoder and decoder: Version is done. Attempted...srowen13-519/+272
2008-12-09Made our parsing code handle uppercase prefixes for a variety of loosely-defi...dswitkin6-6/+13
2008-12-05Fix apparently-inconsequential typo in QR code encoder test casesrowen1-1/+1
2008-12-03Fixed a bug in geo coordinate display, where we were always tacking on "deg N...dswitkin1-2/+1
2008-12-02Unify handling of Mode toosrowen11-236/+125
2008-12-02Unify handling of EC level between encoder and decodersrowen10-166/+132
2008-12-02Big rename of variables and method to have more standard Java namessrowen10-795/+796
2008-12-02Some formatting changes, and a few tiny optimizationssrowen1-1/+1
2008-12-02Some formatting changes, and a few tiny optimizationssrowen1-327/+299
2008-11-26Added a new QR Code unit test of real world photos of t-shirts. These are not...dswitkin97-0/+88
2008-11-21Made Java naming changes to BitVector.dswitkin6-84/+84
2008-11-21ISSUE: http://code.google.com/p/zxing/issues/detail?id=110kev.sully1-20/+7
2008-11-21ISSUE: http://code.google.com/p/zxing/issues/detail?id=110kev.sully1-15/+55
2008-11-21ISSUE: http://code.google.com/p/zxing/issues/detail?id=110kev.sully2-6/+7
2008-11-21Removed some logging from the QR encoder. Nothing in core should be printf'in...dswitkin3-10/+0
2008-11-21Ported and rewrote the Renderer unit test to test QRCodeWriter. We encode sev...dswitkin6-2/+182
2008-11-20ISSUE: http://code.google.com/p/zxing/issues/detail?id=110kev.sully14-0/+7
2008-11-20ISSUE: http://code.google.com/p/zxing/issues/detail?id=110kev.sully14-7/+0
2008-11-20ISSUE: http://code.google.com/p/zxing/issues/detail?id=110kev.sully9-0/+5
2008-11-20ISSUE: http://code.google.com/p/zxing/issues/detail?id=110kev.sully1-0/+0
2008-11-20ISSUE: http://code.google.com/p/zxing/issues/detail?id=110kev.sully1-35/+34
2008-11-20ISSUE: http://code.google.com/p/zxing/issues/detail?id=110kev.sully4-282/+343
2008-11-20git-svn-id: https://zxing.googlecode.com/svn/trunk@743 59b500cc-1b3d-0410-983...srowen1-4/+4
2008-11-20Ported over the BitVector bug fix and new unit test from Satoru.dswitkin3-4/+44
2008-11-20Added ITF-14 decoder from Kevin. Not enabled yet as we need to think a bit ab...srowen8-1/+329
2008-11-20Remove Debug and switch to eceptions in Encoder / Writer APIsrowen12-443/+306
2008-11-19Changed the Writer interface to provide contents as a String instead of a byt...dswitkin3-9/+9
2008-11-19Fixed more unit tests.dswitkin3-25/+9
2008-11-19Fixed testIsValidKanjiSequence(). Looks like the data arrays got copied over ...dswitkin1-3/+10
2008-11-19Deleted a big honking polynomial table that was unused, and a related class.dswitkin1-182/+0
2008-11-19Did some optimization and cleanup.dswitkin2-55/+57
2008-11-19Added the quiet zone to the QRCodeWriter.dswitkin1-4/+12
2008-11-19Fixed testInterleaveWithECBytes().dswitkin1-4/+11
2008-11-19Fixed two more tests.dswitkin3-18/+24
2008-11-19Corrected logic to handle case where remainder polynomial has leading 0 coeff...srowen3-8/+11
2008-11-19Changes to the matrix and debug classes to make some tests pass.ccmysen2-2/+6