Checks that dependencies are built now and produces an appropriate warning message.
[zxing.git] / core /
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...
2007-11-20 srowenShould fix problems decoding tiny QR codes without...
2007-11-20 srowenReference JDK 1.4 classes file location directly to...
2007-11-19 srowenLast updates to build files
2007-11-19 dswitkinImplemented row sampling for histograms and tweaked...
2007-11-16 srowenInitial refactorings to support multiple kinds of black...
2007-11-16 srowenMinor improvements
2007-11-15 srowenAdded reference to thresholding resource
2007-11-14 srowenCode tweaks and so forth with Daniel
2007-11-14 srowenAdded top-level build file, removed local copy of JUnit...
2007-11-12 dswitkinAdded the initial version of my UPC reader and modified...
2007-11-09 srowenTiny tweak
2007-11-09 srowenFixed the rest of my typos and added basic unit test
2007-11-09 srowenBetter, still some bugs
2007-11-08 srowenReplace JAIPerspectiveTransform with PerspectiveTransform
2007-11-07 srowenAdjust tolerance of method that decides whether a finde...
2007-11-07 srowenOops, bug fix for MaskPattern100
2007-11-07 srowenFix compile problem for JDK 1.4
2007-11-07 srowenAdded more test cases
2007-11-07 srowenMore javadoc
2007-11-07 srowenMore javadoc
2007-11-07 srowenMore javadoc
2007-11-06 srowenMore javadoc
2007-11-06 srowenMore javadoc
2007-11-06 srowenAdded more javadoc
2007-10-26 srowenFixed dumb bug that caused grid sampling to sample...
2007-10-23 srowengit-svn-id: zxing.googlecode.com/svn/trunk@6 59b500cc...