ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
2011-10-21 23:30:39 +00:00
actionscript Issue 886 updating failing actionscript core test 2011-06-30 07:39:14 +00:00
android Merge miscellaneous additional changes from my near-identical version of hiding text while encoding QR codes: redact menu bar title, and some javadoc improvements in Intents 2011-10-21 23:30:39 +00:00
android-integration Issue 1006 touch up pom.xml files and add new contributed one for android-integration 2011-10-06 16:43:20 +00:00
androidtest Added an option to hide the contents when encoding a barcode via Intent. 2011-10-21 21:09:13 +00:00
bug Refactored the MonochromeBitmapSource class hierarchy into LuminanceSource, Binarizer, and BinaryBitmap classes. The unit tests pass and I believe the change is complete, but there are some clients like J2ME and Bug that I can't build. 2009-06-26 17:49:45 +00:00
core Fixed up some comments and formatting. 2011-10-18 19:17:33 +00:00
cpp Port multi reader from Java. Closes Issue 1027. 2011-10-20 19:11:33 +00:00
csharp Issue 1009 typo fix; remove unused catch variables 2011-10-08 10:38:07 +00:00
iphone tighten iphone readme wording 2011-10-20 15:20:19 +00:00
javame Style stuff mostly but fix a problem between Aztec and J2ME too 2010-12-15 14:42:17 +00:00
javase Use new translate v2 API; v1 is deprecated and we should probably not have been encouraging people to access it automatically as it was apparently quite abused. v2 is for-pay; bring your own key. But, no more rate limiting. 2011-10-18 10:04:57 +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
objc fix objc init signatures 2011-10-09 18:55:44 +00:00
rim Issue 548, delete() before close() on FileConnection 2010-09-10 12:40:18 +00:00
symbian small fix (forgotten invalid resource elements) 2011-09-21 20:52:04 +00:00
zxing.appspot.com Adding a helpful README. I keep forgetting the appspot workflow if I don't 2011-09-17 18:00:25 +00:00
zxingorg A bunch of code style related changes 2011-05-21 03:36:39 +00:00
AUTHORS Issue 727 contributed initial Maxicode support 2011-10-04 10:12:55 +00:00
build.properties Made some changes for Ice Cream Sandwich and bumped the version 2011-10-18 18:45:31 +00:00
build.xml Don't build javame anymore in main build 2011-09-15 09:25:59 +00:00
CHANGES Updates for ZXing 1.7. 2011-06-08 19:47:18 +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
NOTICE PDF417 encoder, modified from Barcode4J 2011-08-29 09:42:52 +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]