zxing/android
vikrama c2e3604aea 1. Instead of killing the activity when done, load up a URL in a browser instead.
2. More error checking:
   a. Missing SSID
   b. Incorrect network type (hey, it's just a string, and the user could get creative)

TODOs:
1. Localize the strings this is introducing.
2. Errors not handled:
   a. Tell if network not found.
   b. Incorrect SSID codes still crash the app: WIFI:S:winders;T:WPA;P:secret;badjunk;;
   c. For an open network, giving a password crashes:  WIFI:S:winders;T:nopass;P:secret;;
3. When connected, it should say, "Connected to <ssid>".



git-svn-id: https://zxing.googlecode.com/svn/trunk@1455 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-23 04:08:35 +00:00
..
assets Back to white backgrounds, somewhat smaller text in the result screen, shorter Toast popup and doesn't interfere with help screen 2010-06-15 18:43:10 +00:00
res Danish fixes from rasmussch 2010-06-20 23:00:37 +00:00
src/com/google/zxing/client/android 1. Instead of killing the activity when done, load up a URL in a browser instead. 2010-06-23 04:08:35 +00:00
AndroidManifest.xml Do not broadcast the intent 2010-06-23 03:01:43 +00:00
build.properties Possible small fix for missing external-libs-folder issue 2009-10-26 15:23:01 +00:00
build.xml Need to not generate debug info in Android as well now in order to satisfy new Proguard and dex releases? 2010-06-08 23:05:28 +00:00
default.properties Use the new Android 2.0-style SDK value for this field so it compiles 2009-11-17 20:33:13 +00:00