Created an HTML help system, which is hooked up to the Menu/Help button. It also...
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 25 Nov 2008 22:12:02 +0000 (22:12 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 25 Nov 2008 22:12:02 +0000 (22:12 +0000)
commit511c2cfbce5c82a5611ac1c01bbd08bff7a8aac7
treeff867a93cafbc3cf392284a5debead773d936cce
parentcb6c5f24e358c21ff14d3c1bc70c368ed4a41b08
Created an HTML help system, which is hooked up to the Menu/Help button. It also runs automatically the first time a new version of the app is run on a particular device. I wrote up a bunch of pages, which feature great art by Joseph, including a What's New page that we can edit for every release.

git-svn-id: http://zxing.googlecode.com/svn/trunk@761 59b500cc-1b3d-0410-9834-0bbf25fbcc57
22 files changed:
android/AndroidManifest.xml
android/assets/html/about1d.html [new file with mode: 0644]
android/assets/html/about2d.html [new file with mode: 0644]
android/assets/html/index.html [new file with mode: 0644]
android/assets/html/scanning.html [new file with mode: 0644]
android/assets/html/sharing.html [new file with mode: 0644]
android/assets/html/style.css [new file with mode: 0644]
android/assets/html/whatsnew.html [new file with mode: 0644]
android/assets/images/big-1d.png [new file with mode: 0644]
android/assets/images/big-qr.png [new file with mode: 0644]
android/assets/images/contact-results-screen.jpg [new file with mode: 0644]
android/assets/images/demo-no.png [new file with mode: 0644]
android/assets/images/demo-yes.png [new file with mode: 0644]
android/assets/images/scan-example.png [new file with mode: 0644]
android/assets/images/scan-from-phone.png [new file with mode: 0644]
android/assets/images/search-book-contents.jpg [new file with mode: 0644]
android/res/layout/help.xml [new file with mode: 0644]
android/res/values/colors.xml
android/res/values/strings.xml
android/src/com/google/zxing/client/android/CaptureActivity.java
android/src/com/google/zxing/client/android/HelpActivity.java [new file with mode: 0644]
android/src/com/google/zxing/client/android/PreferencesActivity.java