Android activity to add a network, and all associated code for dealing
authorvikrama <vikrama@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 15 Jun 2010 03:49:49 +0000 (03:49 +0000)
committervikrama <vikrama@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 15 Jun 2010 03:49:49 +0000 (03:49 +0000)
commit4cbbf3bf20e39925ade3611213d757f5b3ff65f5
tree0cf70f6e7902e704c68fd4a05b7886c4ff6783a7
parentbbe5f11ac2d37bcb94b14d3fe720924e172d2ead
Android activity to add a network, and all associated code for dealing
with WIFI: schemes on the Android side.

 Things to be done:
1. Much more testing.
2. Implement SB and test it well.
3. Clean up the UI to make it beautiful.
4. Figure out what to do when the network is connected: exit the
   Barcode Scanner?  Currently, the activity kills itself, restoring
   camera capture.
5. Publicize the WIFI: scheme.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1425 59b500cc-1b3d-0410-9834-0bbf25fbcc57
13 files changed:
android/AndroidManifest.xml
android/res/layout/network.xml [new file with mode: 0644]
android/res/values-de/strings.xml
android/res/values-es/strings.xml
android/res/values/strings.xml
android/src/com/google/zxing/client/android/Intents.java
android/src/com/google/zxing/client/android/result/ResultHandler.java
android/src/com/google/zxing/client/android/result/ResultHandlerFactory.java
android/src/com/google/zxing/client/android/result/WifiResultHandler.java [new file with mode: 0644]
android/src/com/google/zxing/client/android/wifi/Killer.java [new file with mode: 0644]
android/src/com/google/zxing/client/android/wifi/NetworkSetting.java [new file with mode: 0644]
android/src/com/google/zxing/client/android/wifi/NetworkUtil.java [new file with mode: 0644]
android/src/com/google/zxing/client/android/wifi/WifiActivity.java [new file with mode: 0644]