summaryrefslogtreecommitdiffstats
path: root/res/layout/wifi_dialog.xml
Commit message (Collapse)AuthorAgeFilesLines
* Wifi: Enhance EAP SIM/AKA/AKA` configuration for multi(dual ) simSravanthi Palakonda2015-10-061-1/+19
| | | | | | | | | This commit enhances the user interface by having the provision to perform EAP authentication on a specific SIM , when the DUT is enabled with multi (dual) SIM. Change-Id: I4095d235750c2a46ab33a99f5f4f3937b6d5e314 CRs-Fixed: 905749
* [WifiSettings] Use arrows for advanced optionsMaurice Lam2015-02-181-2/+1
| | | | | | | | | Use an arrow pointing up / down for advanced options instead of a checkbox, making it more clear that it is merely hiding the options, and not a setting in itself that others are dependent upon. Bug: 18007635 Change-Id: Ie2f2cca708b661f76749bc4af5918275806af1a8
* Clearing junk layout for add wifi dialog in settings.Sanket Padawe2014-12-111-0/+1
| | | | | Bug: 18359901 Change-Id: I9957efd0a6740ee470ee36b09a7b6884a0d2c63a
* Updated Wi-Fi hotspot dialog to the Material Spec.PauloftheWest2014-10-021-27/+181
| | | | | | | | | | | + If there is scrolling then force the scrollbars to always appear. + Align contents of the dialog with the title. + Change "Network SSID" to "Network name". + Added wifi_* styles to other style xml files so that Wi-Fi hotspot dialogs are visible on tablets. + Move layout_width/height from res/layout/{wifi_dialog.xml, wifi_dialog_row.xml} from style into the xml file. Bug: 17684359 Change-Id: I42fb69132d6ba0fb8d9853de6f5524f29e6b70b6
* Merge "Fixed scrolling on the Wi-Fi Settings Dialog." into lmp-devPauloftheWest2014-09-081-1/+2
|\
| * Fixed scrolling on the Wi-Fi Settings Dialog.PauloftheWest2014-09-081-1/+2
| | | | | | | | | | | | | | + When needed, scrollbars will always appear on the Wi-Fi Settings Dialog. Bug: 17166502 Change-Id: I7f61746b505d1a1476e987571dc757d01ce636df
* | Material theme updates for Wifi Dialog.PauloftheWest2014-09-081-3/+1
|/ | | | | Bug: 17014192 Change-Id: I1e5dd04199a433d8d1c5c4e4c48329e871e28db5
* Applied some minor UI changes (see below)PauloftheWest2014-06-271-0/+2
| | | | | | | | | | | | | + Changed wifi icons to teal + Removed “Secured with …” from network status + Added an empty state image above text when Wi-Fi is off + Removed Wi-Fi Direct and WPS Push button from overflow menu + Added Wi-Fi Direct and WPS Push button to Advance Activity + Input Password Dialog: Moved Signal Strength and Security to Advance + Input Password Dialog: Updated Password text to Material style BugId: #15698824 #15702808 Change-Id: I542ab9aac2c098738330c92d9183d3907c4f0b38
* Add Editable PAC field to Proxy ConfigurationJason Monk2014-05-221-5/+15
| | | | | | | | Make PAC URL field not read only but now settable in advanced wifi configuration options. Bug: 14885470 Change-Id: I2c647f823d5c8a75b5fbf74434cbf0efcc4c50bf
* Add PAC UI to Wi-Fi SettingsJason Monk2013-11-051-0/+6
| | | | | | | | | Now when a PAC URL is set it shows it in settings rather than the proxy spinner set to None. This should only be visible in EDU users as only EDU has PAC. Bug: 11528608 Change-Id: Ie4bad8ea935f0a8f1bb7877eb2be146e06d71c2d
* Add hints to some text fields for RTLJean Chalard2013-04-191-0/+1
| | | | | | | | | | Having a hint makes sure the cursor is positioned in the right end of the text field by default for both LTR and RTL locales. This fixes the user dictionary "add to dictionary" interface parts, and the "connect to hidden network" interface. Bug: 8654823 Change-Id: I7c83d35734e53da94bb949e362c5260934ef0b76
* Clean up RTL in Wi-Fi details dialog.Jeff Sharkey2013-02-071-13/+14
| | | | | Bug: 7677078 Change-Id: Ic7652bc7bd0bc24ccacbe1135e763190cc6f12cd
* Allow only valid EAP configsIrfan Sheriff2013-01-181-2/+2
| | | | | | | | | | We allow configuring all possible EAP fields today even though some of the configs make no sense and will not result in a successful connection. Allow only support configs for various EAP methods Change-Id: I2e3e8d4d6203acb2eac8cd645df39e1a9ca579ab
* Fix bug #7132595 Settings - UI mirroring for RTL locales (Arabic, Hebrew, farsi)Fabrice Di Meglio2012-09-111-1/+2
| | | | | | - fix "Network SSID" string direction Change-Id: I8491f8f9d52f80863ee78b645e2e34f5f5ff3656
* am 2fad853b: Merge "Limit length of SSID input string to 32"Irfan Sheriff2012-07-031-0/+1
|\ | | | | | | | | * commit '2fad853bf7282676ee3f2ec87630de5fdbcb236b': Limit length of SSID input string to 32
| * Limit length of SSID input string to 32Kenneth Westin2012-06-051-0/+1
| | | | | | | | | | | | | | | | | | | | Limits the UI text box of the SSID field to 32 characters (which is standard) from previously being unlimited in the UI but constrained in the driver implementation. See IEEE 802.11-1999 7.3.2.1 Service Set Identity (SSID) element. Change-Id: I17573ee338ed744a2bc0258ee2c0f382c1a5c931
* | Adjust layout to avoid clipping.Amith Yamasani2012-05-291-1/+1
| | | | | | | | | | | | | | Fixes the WiFi AP dialogs getting clipped at the right edge. Bug: 6525128 Change-Id: Ic1c5c682d51e1492fe3c739c01255db886a90518
* | Enhance and fix WPS UIIrfan Sheriff2012-03-021-29/+0
|/ | | | | | | | | | | | | - Fixes WPS usage for open network - Exposes WPS on UI for easy access to push button and pin based techniques - Adds support for cancelling WPS - Adds a dialog that reports a progress since WPS can take quite a bit of time to complete The WpsDialog code is enhanced from contribution by yoshihiko.ikenaga@jp.sony.com on partner source. Change-Id: Ib0103507e0192e8195e7bfeb1c8e8855c20e23ca
* Enable EAP-pwd configuration in WiFi Settings.Partha N2012-02-261-6/+12
| | | | | | | | | | | | EAP-pwd (RFC 5931) is an EAP method that uses a shared password for authentication. It has the simplicity of setup as WPA2-PSK (no certificates), but provides strong authenticaiton like 802.1x. Modified the Settings screen so that the only visible fields when choosing EAP-pwd are 'identity' and 'password'. Change-Id: I9365d873b43c416ddfa4cae47b7419d902c212a7 Signed-off-by: Partha N <parthan@gmail.com>
* Changing wifi connection dialog per UXIsaac Levy2011-08-181-139/+152
| | | | | | | - Added an advanced options checkbox and moving WPS, DHCP, Proxy to there - Minor string changes Change-Id: I7a135a483435379692a54ea0ef2663136c468945
* Settings refactoringGilles Debunne2011-06-211-0/+1
| | | | | | Wifi and bluetooth pane refactored, main toggles moved to left pane. Change-Id: I42ea4cf3bdf24158f3c67e0dea311258206cd78a
* Proxy and IP fixesIrfan Sheriff2011-03-031-1/+9
| | | | | | | | Fix dual display of IP addresses for static IP Fix inputType for proxy and IP fields Add hint texts for IP fields Change-Id: I478c915b245592d4738c7d7da2ca1485a247ed39
* add proxy hint textsIrfan Sheriff2011-03-021-6/+7
| | | | | | also, a minor fix for soft access point hint text Change-Id: Ib8facba1c252e6b7a8f29eb5792149943c0e15f0
* Re-enable wifi proxy UIIrfan Sheriff2011-02-101-50/+62
| | | | | | | | - Add text to warn users about support - Move proxy above IP settings based on UI recommendations Bug: 3328410 Change-Id: I3b5aafd32b16adfcd2fadb572ebb2694afdeccbb
* Hide http proxy UIRobert Greenwalt2010-12-291-1/+1
| | | | | | | | | We don't have support in the media code so rather than confuse the users with some apps using proxies and some not we'll just turn it off for all for now. bug:3283883 Change-Id: If29bb34fce04eab5adc9b5180b70dbfd718cc709
* Beautify WiFi dialog layout for x-largeAmith Yamasani2010-12-081-264/+210
| | | | | Bug: 3237631 Change-Id: Ibc70008b345fc3f7213ea2db1e6ec2ddb66a1d53
* Use LinkProperties in WifiSettings UIIrfan Sheriff2010-10-081-2/+2
| | | | Change-Id: I6f59328173e9550a2822573a9b25517ebbec4024
* Fix style for text colour settingsIrfan Sheriff2010-10-061-22/+22
| | | | | Bug: 3061128 Change-Id: I8ad81f829bb8c34d2d288a13ce49a14c6e97192d
* Add proxy UI for wifiIrfan Sheriff2010-10-061-0/+64
| | | | | bug: 3039302 Change-Id: I6fee69992ea78459f06ef270af5bf857eff93c44
* Add UI for WPSIrfan Sheriff2010-09-231-3/+46
| | | | | | | | | | | 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
* Add static IP UIIrfan Sheriff2010-09-141-0/+93
| | | | | | Remove the existing UI and add per network static IP config option Change-Id: I9b8636e1559de9691144fdb54e20d40985896650
* Add phase2 authentication settingsIrfan Sheriff2010-06-021-0/+13
| | | | | Bug: 2734813 Change-Id: Iaf4455577be888f6c78f490b2cc046adef41403e
* WifiSettings: revise and add support for editing EAP networks.Chia-chi Yeh2010-02-021-0/+161
Use arrays.xml to store translations for enumerations; avoid race conditions happened when pop up menu or dialog; avoid saving configurations with networks disabled; use the same layout for all the dialogs; support editing EAP networks; only unlock keystore before connecting; and many bug fixes I cannot remember. The number of lines in the new code is about 1/3 of the old one, and it improves the readability a lot!