zxing/androidtest
2008-11-17 17:53:05 +00:00
..
res First pass at adding a UI for sharing data via QR Codes. There's now a Share button in the main capture menu which leads to a choice of contacts, bookmarks, and clipboard contents, which will be encoded and shown full screen. Launching the bookmarks picker currently crashes with a permission problem, which I'm investigating. 2008-11-10 20:35:33 +00:00
src/com/google/zxing/client/androidtest Latent bug I think from earlier change to List from Vector 2008-11-17 17:53:05 +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