Checked in the ZXing Test app for Android under androidtest. This application exercis...
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 21 Oct 2008 21:55:15 +0000 (21:55 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 21 Oct 2008 21:55:15 +0000 (21:55 +0000)
commit04a9820548080f89444f758af0e4d838c9d49716
tree3786e28063fa9b14adc6b12977e7460e9b6d4992
parent8f14734491f145186f2e8b9f3314168fa51cbdc1
Checked in the ZXing Test app for Android under androidtest. This application exercises all the intents we support including scanning, encoding, and searching books. It also has a special camera mode which saves greyscale images to the SD card which I use to generate blackbox images.

git-svn-id: http://zxing.googlecode.com/svn/trunk@629 59b500cc-1b3d-0410-9834-0bbf25fbcc57
14 files changed:
androidtest/AndroidManifest.xml [new file with mode: 0755]
androidtest/build.xml [new file with mode: 0644]
androidtest/res/drawable/icon.png [new file with mode: 0644]
androidtest/res/layout/camera_test.xml [new file with mode: 0755]
androidtest/res/layout/test.xml [new file with mode: 0755]
androidtest/res/values/attrs.xml [new file with mode: 0755]
androidtest/res/values/colors.xml [new file with mode: 0755]
androidtest/res/values/ids.xml [new file with mode: 0755]
androidtest/res/values/strings.xml [new file with mode: 0755]
androidtest/src/com/google/zxing/client/androidtest/CameraManager.java [new file with mode: 0755]
androidtest/src/com/google/zxing/client/androidtest/CameraTestActivity.java [new file with mode: 0755]
androidtest/src/com/google/zxing/client/androidtest/SaveThread.java [new file with mode: 0755]
androidtest/src/com/google/zxing/client/androidtest/ViewfinderView.java [new file with mode: 0755]
androidtest/src/com/google/zxing/client/androidtest/ZXingTestActivity.java [new file with mode: 0755]