This is the first version of the ZXing Android client.
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 14 Feb 2008 19:02:18 +0000 (19:02 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 14 Feb 2008 19:02:18 +0000 (19:02 +0000)
commit4e9cd1395b87f747d63cb0268aed65d8cc0a0a5c
tree7fab344ee7902ce268fbde48093e9891bc661b26
parent00282e0cd3a74bd3dfc0fb6095d2f17ea1d6404c
This is the first version of the ZXing Android client.

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