The new 0.9 SDK Android client (for real this time).
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 19 Aug 2008 19:14:09 +0000 (19:14 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 19 Aug 2008 19:14:09 +0000 (19:14 +0000)
commitf64eb0de61af3b4fe2c480e1ed6d3e2e18f82a05
tree3b6919890791b4fbbedafc70ee007c3a51716347
parent10cdfb273e3fa89773761b962623b93dc12da355
The new 0.9 SDK Android client (for real this time).

git-svn-id: http://zxing.googlecode.com/svn/trunk@569 59b500cc-1b3d-0410-9834-0bbf25fbcc57
25 files changed:
android/AndroidManifest.xml [new file with mode: 0755]
android/build.xml [new file with mode: 0644]
android/res/drawable/ic_launcher_barcodes.png [new file with mode: 0755]
android/res/drawable/zxing_icon.png [new file with mode: 0755]
android/res/layout/capture.xml [new file with mode: 0755]
android/res/layout/encode.xml [new file with mode: 0755]
android/res/raw/beep.ogg [new file with mode: 0755]
android/res/values/attrs.xml [new file with mode: 0755]
android/res/values/colors.xml [new file with mode: 0755]
android/res/values/ids.xml [new file with mode: 0755]
android/res/values/strings.xml [new file with mode: 0755]
android/res/xml/preferences.xml [new file with mode: 0755]
android/src/com/android/barcodes/AndroidIntentParsedResult.java [new file with mode: 0755]
android/src/com/android/barcodes/BarcodesCaptureActivity.java [new file with mode: 0755]
android/src/com/android/barcodes/BarcodesCaptureActivityHandler.java [new file with mode: 0755]
android/src/com/android/barcodes/BarcodesEncodeActivity.java [new file with mode: 0755]
android/src/com/android/barcodes/BarcodesPreferenceActivity.java [new file with mode: 0755]
android/src/com/android/barcodes/CameraManager.java [new file with mode: 0755]
android/src/com/android/barcodes/Contents.java [new file with mode: 0755]
android/src/com/android/barcodes/DecodeThread.java [new file with mode: 0755]
android/src/com/android/barcodes/Intents.java [new file with mode: 0755]
android/src/com/android/barcodes/QRCodeEncoder.java [new file with mode: 0755]
android/src/com/android/barcodes/ResultHandler.java [new file with mode: 0755]
android/src/com/android/barcodes/ViewfinderView.java [new file with mode: 0755]
android/src/com/android/barcodes/YUVMonochromeBitmapSource.java [new file with mode: 0755]