summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/wifi
Commit message (Collapse)AuthorAgeFilesLines
* Merge changes Ie232b2d4,I81b6bf3f into klp-devRussell Brenner2013-09-035-26/+45
|\ | | | | | | | | | | * changes: Add resources for light theme Support Holo Light theme for wifi during setup
| * Add resources for light themeRussell Brenner2013-08-303-23/+24
| | | | | | | | | | Bug: 10407819 Change-Id: Ie232b2d48a8d67355d7c31a878ebaa79aae7c44d
| * Support Holo Light theme for wifi during setupRussell Brenner2013-08-282-3/+21
| | | | | | | | | | | | | | | | Adds programmatic support for holo light theme, activated by setting EXTRA_THEME to "holo_light". Light-themed graphics are still pending. Bug: 10407819 Change-Id: I81b6bf3fdf7ca3ee72b0f921b8adf6d858415887
* | Add more fragments to valid list for Wifi activityAmith Yamasani2013-08-281-1/+4
|/ | | | | Bug: 10508371 Change-Id: Ic2d2128433ae26ea6750281b978781cb56b97036
* Merge "Adds a base class for restricted settings"Geoffrey Borggaard2013-08-021-18/+13
|\
| * Adds a base class for restricted settingsGeoffrey Borggaard2013-08-021-18/+13
| | | | | | | | | | | | | | Creates an easy way to ask for the restriction pin before allowing access to a settings page. Does this to the WiFiSettings. Change-Id: I49734f66e09b6449596412ecf6fc1113bf57ce7f
* | Whitelist fragments appropriate for an activityAmith Yamasani2013-07-301-0/+7
|/ | | | Change-Id: If4f8c4e9d9949b652946cffe0ebb09b587e5a042
* am 5b7bf112: am 35a2d796: Merge "Fix "Add Network" show last selected WiFi ↵Robert Greenwalt2013-07-291-0/+2
|\ | | | | | | | | | | | | AP Dialog" * commit '5b7bf112f55639668b34919dcf2ba19f2cfffaa3': Fix "Add Network" show last selected WiFi AP Dialog
| * Fix "Add Network" show last selected WiFi AP DialogBirdson_Chen2013-07-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When user taps Wi-Fi add network button, the pop-up dialog is not empty (it shows last selected WiFi AP Dialog). The above is observed after the following steps: - Launch Settings application - Turn on Wi-Fi - Select any Wi-Fi Access Point which is not connected previously and change to portrait mode - Press Cancel from the pop-up and select Add Network icon in menu Because the "Rotation" operation will cause WifiDialog re-creating and the current settings of selected Wi-Fi Access Point is saved before WifiDialog destroyed. Then, the saved Wi-Fi Access Point is displayed when user tap on "Add Network". It need to clear the saved Wi-Fi Access Point when WifiDialog re-creating. Change-Id: I3e93943e5bee405329e309c3ec88a35ee9cafc43
* | am ba32c249: resolved conflicts for merge of 4d9f670b to stage-aosp-masterRobert Greenwalt2013-07-181-16/+21
|\| | | | | | | | | * commit 'ba32c249addded770c288771748aa25d554352a0': Fix issue 52986: Wifi settings abnormal when screen rotation
| * resolved conflicts for merge of 4d9f670b to stage-aosp-masterRobert Greenwalt2013-07-181-16/+21
| |\ | | | | | | | | | Change-Id: Ia5bb368dbbd857c6e201b821ae7c03a9f6f5006b
| | * Fix issue 52986: Wifi settings abnormal when screen rotationChen Hong2013-07-111-8/+14
| | | | | | | | | | | | | | | | | | When checked "Show Advanced settings" in wifi setup wifi setup wizard, and rotate the phone to landscape, the advanced settings are gone, but the checkbox is still checked. It's because of checkbox is set click listener but not checked changed listener, it can't handle checkbox's status properly. Change-Id: I2930cab4d0878c3d91db46560f837ca21d45da4d
* | | am 50702355: am 5d3ef571: am a1454529: Merge "Dont enable Wi-Fi if it\'s not ↵Robert Greenwalt2013-06-281-0/+1
|\| | | | | | | | | | | | | | | | | | | | toggleable in flight mode" * commit '50702355f23d5e270727018c2af7cc76a1bd91eb': Dont enable Wi-Fi if it's not toggleable in flight mode
| * | am a1454529: Merge "Dont enable Wi-Fi if it\'s not toggleable in flight mode"Robert Greenwalt2013-06-281-0/+1
| |\| | | | | | | | | | | | | * commit 'a1454529c3eb6d0e87b254888abfea3bb714f7fe': Dont enable Wi-Fi if it's not toggleable in flight mode
| | * Dont enable Wi-Fi if it's not toggleable in flight modeJohan Redestig2013-06-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Dont enable Wi-Fi if it's not toggleable in flight mode by restoring the return which was removed by e78c1879058571c00879f0d3e756951302adf513 Change-Id: I8ca5a3e9b3f36f148f08ce97b8a2b854bf7de21c
* | | Fix an NPE in WifiP2pSettings UIVinit Deshapnde2013-06-101-13/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The NPE happens becase we save a references to the group that is to be deleted, when the confirmation dialog is being shown to the user. We lose that reference if orientation is changed (because the UI creates a new WifiP2pSettings to interact with). The fix is to save the name of the group that is being deleted in persistent store, and re-select the group based on that. Bug: 9004915 Change-Id: I1387a5b17fa2773748f4c8b34adddfc9516cfcf3
* | | am f96cfad3: am 5ac90432: Don\'t show scan-always text if it is off.Robert Greenwalt2013-05-301-9/+12
|\| | | | | | | | | | | | | | * commit 'f96cfad36ef62154b52e846736ebc407f4c03de6': Don't show scan-always text if it is off.
| * | Don't show scan-always text if it is off.Robert Greenwalt2013-05-301-9/+12
| | | | | | | | | | | | | | | bug:9206410 Change-Id: If7e06f50d3d8db6ea198f437d4d268e65ec96c16
* | | am 1f9e42cd: am c280acc3: Merge "Improved logic for Skip warning message" ↵Russell Brenner2013-05-281-21/+11
|\| | | | | | | | | | | | | | | | | | | | into jb-mr2-dev * commit '1f9e42cd4054aaf02b01cc3937924a08aa6b7529': Improved logic for Skip warning message
| * | Improved logic for Skip warning messageRussell Brenner2013-05-241-21/+11
| | | | | | | | | | | | | | | | | | | | | | | | Use ConnectivityManager instead of TelephonyManager to determine how device is connected. Bug: 9118704 Change-Id: I5c1db90500591ca67e927976066a46e1f66e2e60
* | | Disable On/OFF switch before actionDmitry Shmidt2013-05-201-4/+3
|/ / | | | | | | | | | | | | Bug: 8715336 Change-Id: I3d4b05ae9dfe109af0b9b06340d52004b73ad0f4 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* | Remove wifi scan-always dialog.Robert Greenwalt2013-05-133-167/+21
| | | | | | | | | | | | | | | | When wifi is switched off we no longer want a notification dialog about scan-always, instead using in-panel text. bug:8907190 Change-Id: I707f306a056068d92f69070873f1e6330b598b1e
* | Merge "Add reminder about scan settings on wifi off" into jb-mr2-devIrfan Sheriff2013-04-291-0/+34
|\ \
| * | Add reminder about scan settings on wifi offIrfan Sheriff2013-04-291-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | Notify the user that scans will be available when wifi is turned off Bug: 8732391 Change-Id: If232bfb9f6c3976059bde11280318901c35161e7
* | | UI compliance for WifiSettingsMaggie Benthall2013-04-241-1/+1
|/ / | | | | | | | | | | | | | | Rename and reword string that appears in WifiSettings when user is restricted from modifying the networks. Bug: 8696370 Change-Id: I1945550c05163ebff9602e4ba8ba890fece61265
* | Merge "Implement Settings app UX for when a user has wifi config locked ↵Maggie Benthall2013-04-121-0/+15
|\ \ | | | | | | | | | down." into jb-mr2-dev
| * | Implement Settings app UX for when a user has wifi config locked down.Maggie Benthall2013-04-111-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the user is restricted from configuring wifi: - Leave the on/off button enabled - Hide all menu options - Hide all networks, and display a message saying: "This user is not allowed to configure wireless networks." Change-Id: I20193b552ea071740686bd9091637459e9b668b5
* | | Limit device name lengthIrfan Sheriff2013-04-111-0/+2
|/ / | | | | | | | | Bug: 8599677 Change-Id: Ifce5579c0a65c98a4faaad286a7255b2e63d2a76
* | More fix for bug #8505156 WiFi properties dialog is having some issues in ↵Fabrice Di Meglio2013-04-021-1/+1
| | | | | | | | | | | | | | | | | | RTL mode - use setPaddingRelative() instead of setPadding() - add missing android:textAlignment="viewStart" Change-Id: I8b981fb64686067de5998e4e218b04126bf2b2f8
* | Add install support for WIFI UIDIrfan Sheriff2013-03-292-1/+11
| | | | | | | | | | Bug: 8472221 Change-Id: If203760fc960b4d8987d745e49ef1d4355c45adf
* | Fix monkey crashIrfan Sheriff2013-03-261-1/+3
| | | | | | | | | | Bug: 8011964 Change-Id: Idafdb7b3bc22d3280e0aa93877b7e09a23270149
* | Notify user that scans are still activeIrfan Sheriff2013-03-211-0/+133
| | | | | | | | | | Bug: 8141918 Change-Id: I115ce2ac57125b8ffbb34245dc25effd4b3bebb0
* | system activity for scan always available settingIrfan Sheriff2013-03-201-0/+142
| | | | | | | | | | | | | | Takes user permission via a dialog to enable scans to be always available. Bug: 8141918 Change-Id: I1e5e45e514726c2cbfd86e747123e477e00fd7ed
* | Enable Back during setup wizardRussell Brenner2013-03-191-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | Aside from enabling the system back button, updated the result codes to distinguish back (RESULT_CANCEL) from skip (RESULT_SKIP). This CL should have been uploaded along with http://ag/284254, which has already been merged. Bug: 6477759 Bug: 8409375 Change-Id: I031acda1d675ee79a3166a51073113093211709d
* | Allow user to change scan always available settingIrfan Sheriff2013-03-121-0/+10
| | | | | | | | | | Bug: 8141918 Change-Id: I3595812eccf5f7760f7521b9cbe6dece6fd658f1
* | am ba6a68c8: Merge "Fix not updating error message when authentication fails"Irfan Sheriff2013-03-051-5/+5
|\| | | | | | | | | * commit 'ba6a68c8c135c112117c56562b4e159e859a36bd': Fix not updating error message when authentication fails
| * Merge "Fix not updating error message when authentication fails"Irfan Sheriff2013-03-051-5/+5
| |\
| | * Fix not updating error message when authentication failsJaewan Kim2013-03-051-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If attempt to configure the first network fails, AccessPoints fails to update error message because it only checks the error code if it is not active. With this change, user may see saved network message for a second because SupplicantStateTracker retries on authentication failure so intermediate status is displayed between each trial. Bug: 8284024 Change-Id: I8b976b03878e27e46726ee8a176f131115b7a409
| * | Use updated enterprise APIIrfan Sheriff2013-02-151-9/+9
| | | | | | | | | | | | Change-Id: If41fad5fae5864555bb1de3fc99130682b1cdff1
| * | Fix EAP field display for a new networkIrfan Sheriff2013-02-151-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | We now hide certain EAP fields based on the type chosen. For a new network, we should set a default and handle this the same way Change-Id: I9c8605694ba51bc588a49f711dcf31517ea3f6e4
| * | Allow only valid EAP configsIrfan Sheriff2013-02-151-21/+187
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Update enterprise API usageIrfan Sheriff2013-02-152-88/+25
| | | | | | | | | | | | | | | | | | | | | Also, remove the unnecessary keystore lock/unlock checks since these are now controlled at lockscreen Change-Id: If65c4029d4cf2b8377fbc3512c9f691572125995
| * | KeyStore: stop using state()Kenny Root2013-02-141-4/+2
| | | | | | | | | | | | Change-Id: Ia8fc945666c59c0b9a9bd6f890cc2a6b8859e1d4
* | | Apply the show_password checkbox on the text field on orientation changesAmith Yamasani2013-02-241-10/+25
| | | | | | | | | | | | | | | | | | | | | | | | Watch for changes to the checked state and update the password field's input type. Bug: 5639618 Change-Id: I4448d888481e5488289692fdf81901410cef72aa
* | | Clean up scan handlingIrfan Sheriff2013-02-211-1/+1
| | | | | | | | | | | | | | | | | | | | | use regular scan API instead of obsolete active scan API Bug: 8158647 Change-Id: I8f70e19219ad789b7501a40529bcd6b6524739e8
* | | Use updated enterprise APIIrfan Sheriff2013-02-121-9/+9
| | | | | | | | | | | | Change-Id: If41fad5fae5864555bb1de3fc99130682b1cdff1
* | | am 5c879e48: am 414d9e9c: Merge "P2PSetting:Avoid p2p_find on group removal ↵Irfan Sheriff2013-02-061-1/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | event" # By sunil duttu # Via Android Git Automerger (1) and others * commit '5c879e48eddfe617125733f2be46854a0266a23b': P2PSetting:Avoid p2p_find on group removal event
| * | am 414d9e9c: Merge "P2PSetting:Avoid p2p_find on group removal event"Irfan Sheriff2013-02-061-1/+7
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | # By sunil duttu # Via Gerrit Code Review (1) and sunil duttu (1) * commit '414d9e9c6928581d4f91b008c109a6a4630bfaae': P2PSetting:Avoid p2p_find on group removal event
| | * | P2PSetting:Avoid p2p_find on group removal eventsunil duttu2013-02-061-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Immediately after group termination p2p_find is being issued from settings and this causing issue whenever user sends connection request immediately after group_removal_event. Change-Id: I41e5f520f7d9475d0ec890d40eea172d9d66d06e
* | | | Merge "Fix EAP field display for a new network"Irfan Sheriff2013-02-061-0/+5
|\ \ \ \