summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/DockObserver.java
Commit message (Expand)AuthorAgeFilesLines
* Make DreamManagerService more robust.Jeff Brown2012-09-261-69/+20
* Update references to migrated global settings.Jeff Brown2012-09-251-9/+9
* Improve multi-user broadcasts.Dianne Hackborn2012-08-301-1/+2
* Make it easier to create asynchronous Handlers.Jeff Brown2012-08-251-1/+1
* Add framework support for multiple dreams.John Spurlock2012-08-221-3/+10
* Encapsulate locks in UEventObservers.Jeff Brown2012-08-201-112/+121
* Power manager rewrite.Jeff Brown2012-08-151-6/+5
* Check the ACTIVATE_ON_DOCK setting in DockObserver.John Spurlock2012-08-081-4/+15
* Re-enable dreams: frameworks/baseJohn Spurlock2012-08-031-1/+26
* Dock: Temporary removal of function to get BT addressJaikumar Ganesh2012-07-131-2/+2
* Move power manager to a new package.Jeff Brown2012-06-181-0/+2
* Handle EXTRA_DOCK_STATE_LE_DESK and HE_DESK.Jeff Brown2011-11-081-1/+3
* Integrate StrictMode with CloseGuardBrian Carlstrom2010-11-041-0/+1
* Added support for dock headset observerPraveen Bharathi2010-11-011-3/+6
* Refactor car mode.Dianne Hackborn2010-03-051-517/+2
* fix NullPointerException if location is not set.Bernd Holzhey2010-03-051-2/+11
* Fixing automatic switching of night mode if network location is not enabled.Bernd Holzhey2010-03-041-55/+52
* DockObserver: Watch for exceptions in LocationManger.isProviderEnabled().Mike Lockwood2010-03-021-2/+12
* Switch the services library to using the new SlogJoe Onorato2010-03-011-11/+12
* Init car mode when phone is booted in a dock.Tobias Haamel2010-02-251-0/+8
* Fix calculation of the next twilight update for locations where the day or ni...Bernd Holzhey2010-02-231-18/+27
* Move new sound effects to the system stream.Daniel Sandler2010-02-221-1/+5
* Show car mode notification in status bar.Tobias Haamel2010-02-181-17/+57
* Fix permission exception thrown on exit car mode.Tobias Haamel2010-02-171-1/+3
* Add the automatic handling of night/notnight UI modes.Bernd Holzhey2010-02-161-79/+349
* New user interface sound effects:Daniel Sandler2010-02-121-5/+47
* Disable distracting status bar ticker text in car mode.Daniel Sandler2010-02-121-0/+18
* Introduce special UI modes for night and car usage.Tobias Haamel2010-02-111-11/+109
* Fix 2385283: Add DevicePolicyManager calls to LockScreen.Jim Miller2010-01-201-1/+1
* Implement API to have new broadcasts replace existing broadcasts.Dianne Hackborn2009-12-141-0/+1
* Add support for Car Dock.Jaikumar Ganesh2009-12-031-3/+12
* Do not force screen on when undocking from the desk dock.Mike Lockwood2009-11-111-1/+9
* Fix issue #2161726: Car dock app bypasses setup wizardDianne Hackborn2009-10-021-16/+7
* Disable keyguard while docked when the lock screen is insecure.Mike Lockwood2009-09-281-1/+28
* Various fixes and improvements to window, activity.Dianne Hackborn2009-09-221-1/+2
* Change the broadcast intent for dock state changes from a sticky broadcast toMike LeBeau2009-09-191-25/+48
* Add support for launching activities when attaching to a car or desk dock.Mike Lockwood2009-09-161-0/+25
* DockObserver wakes the display when broadcasting a changeKen Schultz2009-09-151-1/+6
* Do not send dock state changed broadcasts until the system has finished booting.Mike Lockwood2009-08-281-30/+32
* DockObserver: minor cleanup.Mike Lockwood2009-08-241-8/+3
* Dock changes:Docking station intentsDan Murphy2009-08-171-0/+115