Oops, forgot to include in last commit
[zxing.git] / core /
2008-03-19 srowenOops, forgot to include in last commit
2008-03-19 srowenFixed bug in rotation code for BufferedImageMonochromeB...
2008-03-19 srowenDumb logic error in boundary case for transformation...
2008-03-17 srowenAdded overdue Reed-Solomon tests
2008-03-17 srowenAdd support for tel: URIs
2008-03-17 srowenOnly parse UPC result out of a UPC format code, to...
2008-03-17 srowengit-svn-id: zxing.googlecode.com/svn/trunk@290 59b500cc...
2008-03-17 srowenFixed naming convention. Everything should be a "Parsed...
2008-03-17 srowenNope, disable link from geo: URL to Google Maps. Does...
2008-03-17 srowenFirst checkin of support for basic NDEF message types...
2008-03-17 srowenAdd client support for geo URIs
2008-03-17 srowenAdd geo: URL support (oh and removed an old moved file)
2008-03-14 srowen"Try harder" now examines a lot more lines in the image
2008-03-14 srowenAdded result metadata mechanism: now, reports orientati...
2008-03-14 srowenOops, delete old files that were moved
2008-03-14 srowenChanged signature of parse() to take in more general...
2008-03-14 srowenMove GridSampler into common package and refactor to...
2008-03-14 srowenThis URL seems dead, removing the test
2008-03-13 srowenTrying out a new user-requested decode hint, allowing...
2008-03-12 srowenJavadoc typo fix
2008-03-12 srowenTemporarily turning off Data Matrix in MultiFormatReade...
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 overdue EAN-8 tests
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.
2008-03-10 srowenOverdue unit tests for some QR code classes
2008-03-10 srowenMove BitSource to common package so that it can be...
2008-03-06 srowenAdd support for Android Intent URIs encoded in a barcode
2008-03-06 srowenNow supports KDDI/AU / Softbank address book format
2008-03-05 srowenMore minor code improvements
2008-03-05 srowenVarious code tweaks and refactorings suggested by IntelliJ
2008-03-04 srowenTry more possible finder patterns, but be stricter...
2008-03-04 srowenMinor change to avoid using synthetic accessor for...
2008-03-04 srowenTypo in Version 25 spec (thanks Brian)
2008-03-03 srowenDisallow BufferedImage of type TYPE_CUSTOM -- not decod...
2008-03-03 srowenRefactored to avoid use of exceptions in parsing, at...
2008-03-03 srowenFix typo in method "isRotate*d*Supported"; don't attemp...
2008-03-03 srowenNew rotated 1D barcode test case
2008-03-03 srowenTries TRY_HARDER too in tests now, to confirm it only...
2008-03-03 srowenUse TRY_HARDER hint in javase CommandLineRunner. TRY_HA...
2008-02-25 srowenTake more advantage of TRY_HARDER
2008-02-25 srowenAdded BarcodeFormat to Result, indicating what type...
2008-02-25 srowenAdded "URLTO" format support
2008-02-22 srowenOops, not clearing row counters when we shift down...
2008-02-22 srowenRemoved bad test cases -- for now considering this...
2008-02-22 srowenOops, another code typo fix
2008-02-22 srowenImproved GridSampler API -- no need for reflection...
2008-02-19 srowenLittle bug fix affecting QR Codes that run all the...
2008-02-19 srowenAdd some basic Code 39, Code 128 tests
2008-02-19 srowenAdded "extended mode" to optionally support Extended...
2008-02-19 srowenFixed typo on pattern for "I"
2008-02-19 srowenImproved notion of pattern variance in 1D barcode eleme...
2008-02-19 srowenRefactored Reed-Solomon so it can be used with differen...
2008-02-19 srowenAnother fix to UTF-8 / Shift_JIS guessing
2008-02-15 srowenFixed UTF-8 detection, again, and added unit test
2008-02-14 srowenBiiig standardization of whitespace. 2 space indents...
2008-02-14 srowenMore minor javadoc, code tweaks
2008-02-14 srowenAnother bug fix
2008-02-14 srowenOops fixed bug in guessing Shift_JIS -- flipped if...
2008-02-14 srowenNow tries to guess when byte mode is actually encoding...
2008-02-13 srowenMajor reorg of test cases
2008-02-12 srowenSmall optimization to check ranges of bits set in BitAr...
2008-02-12 srowenCheck fewer lines, and make sure we don't run off the...
2008-02-12 srowenNow make sure javase is built before running tests
2008-02-08 srowenMake images smaller for a better test
2008-02-07 srowenShrunk big images -- more of a challenging test now
2008-02-05 srowenMinor javadoc fix
2008-02-05 srowenRemoved unnecessary second decodeRow() method
2008-02-04 srowenMajor refactoring of 1D barcode code. Moved into com...
2008-01-22 srowenAdded getSize()
2008-01-22 srowenFew more fixes to how tests are run
2008-01-16 srowenOops, now need to include JUnit locally
2008-01-16 srowenMore test cases from Enrique G. S.
2008-01-15 srowenOverhaul unit tests to include more test cases, and...
2008-01-10 srowenSmall tweaks to streamline performance and code, and...
2008-01-07 srowenRemoved unneeded import
2008-01-07 srowenImproved black point estimation -- favor a point not...
2008-01-02 srowenTrivial move of a commented method to better spot ...
2008-01-02 srowenSlightly friendlier error message
2007-12-21 dswitkinThe UPC decoder now returns a pair of points to indicat...
2007-12-21 srowenBe more forgiving about endpoints that transform to...
2007-12-21 srowenSmall logic fix -- OK to end up at border of image...
2007-12-18 srowenImprove correctness of black-run logic in case where...
2007-12-18 srowenTiny logic improvement
2007-12-18 srowenFixed handling of UPC/QR hints, improved error reporting
2007-12-18 srowenBug fix from K. Kakima
2007-12-12 srowenMoved com.google.zxing.client.result from core-ext...
2007-12-07 alasdair.john.mack... Don't calculate 1st digit unless checkBothParities...
2007-12-07 dswitkinMinor changes to support EAN-13.
2007-12-06 srowenAdded some 'if' braces, changes C-comments to javadocs...
2007-12-06 alasdair.john.mack... Add support for EAN-13 barcodes
2007-11-30 srowenFinally added the beginnings of a decent black-box...
2007-11-29 srowenAdd proguard optimizer support. Switch to compile again...
2007-11-28 srowenUse max compression on .zip/.jar files
2007-11-28 srowenI guess build.xml should have a copyright statement too
2007-11-26 srowenNow, can build "ZXingReaderBasic" which does not requir...
2007-11-26 srowenNow makes sure JDK 1.4 / WTK are present. No longer...
next