summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/WirelessSettings.java
Commit message (Collapse)AuthorAgeFilesLines
* Merge tag 'android-6.0.1_r22' of ↵Steve Kondik2016-03-101-1/+1
|\ | | | | | | | | | | | | | | https://android.googlesource.com/platform/packages/apps/Settings into cm-13.0 Android 6.0.1 release 22 Change-Id: Ided010bc125199d47ca59d10f0ed5032a26632ff
| * Refactor UidDetailProvider and its dependencies to SettingsLib.Wei Liu2015-08-251-1/+1
| | | | | | | | | | | | so that it can be reused by Wear app data usage. Change-Id: Id05f888274e15fbeffa175ee8073de02a8966867
* | Settings: Fix NFC Tap & pay removalAdrianDC2015-12-231-1/+1
| | | | | | | | | | Change-Id: I7169c74e445628b56410d5949270d4fa04ba234c Signed-off-by: AdrianDC <radian.dc@gmail.com>
* | Settings: add switches for dashboard itemsRoman Birg2015-12-151-0/+1
| | | | | | | | | | Change-Id: Ibff81510270745807a4b133457d60d47dd629df6 Signed-off-by: Roman Birg <roman@cyngn.com>
* | Properly remove NFC payment preferenceMichael Bestas2015-12-121-5/+12
| | | | | | | | Change-Id: Id8c9098241e018da37da93b5bd8d9c29307402c0
* | Settings : Port over reorganization from 12.1Danesh M2015-12-081-4/+8
| | | | | | | | Change-Id: I3d77bb96aba4a501d3223e72be60403694828a34
* | Settings: update layoutsjrizzoli2015-11-221-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Settings: update layouts - User materialish oval shapes instead of rectangles - Rearrange notifications, wireless, display and sound entries - Update some strings Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it> Settings: update control ring stream string Signed-off-by: Jorge Ruesga <jorge@ruesga.com> WirelessSettings: Remove NFC category if there's no NFC adapter + Settings: add mobile network entry to dashboard Change-Id: I3fcd758f77a217e5c37a22f4d797398a7613b5a2 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* | IMS: Make wifi call settings UI non indexableSuresh Koleti2015-10-061-0/+4
|/ | | | | | | | | | - Visibility of wifi calling settings option is controlled with isWfcEnabledByPlatform. - Make wifi calling settings UI non indexable when UI option is removed. Change-Id: Ie5bdbdde5d17582eceeee07c2d5ee9fb361e00bc CRs-Fixed: 877308
* Add or remove WFC setting when Wireless settings activity is resumedPavel Zhamaitsiak2015-07-231-5/+6
| | | | | | | | WFC availability changes when SIM is inserted/removed. Settings should be updated if this has happened. Bug: 22642035 Change-Id: I361748440033e703b771175aa79767c53f0da458
* Remove dead hidden ConnectivityManager and NetworkInfo APIs.Paul Jensen2015-06-111-1/+1
| | | | Change-Id: Ifa44c7553c7c45ebe261a2a124d9bf8d6f96c690
* Move default app preferences to one screenJason Monk2015-04-141-74/+2
| | | | | | | | | | - Move emergency and SMS app preferences to default apps - Fix search on default apps - Make all default app prefs use AppListPreference - Some approximate UI work on AppListPreference Bug: 20210110 Change-Id: Id04086163c7e87c92a03af421a27018fb380b45d
* log visibility of viewsChris Wren2015-03-271-0/+6
| | | | | Depends-On: I5b1dccb5d103ece3112acf38889bae16273b092f Change-Id: I116aed2bb805f723a5bf2ec9eb94257de0b4a7b5
* Settings: Remove all unused imports.John Spurlock2015-03-181-3/+0
| | | | Change-Id: Iebfa52cb849d69974c94902b0b020893cf5618a3
* Merge remote-tracking branch 'goog/mirror-m-wireless-internal-release'Vinit Deshpande2015-03-161-0/+17
|\ | | | | | | Change-Id: I6c9de433a224925961b484b400a89edf9059d2bd
| * Add Wi-Fi Calling preference screenPavel Zhamaitsiak2015-02-251-0/+17
| | | | | | | | Change-Id: Ie89902b55c5c4184236636f5039b3246a9c0bda5
* | Move some wifi tracking code to SettingsLibJason Monk2015-02-041-10/+0
|/ | | | | | | | Move tracking of which networks are available/saved and their state over to SettingsLib to share it with Quick Settings. Bug: 19180466 Change-Id: Iaeef06b26da8cb38e1ba09a7d105d04d499dc181
* Don't show SMS app settings for restricted profilesAmith Yamasani2014-11-121-9/+20
| | | | | | | | | | Restricted profiles might not have an SMS app and there is currently no UI to enable/disable SMS for restricted profiles. SMS is disabled by default in this case. So hide the SMS app picker option in restricted profiles. Bug: 17521457 Change-Id: Id2bb3e4690a4afba75ebcec8531727ec150c5632
* am a1640daf: am d9b8d180: Merge "Launch browser directly when user selects ↵Paul Jensen2014-10-221-7/+12
|\ | | | | | | | | | | | | "Mobile Plan"." into lmp-dev * commit 'a1640daf6202b12e64bcc26647449695f9ef2a61': Launch browser directly when user selects "Mobile Plan".
| * Launch browser directly when user selects "Mobile Plan".Paul Jensen2014-10-181-7/+12
| | | | | | | | | | | | | | | | | | Previously this used to send a broadcast to ConnectivityService which would in turn launch the web browser. The ConnectivityService code has since been removed, so just launch the browser directly. bug:17472930 Change-Id: I5d419348efbb56b6c3c0fdbb8663efd0cfb2dde9
* | Fix bug #15730311 Checkboxes on R side should update to Quantum/Material ↵Fabrice Di Meglio2014-10-151-2/+1
|/ | | | | | | | on/off switch Per UX request, convert more CheckBoxes to Switches Change-Id: I04712bce4c0a54516d9ecedbb554f403fd6dd9e7
* Fixed a Settings crash.PauloftheWest2014-09-291-0/+4
| | | | | | | | + When in Settings->More... we will no longer provide a tethering option if tethering requires provisioning, but the provisioning app is invalid. Bug: 17671381 Change-Id: I48a8178865a7ffddec714c1f6ee6f18d34801b60
* Change TelephonyManager method name to accurately reflect functionality.Diego Pontoriero2014-08-281-1/+1
| | | | | | Bug: 17163860 Change-Id: I319b3dc19c171108963113aa821e50842654a61e
* Change CARRIER_SETUP hook in WirelessSettings to use aeroshellDiego Pontoriero2014-08-201-3/+7
| | | | | | | | | | | for determining carrier app instead of MCC/MNC. Related WirelessSettings change: http://ag/374330 Related Aeroshell change to SetupWizard: http://ag/520857 Bug: 16457806 Change-Id: I60277b27e9e205041eb3969a110a57da0fb62023
* Update NFC to use a SwitchPreferenceFabrice Di Meglio2014-08-151-1/+1
| | | | | | | | - do the switch See bug: #15730311 Checkboxes on R side should update to Quantum/Material on/off switch Change-Id: I78ab5b86fe6b541f9f3dc3d77115fde656d40c80
* Update Airplane mode to use a SwitchPreferenceFabrice Di Meglio2014-08-151-2/+3
| | | | | | | | - do the switch See bug: #15730311 Checkboxes on R side should update to Quantum/Material on/off switch Change-Id: I7addc48a90d74c105b2f0275ae80874b9324f589
* Block WiMax settings with UserRestriction.Julia Reynolds2014-06-241-10/+6
| | | | Change-Id: I6f254f65ed9e967a7ef13d599ab9ed525ce4b7f0
* Revert "Add default Dialer preference to Settings"Yorke Lee2014-06-191-45/+3
| | | | | | This reverts commit d4720d98723db76b8ce9e9e7385582f99d849ee6. Change-Id: I0cfc0506619892360e42a62c6bdbf6d2d3186e1c
* Add default Dialer preference to SettingsYorke Lee2014-06-161-3/+45
| | | | | | | | | | Add a Default phone app setting under wireless settings, and also a dialog activity that allows a user to confirm the selection of an application as a default phone app. Bug: 6948882 Bug: 15021725 Change-Id: I2c1473feba20da01b14fbd30dbecc01be560479d
* Merge "Settings user restriction changes: wireless & networks changes."Julia Reynolds2014-06-091-10/+14
|\
| * Settings user restriction changes: wireless & networks changes.Julia Reynolds2014-05-291-10/+14
| | | | | | | | | | Bug: 14081992 Change-Id: I32b0f06da7e7ff9bd8303ce26be2584e6cddbedc
* | Fix bug #15460001 "Cell broadcasts" setting search suggested in wifi only ↵Fabrice Di Meglio2014-06-061-6/+112
|/ | | | | | | | | | | | | device though setting is not present - implement a BaseSearchIndexProvider for WirelessSettings - fix Context passed to the Index: now use an ApplicationContext - also use the correct Context when dealing with Settings SearchIndexProvider - also makes impossible a rogue BaseSearchIndexProvider to crash Settings if not well behaving - last, fix icon used for "NFC & more" search results Change-Id: I8b5cc999fa57a9e1977ee57394801d54cf3dbabb
* Merge "Refactor SmsListPreference into AppListPreference."Jeff Davidson2014-04-241-37/+10
|\
| * Refactor SmsListPreference into AppListPreference.Jeff Davidson2014-04-141-37/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | This generalizes the pattern of needing to offer a selection among a list of candidate applications. Also move some reusable logic around querying PackageManager for icons into AppListPreference, and remove some unnecessary update logic: the preference will update itself when onPreferenceChange returns true, and we can set the summary to '%s' to automatically use the entry as the summary without having to reset it each time. Change-Id: I007b9ed58359302f93b367a4b86354e93613bf3e
* | am d5b8ee9b: am 242184ca: Merge "Allow tablets to send SMS if enabled in ↵Wink Saville2014-04-161-1/+1
|\ \ | |/ |/| | | | | | | | | device overlays (1/2)" * commit 'd5b8ee9ba48f6b22135abc7ab59b3b971f0d85e0': Allow tablets to send SMS if enabled in device overlays (1/2)
| * Allow tablets to send SMS if enabled in device overlays (1/2)Dave Daynard2014-01-201-1/+1
| | | | | | | | Change-Id: I51771c28415352ee0838fa1507a1461c652d56e8
* | Use Drawer in Settings appFabrice Di Meglio2014-02-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - get rid of PreferenceActivity as much as we can and use fragments instead - add Drawer widget - add Dashboard high level entry into the Drawer (but this is work in progress and would be done in another CL) - add bypass of fragment's Header validation when launched from the Drawer but *force* validation if external call thru an Intent Be aware that WifiPickerActivity should remain for now a PreferenceActivity. It is used by SetupWizard and should not trigger running the SettingsActivity's header building code. SetupWizard is a Home during the provisionnig process and then deactivate itself as a Home but would make the Home header to appear in the Drawer (because momentarily we would have two Home). Also, verified that: - the WiFi settings still work when called from SetupWizard - when you have multiple Launchers, the Home header will appear in the list of Headers in the Drawer Change-Id: I407a5e0fdd843ad7615d3d511c416a44e3d97c90
* | Merge "Check for presence of carrier app in Mobile Plan."Andrew Flynn2013-10-251-6/+15
|\ \ | |/ |/|
| * Check for presence of carrier app in Mobile Plan.Andrew Flynn2013-10-111-6/+15
| | | | | | | | | | | | | | | | | | | | When the user chooses Mobile Plan in Settings, first do a check to see if a valid carrier app for the current MCC/MNC exists. If so, launch that app instead of checking for a provisioning URL or hoping for a DNS redirect in the browser. If no such app exists, continue on as normal. Bug: 9623212 Change-Id: I81538063d4cdd147948a83ffc0c2641174ba9001
* | Remove Manage Mobile Plan when config_show_mobile_plan is set to falseSungmin Choi2013-10-231-0/+10
|/ | | | | | | | config_show_mobile_plan is set to true by default. When you don't want to show "Manage mobile plan" set config_show_mobile_plan to false in overlay. Bug: 10819853 Change-Id: Ic3c69fb4246cc0de38518ef6c9950cee7fa4d987
* Default SMS app setting should still be shown even if SIM is removed.David Braun2013-10-011-6/+1
| | | | Change-Id: Ia7bd7b690a2637999b96438667ebd4e4bed96051
* Fix crash rotating with default SMS dialog up.David Braun2013-09-201-0/+1
| | | | | Bug: 10845396 NPE storage == null when user rotates device while setting up 'Default SMS app' Change-Id: I9a19ede726caabe5e66b83951585380768b66be6
* Implement new method for handling SMS/MMS on the platformDavid Braun2013-09-161-2/+95
| | | | | | | | | | Multi project change: The changes in this project update the settings app to support the new default SMS app setting. I have also updated the order of the wireless settings in the UX as per request from rachelg. Bug: 10449618 Change-Id: Iba1ac6ea3f29c2a72af83b122ec5ea3a16a28e58
* am d5c71fc4: am e38165ca: am 7bee4c29: Use correct action string for ↵Wink Saville2013-08-301-3/+3
|\ | | | | | | | | | | | | provisioning. * commit 'd5c71fc4e613d80d1ff8c128f29d9c201bcb3f90': Use correct action string for provisioning.
| * Use correct action string for provisioning.Wink Saville2013-08-291-3/+3
| | | | | | | | | | | | | | | | | | Change to use the correct action string com.adnroid.server.connectivityservice.CONNECTED_TO_PROVISIONING_NETWORK Bug: 10551510 Change-Id: I917de4fcde06b72f520dec38e42c50859b2ee098
| * Use MOBILE_PROVISIONING_ACTION for manage mobile plan.Wink Saville2013-08-281-7/+7
| | | | | | | | | | Bug: 10328264 Change-Id: I3925004011bb1243793c4c1b963d923dc2b00cb5
* | Use MOBILE_PROVISIONING_ACTION for manage mobile plan.Wink Saville2013-08-291-7/+7
| | | | | | | | | | Bug: 10328264 Change-Id: I3925004011bb1243793c4c1b963d923dc2b00cb5
* | Restriction pin changes.Geoffrey Borggaard2013-08-071-12/+2
| | | | | | | | | | | | | | | | | | Fixed bug in WirelessSettings where it was asking users for a PIN when they weren't restricted. Did this by refactoring the preference level pin checking into the superclass, where it checks for the restricted mode first. Also pin protected changes to certificates for restricted users. Change-Id: I8310fd39f0862159668318fc1360ec6859cc00d5
* | Pin protect more screens.Geoffrey Borggaard2013-08-061-2/+26
| | | | | | | | | | | | | | | | When these screens are locked down with user restrictions, it should prompt the user for the restrictions pin before allowing access to the settings screen. Change-Id: Iadbb087da2d9470b855ea0bea89f2da1ffb9e854
* | am ea6b5d63: am 275c1dff: am 3c087a68: Merge "Use ConnectivityManager for ↵Robert Greenwalt2013-07-191-22/+2
|\ \ | |/ | | | | | | | | | | mobile provision url" into jb-mr2-dev * commit 'ea6b5d63d9100f014cdedf438f1750ed65b822b2': Use ConnectivityManager for mobile provision url
| * Use ConnectivityManager for mobile provision urlRobert Greenwalt2013-07-161-22/+2
| | | | | | | | | | bug:9623159 Change-Id: I36697ed341353b7a3dbec5afe20241102e76f6f1