ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
dswitkin dbe7f8aa85 Fixed two more tests.
git-svn-id: https://zxing.googlecode.com/svn/trunk@731 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-11-19 15:51:44 +00:00
android Added support for adding a contact with multiple email addresses and phone numbers. This change requires Android 1.1 to work, but is harmless on 1.0. 2008-11-18 21:31:35 +00:00
androidtest Latent bug I think from earlier change to List from Vector 2008-11-17 17:53:05 +00:00
bug move to singleton ReaderException for a bit more performance 2008-11-17 17:56:31 +00:00
core Fixed two more tests. 2008-11-19 15:51: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 Remove my old email address from files. Might as well save spammers the trouble. 2008-11-15 00:07:25 +00:00
javase Remove my old email address from files. Might as well save spammers the trouble. 2008-11-15 00:07:25 +00:00
rim Generate simple .alx file with RIM build 2008-09-21 11:12:41 +00:00
zxingorg Remove my old email address from files. Might as well save spammers the trouble. 2008-11-15 00:07:25 +00:00
AUTHORS Updates from sanfordsquires to fix RS decoding for Datamatrix 2008-11-12 12:59:47 +00:00
build.properties Putting the final touches on the 1.1 release. 2008-10-22 14:30:32 +00:00
build.xml Added androidtest to the top-level clean target and set it up for ProGuard too. Made both Android builds depend on clean so they work when switching between normal and ProGuard builds, and made install and reinstall use the latest binary instead of recompiling. 2008-10-29 20:13:05 +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]