zxing/android
dswitkin b24162298a Cut Barcode Scanner v2.8 for Android.
git-svn-id: https://zxing.googlecode.com/svn/trunk@960 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-05-28 16:03:28 +00:00
..
assets Cut Barcode Scanner v2.8 for Android. 2009-05-28 16:03:28 +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 Cut Barcode Scanner v2.8 for Android. 2009-05-28 16:03:28 +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