ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
2009-04-23 07:01:00 +00:00
android Fixed or removed a bunch of TODOs, and enforced the 100 columns limit in a bunch of places. Also allowed QR Codes to be encoded of contacts without names. 2009-04-13 21:20:11 +00:00
android-integration Added small android-integration module 2009-02-17 12:27:14 +00:00
androidtest Tweak to compile with Android 1.5 but still work in 1.1 2009-04-15 09:58:54 +00:00
bug Changed the order of the BaseMonochromeBitmapSource constructor arguments to be width, height to match the rest of the codebase, and added two apparently missing methods to the J2ME subclass, although I can't test it. 2009-03-06 16:52:35 +00:00
core Improve URL detection rule to exclude stuff like "Hi." 2009-04-18 08:57:32 +00:00
cpp/core Issue 166 2009-04-06 21:59:03 +00:00
csharp C# port, add datamatrix code 2009-01-10 12:21:17 +00:00
iphone updated app version to 1.0.1 2008-10-24 10:12:40 +00:00
javame Workaround for NPE on some Nokias from webblaz... 2009-04-23 07:01:00 +00:00
javase Changed the order of the BaseMonochromeBitmapSource constructor arguments to be width, height to match the rest of the codebase, and added two apparently missing methods to the J2ME subclass, although I can't test it. 2009-03-06 16:52:35 +00:00
rim Issue 126: make sure files are deleted after done 2009-01-17 00:44:53 +00:00
zxing.appspot.com Created a page at http://zxing.appspot.com/scan which is the fall-through if Barcode Scanner is not installed and a web app tried to launch it. It contains a simple explanation and a link to Market, as well as a link for other platforms to the GetTheReader Wiki page. 2009-03-12 19:11:28 +00:00
zxingorg Update to more recent HttpClient 2009-04-19 15:58:27 +00:00
AUTHORS Added small android-integration module 2009-02-17 12:27:14 +00:00
build.properties We should be to 1.4 now right? 2009-04-17 21:33:31 +00:00
build.xml Fixed a bad build target, and added two missing packages. 2009-03-10 17:10:19 +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]