summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/AirplaneModeEnabler.java
Commit message (Collapse)AuthorAgeFilesLines
* log more settings actionsChris Wren2015-05-081-1/+4
| | | | | | | | | | airplane mode bluetooth cell data do not disturb Bug: 20264417 Change-Id: I726033a126fba9f9dffc916806d636feea04033b
* Move some wifi tracking code to SettingsLibJason Monk2015-02-041-7/+3
| | | | | | | | 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
* Fix bug #15730311 Checkboxes on R side should update to Quantum/Material ↵Fabrice Di Meglio2014-10-151-5/+4
| | | | | | | | on/off switch Per UX request, convert more CheckBoxes to Switches Change-Id: I04712bce4c0a54516d9ecedbb554f403fd6dd9e7
* Update Airplane mode to use a SwitchPreferenceFabrice Di Meglio2014-08-151-8/+9
| | | | | | | | - do the switch See bug: #15730311 Checkboxes on R side should update to Quantum/Material on/off switch Change-Id: I7addc48a90d74c105b2f0275ae80874b9324f589
* Update Settings app to use new namespace for airplane-mode settingsChristopher Tate2012-09-101-5/+6
| | | | | | Bug 7132230 Change-Id: I0253637e6d464afc229cf11ffe69852bf44fe261
* Removed summary text and categories in Wireless settingsGilles Debunne2011-07-081-10/+1
| | | | | | Bug 5002377 and 5002476. Change-Id: Ia35dd9701f59a18a812b5079396835cc19e6d901
* Update airplane mode checkbox when toggled from system bar.Amith Yamasani2011-01-261-4/+16
| | | | | | | | | Bug: 3148095 Also fix an NPE crash I saw when exiting Settings immediately after toggling the airplane mode. Change-Id: I83eb2d90e203fd56b09269cf9fa8f74a4354834f
* Keep airplane mode UI & system settings in syncIrfan Sheriff2010-08-021-6/+8
| | | | | | | | | If mobile radio bring up/down fails, airplane mode UI & system settings go out of sync and this prevents wifi from being brought up on every reboot. Bug: 2887841 Change-Id: Id0f1299e6b4e2c28b72c8fb8d853dad3fcaceaa7
* Airplane Mode in Emergency Callback Mode (ECM)Chouting Zhang2009-08-311-1/+19
| | | | | | | | When user tries to change Airplane Mode between ON & OFF in ECM mode, a notice should be shown to indicate it's in ECM mode, and ask if user wants to exit ECM, if yes, then the Airplane Mode is changed after ECM mode exit. If not, Airplane Mode should not be changed.
* Allow enabling Wifi when in airplane mode.Mike Lockwood2009-07-291-1/+1
| | | | | | | | | | | | If the new system settings value for AIRPLANE_MODE_TOGGLEABLE_RADIOS contains RADIO_WIFI, then the user will be allowed to enable Wifi while in airplane mode. Turning on airplane mode will still disable Wifi, but the user will be free to reenable it in the Settings app. We also allow access to the VPN settings under the same circumstances. Signed-off-by: Mike Lockwood <lockwood@android.com>
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+118
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-118/+0
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-3/+3
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-3/+4
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+117