zxing/android-m3
2008-04-15 22:34:49 +00:00
..
res Added 'T' as a shortcut to toggle debug method tracing using android.os.Debug and traceview for analysis. The traces are written to /sdcard, which means the SD Card must not be mounted as a volume by USB at the time. Tracing can slow down decoding by a factor of 5 or more but gives very useful insights into where the time is going. 2008-04-11 21:16:08 +00:00
src/com/google/zxing/client/android A couple small improvements to the CameraManager. 2008-04-15 22:34:49 +00:00
AndroidManifest.xml Branching the current Android client into an M3 directory so we can proceed with M5 development. 2008-03-28 15:25:18 +00:00
build.xml Changed ProGuard settings so it will inline methods which use private members. This eliminates tens of thousands of function calls to BitArray.get() on a typical decode, and lots of other work as well. Overall we're roughly 20% faster by using ProGuard than turning it off. 2008-04-11 19:30:54 +00:00
strings.xml.template Added 'T' as a shortcut to toggle debug method tracing using android.os.Debug and traceview for analysis. The traces are written to /sdcard, which means the SD Card must not be mounted as a volume by USB at the time. Tracing can slow down decoding by a factor of 5 or more but gives very useful insights into where the time is going. 2008-04-11 21:16:08 +00:00