summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/DockObserver.java
AgeCommit message (Expand)Author
2013-12-19Move some system services to separate directoriesAmith Yamasani
2012-09-26Make DreamManagerService more robust.Jeff Brown
2012-09-25Update references to migrated global settings.Jeff Brown
2012-08-30Improve multi-user broadcasts.Dianne Hackborn
2012-08-25Make it easier to create asynchronous Handlers.Jeff Brown
2012-08-22Add framework support for multiple dreams.John Spurlock
2012-08-20Encapsulate locks in UEventObservers.Jeff Brown
2012-08-15Power manager rewrite.Jeff Brown
2012-08-08Check the ACTIVATE_ON_DOCK setting in DockObserver.John Spurlock
2012-08-03Re-enable dreams: frameworks/baseJohn Spurlock
2012-07-13Dock: Temporary removal of function to get BT addressJaikumar Ganesh
2012-06-18Move power manager to a new package.Jeff Brown
2011-11-08Handle EXTRA_DOCK_STATE_LE_DESK and HE_DESK.Jeff Brown
2010-11-04Integrate StrictMode with CloseGuardBrian Carlstrom
2010-11-01Added support for dock headset observerPraveen Bharathi
2010-03-05Refactor car mode.Dianne Hackborn
2010-03-05fix NullPointerException if location is not set.Bernd Holzhey
2010-03-04Fixing automatic switching of night mode if network location is not enabled.Bernd Holzhey
2010-03-02DockObserver: Watch for exceptions in LocationManger.isProviderEnabled().Mike Lockwood
2010-03-01Switch the services library to using the new SlogJoe Onorato
2010-02-25Init car mode when phone is booted in a dock.Tobias Haamel
2010-02-23Fix calculation of the next twilight update for locations where the day or ni...Bernd Holzhey
2010-02-22Move new sound effects to the system stream.Daniel Sandler
2010-02-18Show car mode notification in status bar.Tobias Haamel
2010-02-17Fix permission exception thrown on exit car mode.Tobias Haamel
2010-02-16Add the automatic handling of night/notnight UI modes.Bernd Holzhey
2010-02-12New user interface sound effects:Daniel Sandler
2010-02-12Disable distracting status bar ticker text in car mode.Daniel Sandler
2010-02-11Introduce special UI modes for night and car usage.Tobias Haamel
2010-01-20Fix 2385283: Add DevicePolicyManager calls to LockScreen.Jim Miller
2009-12-14Implement API to have new broadcasts replace existing broadcasts.Dianne Hackborn
2009-12-03Add support for Car Dock.Jaikumar Ganesh
2009-11-11Do not force screen on when undocking from the desk dock.Mike Lockwood
2009-10-02Fix issue #2161726: Car dock app bypasses setup wizardDianne Hackborn
2009-09-28Disable keyguard while docked when the lock screen is insecure.Mike Lockwood
2009-09-22Various fixes and improvements to window, activity.Dianne Hackborn
2009-09-19Change the broadcast intent for dock state changes from a sticky broadcast toMike LeBeau
2009-09-16Add support for launching activities when attaching to a car or desk dock.Mike Lockwood
2009-09-15DockObserver wakes the display when broadcasting a changeKen Schultz
2009-08-28Do not send dock state changed broadcasts until the system has finished booting.Mike Lockwood
2009-08-24DockObserver: minor cleanup.Mike Lockwood
2009-08-17Dock changes:Docking station intentsDan Murphy