ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
2009-09-23 15:19:44 +00:00
android Updated the HTML "What's new" page with 3.0 features. 2009-09-23 15:19:44 +00:00
android-integration Need to use 1.5 jar location 2009-08-04 15:57:37 +00:00
androidtest Added a new feature to the test app, which captures all the device info and default camera parameters, then bundles them up into an email. This will make it very easy to get some important info about new devices from users (e.g. the HTC Hero which I don't have). 2009-09-02 21:06:00 +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 Remove MobileTag support -- outdated, unused, and not clear we support the direction MobileTag is going 2009-09-23 13:33:45 +00:00
cpp/core * Throw the actual exception objects, rather than pointers to them, i.e.: 2009-06-27 13:22:03 +00:00
csharp Fix issue 221 2009-08-04 08:53:05 +00:00
iphone Issue 224, remove Christian's info since it seems to prevent the build from working for developers? 2009-08-12 09:15:52 +00:00
javame Fix an (old?) compile error 2009-06-26 19:03:04 +00:00
javase Boneheaded mistake: was writing transparent pixels 2009-08-04 21:59:24 +00:00
rim 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
zxing.appspot.com Fix Contact qrcode generator on appengine. 2009-05-11 18:16:40 +00:00
zxingorg Another shot at TCP CLOSE_WAIT issue, and tiny code tweak 2009-09-18 10:27:17 +00:00
AUTHORS Added hypest who apparently actually wrote the C# port 2009-05-29 00:05:48 +00:00
build.properties Make web app work on Servlet/JSP 2.3/1.2 and fix some other mistakes 2009-08-13 11:11:48 +00:00
build.xml Make web app work on Servlet/JSP 2.3/1.2 and fix some other mistakes 2009-08-13 11:11:48 +00:00
CHANGES Whoops, forgot to mention the C# port, I thought it was present in v1.2. 2009-03-11 19:47:25 +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]