Converted the Android client and the test app to use the Android 1.5 SDK, and to...
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 21 Jul 2009 19:33:25 +0000 (19:33 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 21 Jul 2009 19:33:25 +0000 (19:33 +0000)
commit801a6786f5ad49bc2c2ba381c9f464beff10989e
tree555c314bc99c983a44e71cee200566f5515f944e
parent24cce4a4fafd6e87eaeed2c8492171ae99bc8f6e
Converted the Android client and the test app to use the Android 1.5 SDK, and to use a more efficient preview frame mechanism too. We now require devices to be running Cupcake or a newer version of the platform. This change temporarily removes the Proguard step, which Sean is going to add back.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1023 59b500cc-1b3d-0410-9834-0bbf25fbcc57
android/AndroidManifest.xml
android/build.properties [new file with mode: 0644]
android/build.xml
android/default.properties [new file with mode: 0644]
android/src/com/google/zxing/client/android/CameraManager.java
androidtest/AndroidManifest.xml
androidtest/build.properties [new file with mode: 0644]
androidtest/build.xml
androidtest/default.properties [new file with mode: 0644]
androidtest/src/com/google/zxing/client/androidtest/CameraManager.java