zxing/android
2009-05-21 19:56:25 +00:00
..
assets Final changes for v2.7 of Barcode Scanner, including sending product lookups to the mobile version of Google Product Search. 2009-05-01 14:36:57 +00:00
res Added simplified and traditional Chinese translations for the Android client from Kevin Xue. 2009-05-11 14:58:14 +00:00
src/com/google/zxing/client/android I moved a chunk of the histogram/black point code out of BaseMonochromeBitmapSource and into BlackPointEstimator which makes a lot more sense. Unfortunately I had to expose three new methods and touch a bunch of files. But I did manage to reuse an array on subsequent calls, which was being allocated on every row scanned, so that might be a bit faster. It will also be easier to convert this code to JNI in the future if we want to, and/or do more advanced thresholding. 2009-05-21 19:56:25 +00:00
AndroidManifest.xml Final changes for v2.7 of Barcode Scanner, including sending product lookups to the mobile version of Google Product Search. 2009-05-01 14:36:57 +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