ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
smparkes@smparkes.net 439ff92bd9 Issue 479
Note, the audio no longer plays. I'm pretty sure this is because the widget is dismissed immediately
and the sound is released before it is played. I'm thinkng audio feedback should be done by the caller.


git-svn-id: https://zxing.googlecode.com/svn/trunk@1546 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-17 21:18:56 +00:00
actionscript Adding the actionscript3/Flex conversion of the zxing library plus a demo app. 2009-11-20 15:00:00 +00:00
android Weird, Android doesn't have TimeUnit.MINUTES 2010-08-14 19:00:54 +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 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 cleaned up versions of new tests; hopefully no EOL issues 2010-08-17 00:10:33 +00:00
cpp Issue 520 2010-08-17 20:12:10 +00:00
csharp New C# port from Suraj Supekar 2010-02-05 19:52:53 +00:00
iphone Issue 479 2010-08-17 21:18:56 +00:00
javame For consistency with android/ search Google 2010-04-13 10:23:37 +00:00
javase Issue 495: Renamed DATAMATRIX to DATA_MATRIX for consistency. 2010-08-05 15:22:30 +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 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
symbian Updated with the latest version of the library. Uses MultiFormatReader instead of QRCodeReader. DataMatrixReader is still not supported. 2010-07-14 09:32:32 +00:00
zxing.appspot.com Issue 507 remove company 2010-08-11 13:44:38 +00:00
zxingorg Preserve line breaks into XHTML 2010-08-16 11:09:49 +00:00
AUTHORS Issue 492 2010-08-14 19:11:49 +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 Minor change to make javadoc work with new Android SDK 2010-08-17 17:34:32 +00:00
CHANGES Changes for 1.5 2010-03-04 18:43:14 +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]