summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/UiModeManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* App ops: vibration, neighboring cells, dialing, etc.Dianne Hackborn2013-02-011-1/+1
* Do not launch Somnambulator as a dock app.Jeff Brown2012-10-111-49/+16
* Ensure Binder in-calls to UiModeManagerService are guarded.Jeff Brown2012-10-111-129/+146
* Ensure that dreams show while docked.Jeff Brown2012-10-051-3/+16
* Fix issue #7255954: API Review: rename Dream to DreamServiceDianne Hackborn2012-09-281-2/+2
* Cure narcolepsy.Jeff Brown2012-09-261-2/+2
* Make DreamManagerService more robust.Jeff Brown2012-09-261-93/+127
* Fix issue #7214090: Need to be able to post notifications to all usersDianne Hackborn2012-09-241-3/+6
* Explicitly specify current user everywhere home is started.Dianne Hackborn2012-09-071-1/+1
* Remove Binder.getOrigCallingUid().Dianne Hackborn2012-08-311-1/+1
* Improve multi-user broadcasts.Dianne Hackborn2012-08-301-3/+4
* Extract the twilight detection into its own service.Jeff Brown2012-08-221-320/+25
* Improve Location object.Nick Pelly2012-07-201-2/+4
* Dock: Renable desk-dock appsJohn Spurlock2012-05-291-12/+12
* Fix issue #6515427: Add android.hardware.television and fix...Dianne Hackborn2012-05-171-2/+6
* Add new "options" argument to all startActivity APIs.Dianne Hackborn2012-03-141-2/+2
* Add a new ui mode for "appliance"Joe Onorato2011-12-151-1/+4
* Disable desk dock apps.Daniel Sandler2011-11-161-4/+12
* Teach UiModeMgr about high-end and low-end desk docks.Daniel Sandler2011-11-041-6/+39
* am 57f4503e: Work on issue # 2778549: Idle FRF72 is awake 18 mins more than E...Dianne Hackborn2010-06-171-11/+57
|\
| * Work on issue # 2778549: Idle FRF72 is awake 18 mins more than ERE27 in 13hr ...Dianne Hackborn2010-06-171-11/+57
* | StatusBarService -> StatusBarManagerServiceJoe Onorato2010-06-021-1/+1
|/
* Fix issue #2581524: Car home icon should always go to car homeDianne Hackborn2010-04-091-42/+68
* Make desk mode work again.Daniel Sandler2010-04-021-3/+10
* Fix issue #2560791: Expose API to go in to car mode.Dianne Hackborn2010-03-311-6/+1
* Fix issue #2547337: switching night modesDianne Hackborn2010-03-291-0/+1
* Fix issue #2544466: Car Home brightness icon comes and goes while phone is in...Dianne Hackborn2010-03-261-12/+30
* Improve switching to car mode, retain night mode option.Dianne Hackborn2010-03-221-10/+38
* Fix 2514479: Putting phone in car dock ignores security patternTobias Haamel2010-03-171-20/+0
* Fix issue 2512221: Car Dock Notification doesn't go awayTobias Haamel2010-03-151-4/+1
* Fix: Retrieval of location to caclulate twilightBernd Holzhey2010-03-121-32/+37
* Further improvements to window management!Dianne Hackborn2010-03-101-51/+72
* Disable car mode should not require DISABLE_KEYGUARD permissionTobias Haamel2010-03-081-0/+2
* Keep screen on when in car mode and the device is powered.Mike Lockwood2010-03-051-1/+41
* Disable the keyguard when in car modeMike Lockwood2010-03-051-2/+25
* Refactor car mode.Dianne Hackborn2010-03-051-0/+629