zxing/androidtest
2009-04-15 09:58:54 +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 Tweak to compile with Android 1.5 but still work in 1.1 2009-04-15 09:58:54 +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 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