zxing/android
2008-10-30 18:44:10 +00:00
..
res Added support for a title when searching for an address, for example a business name. Also changed snipppets --> snippet in book search. 2008-10-23 18:34:35 +00:00
src/com/google/zxing/client/android Did a big refactoring on the MonochromeBitmapSource. I removed all the caching luminance calls and converted them to getting luminance data on demand. This saved another 33,000 function calls per rejected scan, good for another 15 ms savings. I also moved the luminance calls to BaseMonochromeBitmapSource and made them protected, to indicate that the decoders shouldn't use them. 2008-10-30 18:44:10 +00:00
AndroidManifest.xml Added versionName and versionCode to the Android client manifest. 2008-10-18 19:27:43 +00:00
build.xml Fixed the Android client when using ProGuard. The ViewfinderView constructor is loaded dynamically by the XML view inflation code, which requires explicitly preserving it. 2008-10-30 15:41:52 +00:00