Some error checking put in. When a new network is created and the
authorvikrama <vikrama@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Fri, 9 Jul 2010 05:49:42 +0000 (05:49 +0000)
committervikrama <vikrama@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Fri, 9 Jul 2010 05:49:42 +0000 (05:49 +0000)
commit01bfbf2e7e85ce75a659913b2f90b155078d4d91
tree66c8beeeec1c1341ed0133ddb3a7e6f1913118af
parent1b80c24ce6679f065b202a66316b8574405c0426
Some error checking put in. When a new network is created and the
connection fails, an alert message is displayed, and connection
attempts cease.  Retrying with a correct barcode works.  Not perfect
yet, but in my testing I have found this version much better than the
previous setup: at least errors are detected and the user is informed.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1470 59b500cc-1b3d-0410-9834-0bbf25fbcc57
22 files changed:
android/res/values-ar/strings.xml
android/res/values-cs/strings.xml
android/res/values-da/strings.xml
android/res/values-de/strings.xml
android/res/values-es/strings.xml
android/res/values-fi/strings.xml
android/res/values-fr/strings.xml
android/res/values-hu/strings.xml
android/res/values-it/strings.xml
android/res/values-ja-rJP/strings.xml
android/res/values-nl/strings.xml
android/res/values-pl/strings.xml
android/res/values-pt/strings.xml
android/res/values-ru/strings.xml
android/res/values-sv/strings.xml
android/res/values-zh-rCN/strings.xml
android/res/values-zh-rTW/strings.xml
android/res/values/strings.xml
android/src/com/google/zxing/client/android/result/WifiResultHandler.java
android/src/com/google/zxing/client/android/wifi/ConnectedReceiver.java [deleted file]
android/src/com/google/zxing/client/android/wifi/NetworkUtil.java
android/src/com/google/zxing/client/android/wifi/WifiActivity.java