summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/UiModeManagerService.java
AgeCommit message (Expand)Author
2013-12-19Move some system services to separate directoriesAmith Yamasani
2013-12-12Introduce a Lifecycle for system servicesAdam Lesinski
2013-02-01App ops: vibration, neighboring cells, dialing, etc.Dianne Hackborn
2012-10-11Do not launch Somnambulator as a dock app.Jeff Brown
2012-10-11Ensure Binder in-calls to UiModeManagerService are guarded.Jeff Brown
2012-10-05Ensure that dreams show while docked.Jeff Brown
2012-09-28Fix issue #7255954: API Review: rename Dream to DreamServiceDianne Hackborn
2012-09-26Cure narcolepsy.Jeff Brown
2012-09-26Make DreamManagerService more robust.Jeff Brown
2012-09-24Fix issue #7214090: Need to be able to post notifications to all usersDianne Hackborn
2012-09-07Explicitly specify current user everywhere home is started.Dianne Hackborn
2012-08-31Remove Binder.getOrigCallingUid().Dianne Hackborn
2012-08-30Improve multi-user broadcasts.Dianne Hackborn
2012-08-22Extract the twilight detection into its own service.Jeff Brown
2012-07-20Improve Location object.Nick Pelly
2012-05-29Dock: Renable desk-dock appsJohn Spurlock
2012-05-17Fix issue #6515427: Add android.hardware.television and fix...Dianne Hackborn
2012-03-14Add new "options" argument to all startActivity APIs.Dianne Hackborn
2011-12-15Add a new ui mode for "appliance"Joe Onorato
2011-11-16Disable desk dock apps.Daniel Sandler
2011-11-04Teach UiModeMgr about high-end and low-end desk docks.Daniel Sandler
2010-06-17am 57f4503e: Work on issue # 2778549: Idle FRF72 is awake 18 mins more than E...Dianne Hackborn
2010-06-17Work on issue # 2778549: Idle FRF72 is awake 18 mins more than ERE27 in 13hr ...Dianne Hackborn
2010-06-02StatusBarService -> StatusBarManagerServiceJoe Onorato
2010-04-09Fix issue #2581524: Car home icon should always go to car homeDianne Hackborn
2010-04-02Make desk mode work again.Daniel Sandler
2010-03-31Fix issue #2560791: Expose API to go in to car mode.Dianne Hackborn
2010-03-29Fix issue #2547337: switching night modesDianne Hackborn
2010-03-26Fix issue #2544466: Car Home brightness icon comes and goes while phone is in...Dianne Hackborn
2010-03-22Improve switching to car mode, retain night mode option.Dianne Hackborn
2010-03-17Fix 2514479: Putting phone in car dock ignores security patternTobias Haamel
2010-03-15Fix issue 2512221: Car Dock Notification doesn't go awayTobias Haamel
2010-03-12Fix: Retrieval of location to caclulate twilightBernd Holzhey
2010-03-10Further improvements to window management!Dianne Hackborn
2010-03-08Disable car mode should not require DISABLE_KEYGUARD permissionTobias Haamel
2010-03-05Keep screen on when in car mode and the device is powered.Mike Lockwood
2010-03-05Disable the keyguard when in car modeMike Lockwood
2010-03-05Refactor car mode.Dianne Hackborn