index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
services
/
java
/
com
/
android
/
server
/
UiModeManagerService.java
Age
Commit message (
Expand
)
Author
2013-12-19
Move some system services to separate directories
Amith Yamasani
2013-12-12
Introduce a Lifecycle for system services
Adam Lesinski
2013-02-01
App ops: vibration, neighboring cells, dialing, etc.
Dianne Hackborn
2012-10-11
Do not launch Somnambulator as a dock app.
Jeff Brown
2012-10-11
Ensure Binder in-calls to UiModeManagerService are guarded.
Jeff Brown
2012-10-05
Ensure that dreams show while docked.
Jeff Brown
2012-09-28
Fix issue #7255954: API Review: rename Dream to DreamService
Dianne Hackborn
2012-09-26
Cure narcolepsy.
Jeff Brown
2012-09-26
Make DreamManagerService more robust.
Jeff Brown
2012-09-24
Fix issue #7214090: Need to be able to post notifications to all users
Dianne Hackborn
2012-09-07
Explicitly specify current user everywhere home is started.
Dianne Hackborn
2012-08-31
Remove Binder.getOrigCallingUid().
Dianne Hackborn
2012-08-30
Improve multi-user broadcasts.
Dianne Hackborn
2012-08-22
Extract the twilight detection into its own service.
Jeff Brown
2012-07-20
Improve Location object.
Nick Pelly
2012-05-29
Dock: Renable desk-dock apps
John Spurlock
2012-05-17
Fix issue #6515427: Add android.hardware.television and fix...
Dianne Hackborn
2012-03-14
Add new "options" argument to all startActivity APIs.
Dianne Hackborn
2011-12-15
Add a new ui mode for "appliance"
Joe Onorato
2011-11-16
Disable desk dock apps.
Daniel Sandler
2011-11-04
Teach UiModeMgr about high-end and low-end desk docks.
Daniel Sandler
2010-06-17
am 57f4503e: Work on issue # 2778549: Idle FRF72 is awake 18 mins more than E...
Dianne Hackborn
2010-06-17
Work on issue # 2778549: Idle FRF72 is awake 18 mins more than ERE27 in 13hr ...
Dianne Hackborn
2010-06-02
StatusBarService -> StatusBarManagerService
Joe Onorato
2010-04-09
Fix issue #2581524: Car home icon should always go to car home
Dianne Hackborn
2010-04-02
Make desk mode work again.
Daniel Sandler
2010-03-31
Fix issue #2560791: Expose API to go in to car mode.
Dianne Hackborn
2010-03-29
Fix issue #2547337: switching night modes
Dianne Hackborn
2010-03-26
Fix issue #2544466: Car Home brightness icon comes and goes while phone is in...
Dianne Hackborn
2010-03-22
Improve switching to car mode, retain night mode option.
Dianne Hackborn
2010-03-17
Fix 2514479: Putting phone in car dock ignores security pattern
Tobias Haamel
2010-03-15
Fix issue 2512221: Car Dock Notification doesn't go away
Tobias Haamel
2010-03-12
Fix: Retrieval of location to caclulate twilight
Bernd Holzhey
2010-03-10
Further improvements to window management!
Dianne Hackborn
2010-03-08
Disable car mode should not require DISABLE_KEYGUARD permission
Tobias Haamel
2010-03-05
Keep screen on when in car mode and the device is powered.
Mike Lockwood
2010-03-05
Disable the keyguard when in car mode
Mike Lockwood
2010-03-05
Refactor car mode.
Dianne Hackborn