zxing/androidtest
2008-11-06 16:13:16 +00:00
..
res 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
src/com/google/zxing/client/androidtest Added support for supplying a postal address when encoding a QR Code. 2008-11-06 16:13:16 +00:00
AndroidManifest.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
build.xml Fixed the ZXing Test camera mode when using ProGuard. 2008-11-02 16:10:54 +00:00