summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/bluetooth/LocalBluetoothDevice.java
Commit message (Collapse)AuthorAgeFilesLines
* Bluetooth: Update Settings.apk to match BT API change.Nick Pelly2009-08-171-827/+0
| | | | | | | | | Split BluetoothDevice into BluetoothDevice and BluetoothAdapter. BluetoothAdapter: Represents the local BT adapter. Operations on the local adapter (start a scan, etc). BluetoothDevice: Represents a remote BT device. Operations on remote devices (pair, connect, etc).
* b/1770342 Bluetooth: Show the pair and connect when the user long touches a ↵Michael Chan2009-08-121-18/+18
| | | | device without any supported profiles.
* 2005382 Disable long press on Bluetooth device when BT is offMichael Chan2009-07-301-1/+3
| | | | 1930418 Grey BT device when BT is off
* b/1818390 Show Computer and Phone icons on such devices even if they support ↵Michael Chan2009-07-151-10/+6
| | | | A2DP or HSP
* Handle class and name changed actions with DeviceFound signals.Jaikumar Ganesh2009-06-191-4/+23
| | | | | When the class or name of a device changed, due to name resolution or otherwise, we were not updating the cache.
* Settings app changes for Bluez4.Jaikumar Ganesh2009-06-081-1/+0
|
* Findbug fixes in Settings appMichael Chan2009-05-141-6/+2
| | | | | | | | | | | | | | | | | | | | modified: src/com/android/settings/ApnPreference.java modified: src/com/android/settings/ApnSettings.java modified: src/com/android/settings/BandMode.java modified: src/com/android/settings/BatteryInfo.java modified: src/com/android/settings/LanguageSettings.java modified: src/com/android/settings/ManageApplications.java modified: src/com/android/settings/RadioInfo.java modified: src/com/android/settings/SdCardSettings.java modified: src/com/android/settings/UsageStats.java modified: src/com/android/settings/ZoneList.java modified: src/com/android/settings/bluetooth/LocalBluetoothDevice.java modified: src/com/android/settings/deviceinfo/Status.java modified: src/com/android/settings/quicklaunch/QuickLaunchSettings.java modified: src/com/android/settings/wifi/AccessPointDialog.java modified: src/com/android/settings/wifi/AccessPointPreference.java modified: src/com/android/settings/wifi/WifiLayer.java modified: src/com/android/settings/wifi/WifiSettings.java
* Always add the bt profile to profile list on the arrive of a connect eventMichael Chan2009-05-061-21/+35
| | | | | Always add the bt profile to profile list on the arrive of a connect event. Previously, the connect event is ignored if it is a profile that's not known ahead of time.
* Fixed the Bluetooth On/Off Checkbox in settings so it is enabled/disable ↵Michael Chan2009-04-291-18/+26
| | | | | | | | | properly. In the BroadcastReceiver, pickup the new bluetooth status from the intent instead of calling back to LocalBluetoothManager. There could be race condition since LocalBluetoothManager itself gets the same info via the BroadcastReceiver mechanism. Also cleaned up logs.
* AI 143788: am: CL 143740 Don't clear supported profiles in settings app if ↵Nick Pelly2009-03-311-2/+3
| | | | | | | | | | getRemoteClass returns error. Also clean up the error codes returned by the framework, so that the settings app can properly detect an error. Original author: npelly Merged from: //branches/cupcake/... Automated import of CL 143788
* Automated import from //branches/donutburger/...@140897,140897Michael Chan2009-03-241-34/+54
|
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-14/+210
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+576
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-576/+0
|
* auto import from //branches/cupcake/...@132569The Android Open Source Project2009-02-201-1/+2
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-75/+76
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-27/+41
|
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-221-44/+42
|
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-201-2/+6
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+558