ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
2008-10-29 14:22:44 +00:00
android Added support for a title when searching for an address, for example a business name. Also changed snipppets --> snippet in book search. 2008-10-23 18:34:35 +00:00
androidtest Updated the Android benchmark with more accurate timing and better results output. Also fixed walking the tree to use a consistent order to make comparison between the device and emulator easier. 2008-10-27 16:30:36 +00:00
bug Add column caching to MonochromeBitmapSources and use it to improve Data Matrix speed 2008-10-22 08:43:56 +00:00
core Made a change to the QR detector which cuts the worst case rejection time from 300 ms to 160 ms, with almost no penalty in decoding ability. Given that we're emphasizing continuous decoding, I feel it's much better to reject the occasional borderline image in half the time, and get on with the next scan. 2008-10-29 14:22:44 +00:00
cpp/core initialize valarrays with explicit contents (zero) 2008-10-24 09:53:01 +00:00
iphone updated app version to 1.0.1 2008-10-24 10:12:40 +00:00
javame Going back to old approach of using JSR-234 directly, then compiling with different code to produce a non-JSR-234 version. This approach isn't working on some phones -- including JSR-234 phones. 2008-10-26 13:29:46 +00:00
javase Add column caching to MonochromeBitmapSources and use it to improve Data Matrix speed 2008-10-22 08:43:56 +00:00
rim Generate simple .alx file with RIM build 2008-09-21 11:12:41 +00:00
zxingorg Add back basic link 2008-10-28 10:30:32 +00:00
AUTHORS Initial checkin of RIM client from LifeMarks, after initial refactorings and style changes, etc. May still need work. 2008-08-04 18:39:26 +00:00
build.properties Putting the final touches on the 1.1 release. 2008-10-22 14:30:32 +00:00
build.xml More fixes to the build files after trying to build the whole thing again for release 2008-07-10 20:25:42 +00:00
CHANGES Putting the final touches on the 1.1 release. 2008-10-22 14:30:32 +00:00
COPYING Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
README git-svn-id: https://zxing.googlecode.com/svn/trunk@39 59b500cc-1b3d-0410-9834-0bbf25fbcc57 2007-11-15 17:59:01 +00:00

Please refer to the project page for more information:
http://code.google.com/p/zxing/
in particular:
http://code.google.com/p/zxing/wiki/GettingStarted

To get started, you can try building and running the command-line client;
you will need to have Apache's Ant tool installed to run this:

ant -f core/build.xml
ant -f javase/build.xml
java -cp javase/javase.jar:core/core.jar com.google.zxing.client.j2se.CommandLineRunner [URL]