ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
srowen 627cd6cab0 Avoid possible AIOOBE on bad input
git-svn-id: https://zxing.googlecode.com/svn/trunk@1437 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-16 21:12:43 +00:00
actionscript
android Add support for UPC/EAN +5 extensions, plus basic tests, and display the content in Android client as metadata 2010-06-16 19:49:22 +00:00
android-integration Add Code 93 support. Update tests to reflect new (better) number of successes. 2010-05-30 14:37:08 +00:00
androidtest Tighten up some stuff I saw from the logs 2010-05-08 20:56:31 +00:00
bug
core Avoid possible AIOOBE on bad input 2010-06-16 21:12:43 +00:00
cpp Same change as Revision r1395 for C++ port: Small speedup, per issue 422 2010-05-31 20:58:49 +00:00
csharp
iphone [iphone] updated README 2010-06-15 22:10:23 +00:00
javame For consistency with android/ search Google 2010-04-13 10:23:37 +00:00
javase Update Codabar style and disable it as its causing too many false positives 2010-05-31 12:49:29 +00:00
jruby Replace tabs with spaces ( part of accepting another big patch); fix one failing test due to typo 2010-05-02 06:49:18 +00:00
rim
symbian improved the presentation of the decoded information 2010-05-21 09:47:21 +00:00
zxing.appspot.com Issue 432 fix UMT definition 2010-06-03 21:59:41 +00:00
zxingorg Update Codabar style and disable it as its causing too many false positives 2010-05-31 12:49:29 +00:00
AUTHORS Big RSS Expanded changelist -- thank you authors 2010-05-10 19:18:50 +00:00
build.properties Fix small compile error in javame/, update for Java ME SDK 3.x layout, finally disentangle Proguard location from WTK 2010-04-12 08:59:41 +00:00
build.xml Fix small compile error in javame/, update for Java ME SDK 3.x layout, finally disentangle Proguard location from WTK 2010-04-12 08:59:41 +00:00
CHANGES
COPYING
README

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]