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
/
core
/
java
/
android
/
app
/
UiModeManager.java
Age
Commit message (
Expand
)
Author
2021-05-06
Merge "Rename OnProjectionStateChangeListener -> OnProjectionStateChangedList...
TreeHugger Robot
2021-05-05
Rename OnProjectionStateChangeListener -> OnProjectionStateChangedListener
Kurt Dresner
2021-04-26
Make PROJECTION_TYPE_ALL=-1 so that all bits are on.
Kurt Dresner
2021-02-15
Support persist night mode for application(6/N)
wilsonshih
2020-11-09
Expand visibility of projection state API so Android Auto can access it.
Kurt Dresner
2020-11-06
Add projection state APIs to UiModeManager and UiModeManagerService.
Kurt Dresner
2020-10-20
Remove @TestApi from @SystemApi symbols
Anton Hansson
2020-08-05
DarkMode Tile affects all users
Jay Aliomer
2020-03-03
Update car mode API docs.
Tyler Gunn
2020-01-21
Custom dark theme scheduling
Jay Aliomer
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-11-20
Merge "Dark theme twilight mode backend and tile"
Jay Aliomer
2019-11-18
Add prioritized enableCarMode API in UiModeManager
Tyler Gunn
2019-11-14
Dark theme twilight mode backend and tile
Jay Aliomer
2019-02-11
Add transient night mode in car mode when targeting Q
Winson
2018-09-23
Merge "Fix the unresolved link/see tag error for framework docs" into pi-dev
Nan Zhang
2018-09-21
Fix the unresolved link/see tag error for framework docs
Nan Zhang
2018-09-20
Merge "Clarify that UiModeManager sets global night mode" into pi-dev
Lucas Dupin
2018-09-19
Clarify that UiModeManager sets global night mode
Lucas Dupin
2018-08-14
Add @UnsupportedAppUsage annotations
Mathew Inwood
2017-12-13
Add more IntDef prefixes for auto-documenting.
Jeff Sharkey
2017-06-05
Annotate @SystemApi with required permissions.
Jeff Sharkey
2017-03-23
Remove "Allow persistent changes to the vendor overlay theme"
Jason Monk
2017-01-25
Move theme out of tuner and into display settings
Jason Monk
2017-01-11
Introduce new UI_MODE_TYPE_VR_HEADSET and qualifier.
Zak Cohen
2016-11-11
Add switchable theme to tuner
Jason Monk
2016-08-11
Avoid caching services with missing binders.
Jeff Sharkey
2016-03-02
Merge "Revert "Revert "make isUiModeLocked, isNightModeLocked test api""" int...
Keun-young Park
2016-03-01
When system server goes down, crash apps more.
Jeff Sharkey
2016-03-02
Revert "Revert "make isUiModeLocked, isNightModeLocked test api""
Keun-young Park
2016-03-01
Revert "make isUiModeLocked, isNightModeLocked test api"
Keun-young Park
2016-02-29
make isUiModeLocked, isNightModeLocked test api
Keun-young Park
2016-01-12
Clean up night mode documentation
Alan Viverette
2015-12-03
allow locking UI mode and block launching car dock for automotive
keunyoung
2015-12-03
Revert "allow locking UI mode and block launching car dock for automotive"
Keun-young Park
2015-11-13
allow locking UI mode and block launching car dock for automotive
keunyoung
2015-02-12
Add support for user-selectable night mode
Alan Viverette
2014-08-13
rename UiModeManager.ENABLE_CAR_MODE_NO_WAKE_LOCK to ENABLE_CAR_MODE_ALLOW_SLEEP
keunyoung
2014-07-30
add UiModeManager.ENABLE_CAR_MODE_NO_WAKE_LOCK flag for enableCarMode
keunyoung
2014-04-04
Introduce new UI_MODE_TYPE_WATCH and qualifier.
John Spurlock
2011-12-15
Add a new ui mode for "appliance"
Joe Onorato
2011-05-23
Add "television" mode.
Dianne Hackborn
2010-04-09
Fix issue #2581524: Car home icon should always go to car home
Dianne Hackborn
2010-03-31
Fix issue #2560791: Expose API to go in to car mode.
Dianne Hackborn
2010-03-26
Fix issue #2544466: Car Home brightness icon comes and goes while phone is in...
Dianne Hackborn
2010-03-11
Add correct copyright headers to multiple files
Kenny Root
2010-03-11
Javadoc fix.
Daniel Sandler
2010-03-05
Refactor car mode.
Dianne Hackborn
2010-02-22
Also fix the API description file after UI_MODE_SERVICE rename.
Tobias Haamel
2010-02-22
Manager for controlling the UI modes.
Tobias Haamel