Rewrote the Android M3 client to do continuous decoding, which means you no longer...
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 8 Apr 2008 15:25:13 +0000 (15:25 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 8 Apr 2008 15:25:13 +0000 (15:25 +0000)
commit26f09dccd5c258c5239492a69adbcdd1743a5989
tree4b062f7bd85033d661099c93a07c00b447ecfb40
parent8bc57a673d76441ad44b8b1376dce8a565c07fe4
Rewrote the Android M3 client to do continuous decoding, which means you no longer have to push the shutter button. Now you can just place the barcode in the viewfinder and it will display the contents as soon as it decodes them. That also means you no longer get "barcode not found" error dialogs which is a big improvement. Also made sure that capturing debug JPEGs uses unique filenames.

git-svn-id: http://zxing.googlecode.com/svn/trunk@352 59b500cc-1b3d-0410-9834-0bbf25fbcc57
android-m3/res/values/ids.xml
android-m3/src/com/google/zxing/client/android/BarcodeReaderCaptureActivity.java
android-m3/src/com/google/zxing/client/android/CameraManager.java
android-m3/src/com/google/zxing/client/android/CameraThread.java [new file with mode: 0644]
android-m3/src/com/google/zxing/client/android/DecodeThread.java [new file with mode: 0644]
android-m3/src/com/google/zxing/client/android/RGBMonochromeBitmapSource.java
android-m3/src/com/google/zxing/client/android/WorkerThread.java [deleted file]
android-m3/strings.xml.template