summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/DockObserver.java
Commit message (Expand)AuthorAgeFilesLines
* 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