- Made sure barcode scanning always restarts when the activity is resumed.
authordswitkin@google.com <dswitkin@google.com@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Fri, 18 Jun 2010 16:17:12 +0000 (16:17 +0000)
committerdswitkin@google.com <dswitkin@google.com@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Fri, 18 Jun 2010 16:17:12 +0000 (16:17 +0000)
commitc05292a3b7857528925cffee2cc7e747ccf473c6
treedfe1a15fba161055d99f0ddec0574ceb8a8bbb3b
parentdf9df215c09a6787961d0200de2638d169991af4
- Made sure barcode scanning always restarts when the activity is resumed.
- Fixed a potential ANR - we can never sleep on the main thread.
- Bumped the version number.
- Minor cleanup and 100 columns fixes.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1447 59b500cc-1b3d-0410-9834-0bbf25fbcc57
android/AndroidManifest.xml
android/src/com/google/zxing/client/android/CaptureActivity.java
android/src/com/google/zxing/client/android/CaptureActivityHandler.java
android/src/com/google/zxing/client/android/camera/CameraConfigurationManager.java