summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/WirelessSettings.java
Commit message (Collapse)AuthorAgeFilesLines
* Add NFC checkbox to Settings app.Nick Pelly2010-09-281-9/+19
| | | | | | | | Based on Trusted_NFC_Device_Host_AA03.01e02_google.zip code drop (23-Sep-2010) Heavily modified to remove dead code. Change-Id: I9e5f0bf2d32105feff4d68f03adebe87d2e9d900
* String change - wifi tether = hotspotRobert Greenwalt2010-05-081-0/+16
| | | | | bug:2664412 Change-Id: I6ca955e7fcc299ae1d69892c93c9250229610b19
* Update Settings UI regarding tethering.Robert Greenwalt2010-02-161-1/+11
| | | | | | If tethering is disabled (build var or a gservices property) for the device, don't show any of the tethering options. If Usb Tethering is disabled (config.xml) don't show Usb Options. If Wifi Tethering is disabled (config.xml) don't show Wifi Options.
* Settings: revise WifiEnabler and BluetoothEnabler.Chia-chi Yeh2010-01-151-3/+14
| | | | | | | | | This mainly changes the way both enablers react to the airplane mode. Now enablers show a toast message instead of disabling the check box directly. This avoids the inconsistent state introduced by WirelessSettings which controls the check box using layout dependency. Related bug: 2053751
* Settings: revise WifiSettings.Chia-chi Yeh2009-12-251-63/+39
|
* Allow bluetooth in airplane mode when in "toggleable" list.Jeff Sharkey2009-12-221-1/+8
| | | | | | | | | | | | | | | Settings.System.AIRPLANE_MODE_TOGGLEABLE_RADIOS is a list of radios that can be toggled while in airplane mode. This CL changes BluetoothEnabler to respect this. It parallels the logic in WifiEnabler, which enables OEMs to allow Wifi changes when in airplane mode. Most existing devices don't include "bluetooth" in the toggleable list, which means bluetooth will continue to be disabled when in airplane mode for those devices. Fixes http://b/2297314
* b/2219381 Gray out Bluetooth Settings for the emulatorMichael Chan2009-10-291-4/+14
| | | | Change-Id: I11ae2e6c7652ba550aeadf0dadb6f520c19dedc6
* b/2045917 Fixed the problem where Bluetooth enable/disable remain disabled ↵Michael Chan2009-09-021-1/+1
| | | | when Airplane mode is turned off.
* Airplane Mode in Emergency Callback Mode (ECM)Chouting Zhang2009-08-311-0/+49
| | | | | | | | 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-12/+25
| | | | | | | | | | | | 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/+80
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-80/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-138/+8
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+210