summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/bluetooth/DockService.java
Commit message (Expand)AuthorAgeFilesLines
* Support some changes to SettingsLibJason Monk2015-02-241-0/+1
* Move isolatable bluetooth code to SettingsLibJason Monk2015-02-051-4/+64
* fix dock audio enable dialogEric Laurent2012-11-121-14/+23
* display audio dialog when connecting low end dockEric Laurent2012-10-301-72/+117
* Handle EXTRA_DOCK_STATE_LE_DESK and HE_DESK.Jeff Brown2011-11-081-0/+8
* Save changed name from CachedBluetoothDevice to native storageMatthew Xie2011-07-271-1/+1
* Refactor Bluetooth settings for readability and performance.Jake Hamby2011-03-011-342/+379
* Don't auto connect reverse tethering after pairing.Jake Hamby2011-01-061-2/+2
* Enable reverse tethering in BT settings screen.Jake Hamby2010-12-221-1/+0
* Implement individual Bluetooth profile connect/disconnect.Jake Hamby2010-11-031-2/+2
* am 7805fa99: am 022299df: Merge "Disconnect dock only if its connected." into...Jaikumar Ganesh2010-10-161-3/+6
|\
| * Disconnect dock only if its connected.Jaikumar Ganesh2010-10-141-3/+6
* | Update code for public Bluetooth APIsJaikumar Ganesh2010-09-281-2/+3
|/
* Use new apply() instead of commit().Brad Fitzpatrick2010-09-141-4/+3
* b/2680057 Fixed a bug where bt won't connect when the phone is docked (if Set...Michael Chan2010-05-271-8/+47
* b/2498180 b/2568119 Retry if BT dock disconnects unexpectedlyMichael Chan2010-04-061-9/+90
* b/2370089 Pop the dock dialog above the keyguardMichael Chan2010-01-201-1/+1
* b/2332395 Fixed a bug where BT is not disabled if the phone was inserted and ...Michael Chan2010-01-191-13/+46
* b/2332395 Disable BT when undocked if BT was off to at docking timeMichael Chan2010-01-191-16/+129
* b/2367861 Auto connect if the user turns on BT while docked.Michael Chan2010-01-141-19/+54
* b/2367020 Enable bt profiles by default for car dock.Michael Chan2010-01-121-11/+17
* b/2335780 Fixed race conditions which causes BT to not be in the correct stat...Michael Chan2010-01-081-27/+8
* b/2318290 connect should be called instead of connect(profile) if device is u...Michael Chan2009-12-171-4/+9
* b/2334482 Disable Music and audio by default for the docksMichael Chan2009-12-171-2/+2
* b/2323277 Fixed race condition where the user clicks on the dialog before dis...Michael Chan2009-12-141-2/+4
* b/2296110 Disable debugging/logging code before shipping.Michael Chan2009-12-091-1/+1
* b/2296110 Car Dock - Stop service when done processing each command. Clean up...Michael Chan2009-12-091-13/+8
* b/2314560 Prevent PIN dialog from showing up on undocked docksMichael Chan2009-12-091-27/+8
* b/2296110 Car Dock - Enable BT if not already enabled.Michael Chan2009-12-081-35/+89
* b/2296110 Dialog for setting up dock audio.Michael Chan2009-12-071-0/+495