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