summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/wifi/WifiConfigController.java
Commit message (Collapse)AuthorAgeFilesLines
...
* Use InetAddress.isNumeric.Elliott Hughes2010-11-041-4/+4
| | | | | Bug: 3073384 Change-Id: I22b03efd7fe267f8b20c06cfc15aa5f0db487ca8
* UI for wps pin from deviceIrfan Sheriff2010-10-261-3/+5
| | | | | | Bug: 3119043 Bug: 3112178 Change-Id: I573146ed0c834cb88d5f42c25fe0be3ed501a321
* Use LinkProperties in WifiSettings UIIrfan Sheriff2010-10-081-48/+84
| | | | Change-Id: I6f59328173e9550a2822573a9b25517ebbec4024
* Add proxy UI for wifiIrfan Sheriff2010-10-061-15/+98
| | | | | bug: 3039302 Change-Id: I6fee69992ea78459f06ef270af5bf857eff93c44
* Fix misc problems happening in SetupWizard XLDaisuke Miyakawa2010-09-281-0/+3
| | | | Change-Id: I6ba0813f36625de3d86543953972869657be50be
* Fix string usage for static IP UIIrfan Sheriff2010-09-231-5/+6
| | | | | | | | | Static IP selection uses strings to match, use ids instead. Also, add CHAR LIMIT to the new strings added Change-Id: I7d632cfd672527be3a9676634b9ac4ea6983b626
* Add UI for WPSIrfan Sheriff2010-09-231-16/+72
| | | | | | | | | | | The WPS available option is shown for networks in scan results. Upon selecting a network, the user has the option of manually entering passwords or choosing WPS for connection Bug: 2277571 Change-Id: Ia12eb1742f1bf17128d51fa09e56dc4c3f067fa5
* fix add wifi network dialogIrfan Sheriff2010-09-171-1/+1
| | | | | | | | | | | On changing security type with the spinner, the password/eap fields should change accordingly. Due to a bug with checking of the spinner, this was not happening. fix it. Bug: 1654928 Change-Id: I9bb174448694671206293ccdc380a9aad14a3f12
* Add static IP UIIrfan Sheriff2010-09-141-60/+178
| | | | | | Remove the existing UI and add per network static IP config option Change-Id: I9b8636e1559de9691144fdb54e20d40985896650
* Add Wifi Setup screen for Setup Wizard with XL size screen.Daisuke Miyakawa2010-09-011-0/+369
* Add WifiSettingsForSetupWizardXL as a new Activity The activity has WifiSettings fragment in it. It also contains several buttons, texts around the fragment. * Making configuration UI part of Preference list. In Wifi Setup for Setup Wizard XL, WifiSettings fragment lets a UI for configuring access points shown inside a PregerenceCategory object, while it has been shown as Dialog. To achieve this action, WifiDialog is decomposed into two parts: - WifiConfigUiBase (Mainly UI part) - WifiConfigController (Mainly Wifi controller part) All codes for wifi configuration in WifiDialog is now in WifiConfigController, which is reused from WifiConfigPreference. * Misc stuff - Remove AccessPoint#compareTo(). Instead, AccessPoint.AccessPointComparater should be used when needed. Change-Id: I520d690d3301837d32f91dad54a973a379ce1989