Irfan Sheriff
c02e258eaa
am e7879010
: am ea87b6d7
: Merge "Stop scanning after errors" into froyo
2010-04-17 09:44:54 -07:00
Irfan Sheriff
e81497095b
Stop scanning after errors
...
When scan fails for 3 times, we show a
failure toast and continue to scan.
In one case this caused infinite toasts,
until the user stopped wifi.
Its not clear what can cause this kind of
a state since wifi disable broadcast should
stop the scans. This fix will stop scans
after 3 continuous failures. Any wifi state
change will restart scan.
Bug: 2601937
Change-Id: I68733394cb3c9b76ffb15f7579e7af6c1f54d39c
2010-04-16 14:56:54 -07:00
Irfan Sheriff
5536c4a052
am a4bbf553
: am 3957b3c1
: Merge "scan only when wifi is enabled" into froyo
2010-04-10 11:58:12 -07:00
Irfan Sheriff
2215c7f868
scan only when wifi is enabled
...
Bug: 2570611
Change-Id: Ibb51dee8ec110179ec28f9469526a1fe61e74d00
2010-04-09 17:52:26 -07:00
Irfan Sheriff
f5a6e5bfa9
am dbb0a7ed
: am 6e74d41b
: Fix network disable on connect
2010-04-05 10:19:31 -07:00
Irfan Sheriff
6e74d41bd0
Fix network disable on connect
...
If we dont have an updated access point list
when we are re-enabling networks after connecting,
we could end up keeping some networks disabled.
This could happen if there is no event that
triggers an access point before enabling networks
Update the current access point list
right before enabling all networks.
Bug: 2567770
Change-Id: Ieb1ac8147d4acb05a6d13c44396653f0af94643d
2010-04-05 09:28:25 -07:00
Freeman Ng
79470d1a66
wifi settings option to only enable Next button once a wifi connection is established
...
Change-Id: I4b346648bce4b93f4885f1577a1510dcd18d8df5
2010-03-31 11:11:28 -07:00
Adam Powell
2d70273673
Added null check for monkey behavior
2010-03-05 17:51:40 -08:00
Chia-chi Yeh
af7b2d8a23
WifiSettings: enable all networks only when connected, disconnected, or failed.
2010-02-05 18:18:51 +08:00
Chia-chi Yeh
7d6bfbfc30
WifiSettings: enable all networks when state is changed.
2010-02-05 16:28:39 +08:00
Chia-chi Yeh
9dee8a96c5
WifiSettings: tweak the order of calls to registerReceiver() to make the UI better.
2010-02-04 16:16:25 +08:00
Chia-chi Yeh
065cd4be64
WifiSettings: rename WifiSettings2 to WifiSettings.
2010-02-03 15:56:55 +08:00
Chia-chi Yeh
df90dd9f55
WifiSettings: remove dead code.
2010-02-03 15:16:54 +08:00
Irfan Sheriff
c9a663abf7
WifiSettings has leaked window
...
Fix for leaked window
Bug: 2311236
2009-12-18 14:52:14 -08:00
Neel Parekh
eb48882e18
am 62d3407d
: Minor change to use defined key rather than a string.
...
Merge commit '62d3407de4a843cb83397fa757bc89653d78c800' into eclair-mr2
* commit '62d3407de4a843cb83397fa757bc89653d78c800':
Minor change to use defined key rather than a string.
2009-10-23 10:17:38 -07:00
Patrick Scott
a2bfad1399
Fix the build.
2009-10-23 09:53:06 -04:00
Neel Parekh
62d3407de4
Minor change to use defined key rather than a string.
2009-10-22 18:30:00 -07:00
Neel Parekh
0bc64d45b4
resolved conflicts for merge of e304b9f4
to eclair-mr2
2009-10-22 18:26:46 -07:00
Neel Parekh
e304b9f4f7
Add a intent extra to only show the access points in the settings menu.
...
Bug: 2198865
2009-10-22 17:37:58 -07:00
Chung-yih Wang
69ea4234a0
Remove the getHumanReadibleSsid().
...
Since we already push down the quotes handling in WifiService.java,
there is no need of the function.
2009-10-13 18:11:52 +08:00
Chia-chi Yeh
fc0139aa28
WifiSettings: use Credentials instead of CertTool.
2009-09-22 23:44:17 +08:00
Hung-ying Tyan
f71c8b40b5
Add install-cert-from-sdcard in Security settings
...
Also:
* Resume keystore states in SecuritySettings.onResume().
* Use action strings defined in CertTool and Keystore.
2009-09-10 12:50:10 +08:00
Chung-yih Wang
844bb946af
am c538b651
: Fix some UI flow issues when the keystore is locked in WiFi setting.
...
Merge commit 'c538b651a23287ab25584995c6c4b7a68ece027c'
* commit 'c538b651a23287ab25584995c6c4b7a68ece027c':
Fix some UI flow issues when the keystore is locked in WiFi setting.
2009-07-30 16:05:19 -07:00
Chung-yih Wang
c538b651a2
Fix some UI flow issues when the keystore is locked in WiFi setting.
...
To make it more user friendly, we need to continue on what
users intend to do after unlocking the credential storage.
2009-07-30 20:03:16 +08:00
Chung-yih Wang
bd7f05701a
am eb7836f1
: Apply the new keystore and certtool library in Wifi setting.
...
Merge commit 'eb7836f11ec4e9753db7c6ecd9414e153bb7bdbe'
* commit 'eb7836f11ec4e9753db7c6ecd9414e153bb7bdbe':
Apply the new keystore and certtool library in Wifi setting.
2009-07-06 11:22:32 -07:00
Chung-yih Wang
eb7836f11e
Apply the new keystore and certtool library in Wifi setting.
...
1. Certificate related APIs were moved to CertTool. Therefore,
we have to migrate to CertTool instead.
2. Unlock the keystore if it is not unlocked yet(send the intent
out to credential storage) for EAP access points.
3. Add Password field for WPA_EAP and IEEE8021X(this is for
phase 2 auth.)
2009-07-06 17:03:53 +08:00
Michael Chan
8762093e00
Findbug fixes in Settings app
...
modified: src/com/android/settings/ApnPreference.java
modified: src/com/android/settings/ApnSettings.java
modified: src/com/android/settings/BandMode.java
modified: src/com/android/settings/BatteryInfo.java
modified: src/com/android/settings/LanguageSettings.java
modified: src/com/android/settings/ManageApplications.java
modified: src/com/android/settings/RadioInfo.java
modified: src/com/android/settings/SdCardSettings.java
modified: src/com/android/settings/UsageStats.java
modified: src/com/android/settings/ZoneList.java
modified: src/com/android/settings/bluetooth/LocalBluetoothDevice.java
modified: src/com/android/settings/deviceinfo/Status.java
modified: src/com/android/settings/quicklaunch/QuickLaunchSettings.java
modified: src/com/android/settings/wifi/AccessPointDialog.java
modified: src/com/android/settings/wifi/AccessPointPreference.java
modified: src/com/android/settings/wifi/WifiLayer.java
modified: src/com/android/settings/wifi/WifiSettings.java
2009-05-14 17:47:02 -07:00
The Android Open Source Project
afc4ab2ffb
auto import from //depot/cupcake/@135843
2009-03-03 19:32:34 -08:00
The Android Open Source Project
4e14e5ccbf
auto import from //depot/cupcake/@135843
2009-03-03 18:28:52 -08:00
The Android Open Source Project
1152aff9d0
auto import from //branches/cupcake/...@126645
2009-01-15 16:12:13 -08:00
The Android Open Source Project
5962e18d0e
auto import from //branches/cupcake/...@125939
2009-01-09 17:51:25 -08:00
The Android Open Source Project
abc48f80d8
Code drop from //branches/cupcake/...@124589
2008-12-17 18:06:01 -08:00
The Android Open Source Project
de2d9f5f10
Initial Contribution
2008-10-21 07:00:00 -07:00