Branching the current Android client into an M3 directory so we can proceed with...
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Fri, 28 Mar 2008 15:25:18 +0000 (15:25 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Fri, 28 Mar 2008 15:25:18 +0000 (15:25 +0000)
commite75cad4f7fb68816e318003003b943eece7d27d0
treeb51fce7314a74f5a28863421eb215a972c04213a
parent202cee9507776c77546cf806bd8af0c4c1ab719c
Branching the current Android client into an M3 directory so we can proceed with M5 development.

git-svn-id: http://zxing.googlecode.com/svn/trunk@319 59b500cc-1b3d-0410-9834-0bbf25fbcc57
14 files changed:
android-m3/AndroidManifest.xml [new file with mode: 0644]
android-m3/build.xml [new file with mode: 0644]
android-m3/res/drawable/icon.png [new file with mode: 0644]
android-m3/res/layout/main.xml [new file with mode: 0644]
android-m3/res/values/ids.xml [new file with mode: 0644]
android-m3/src/com/google/zxing/client/android/AndroidGraphicsGridSampler.java [new file with mode: 0755]
android-m3/src/com/google/zxing/client/android/AndroidIntentParsedResult.java [new file with mode: 0644]
android-m3/src/com/google/zxing/client/android/BarcodeReaderCaptureActivity.java [new file with mode: 0644]
android-m3/src/com/google/zxing/client/android/CameraManager.java [new file with mode: 0644]
android-m3/src/com/google/zxing/client/android/CameraSurfaceView.java [new file with mode: 0644]
android-m3/src/com/google/zxing/client/android/RGBMonochromeBitmapSource.java [new file with mode: 0755]
android-m3/src/com/google/zxing/client/android/ResultHandler.java [new file with mode: 0755]
android-m3/src/com/google/zxing/client/android/WorkerThread.java [new file with mode: 0644]
android-m3/strings.xml.template [new file with mode: 0644]