zxing/androidtest/res/values
2011-11-10 11:16:24 +00:00
..
colors.xml Checked in the ZXing Test app for Android under androidtest. This application exercises all the intents we support including scanning, encoding, and searching books. It also has a special camera mode which saves greyscale images to the SD card which I use to generate blackbox images. 2008-10-21 21:55:15 +00:00
ids.xml Wrote a benchmark activity for Android which reads images recursively from the SD card, decodes each 10 times, and prints the average time to decode in milliseconds. The UI is extremely minimal, as the results are written to the log, but this is a good start towards measuring our performance under Dalvik on a platform without floating point hardware. This should run fine on the emulator but I haven't tested it yet. 2008-10-24 22:05:07 +00:00
strings.xml Added an option to hide the contents when encoding a barcode via Intent. 2011-10-21 21:09:13 +00:00