History log of /frameworks/base/services/core/java/com/android/server/UiModeManagerService.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1ce4b6d3c6cb5b2eb9c9d00472be12245db92427 11-Jun-2015 Chris Wren <cwren@android.com> remove usage of deprecated method setLatestEventInfo

Bug: 18510449
Change-Id: I56a77991c729990e501f402e007dfa79ee57621e
/frameworks/base/services/core/java/com/android/server/UiModeManagerService.java
356176177633a619f4a916248536e4e7a5fb9b2e 23-Mar-2015 Adam Lesinski <adamlesinski@google.com> Merge "Set the appliance (tv/watch) in the configuration earlier"
05199e83a460683e2af06212b0dc7310647e8502 19-Mar-2015 Adam Lesinski <adamlesinski@google.com> Set the appliance (tv/watch) in the configuration earlier

Some UI is displayed (boot/optimizing) before the configuration
has been completely set. This noteably happens for watches and
TVs because UIModeManagerService hasn't started yet.

UIModeManagerService is started earlier, and its dependency
TwilightService is loaded during the "all system services ready"
boot phase.

b/18388692

Change-Id: Iabdf8ac3eb04ebcb44779d752e19042769cc65c6
/frameworks/base/services/core/java/com/android/server/UiModeManagerService.java
4a357cd2e55293402d7172766f7f9419815fc1e8 19-Mar-2015 Alan Viverette <alanv@google.com> Replace usages of deprecated Resources.getColor() and getColorStateList()

Change-Id: I8f64fe6c4c44a92ff6d07250223ba590a1d691b0
/frameworks/base/services/core/java/com/android/server/UiModeManagerService.java
4cc1e9e707242479e00c4bc4bc0ea02bffccfa85 12-Feb-2015 Alan Viverette <alanv@google.com> Add support for user-selectable night mode

Adds a Material theme that automatically selects light or dark UI based
on the night mode resource qualifier.

Removes restriction that night mode only works when car mode is enabled
or the device is docked, which was applied inconsistently anyway and
only actually worked when in car mode (regardless of docked state).
Night mode is now always applied according to the system preference.

Change-Id: I526807c907eb29a2ab588d15932afe3e6ab180c2
/frameworks/base/services/core/java/com/android/server/UiModeManagerService.java
255dd04271088590fedc46c8e22b2fd4ab142d39 19-Aug-2014 Selim Cinek <cinek@google.com> Added notification color to all system notifications

Bug: 17128331
Change-Id: I81a94510ef51b99916f314c0dd65852426a1fbeb
/frameworks/base/services/core/java/com/android/server/UiModeManagerService.java
c093bf26456e55c09ed4e61ad36999d07a86be1f 12-Aug-2014 keunyoung <keunyoung@google.com> rename UiModeManager.ENABLE_CAR_MODE_NO_WAKE_LOCK to ENABLE_CAR_MODE_ALLOW_SLEEP

bug: 16959030
Change-Id: I413a2ba676488bfc18e393465b98681682ec88d4
/frameworks/base/services/core/java/com/android/server/UiModeManagerService.java
1d0a7ccd007e7ce62588212f76db09d2e593b742 28-Jul-2014 keunyoung <keunyoung@google.com> add UiModeManager.ENABLE_CAR_MODE_NO_WAKE_LOCK flag for enableCarMode

- When this flag is set, system no longer keeps the display on while in car mode.

bug: 15472822
Change-Id: I277368be5227eaf96213684598f278c39e4c34db
/frameworks/base/services/core/java/com/android/server/UiModeManagerService.java
6c191299a73388cd593809c0b66bafbd08fd2982 03-Apr-2014 John Spurlock <jspurlock@google.com> Introduce new UI_MODE_TYPE_WATCH and qualifier.

Default ui mode to watch if we have FEATURE_WATCH.

Bug:13395758
Change-Id: Ie5ff95de60e69e91ad3612c7d2f1fca7f49061bd
/frameworks/base/services/core/java/com/android/server/UiModeManagerService.java
0722968c590d814036a67133949d52d0b20ecc0d 14-Mar-2014 Tim Kilbourn <tkilbourn@google.com> FEATURE_LEANBACK implies that the device is a tv.

For managing the ui mode, consider the device to be a television if it
has either the FEATURE_TELEVISION or FEATURE_LEANBACK system features.

When leanback is available for non-television devices, we need to
reconsider the use of these features for setting the television ui mode.

Change-Id: I7b82372ce19067e010be9b42111816bab186f95b
/frameworks/base/services/core/java/com/android/server/UiModeManagerService.java
b880d880c6cd989eacc28c365fc9a41d31900da1 11-Feb-2014 Jeff Brown <jeffbrown@google.com> Make SystemService constructor take a Context.

This change simplifies the process of initializing a SystemService
by folding the onCreate() step back into the constructor. It removes
some ambuiguity about what work should happen in the constructor and
should make it possible for services to retain most of their final
fields after refactoring into the new pattern.

Change-Id: I25f41af0321bc01898658ab44b369f9c5d16800b
/frameworks/base/services/core/java/com/android/server/UiModeManagerService.java
9158825f9c41869689d6b1786d7c7aa8bdd524ce 22-Nov-2013 Amith Yamasani <yamasani@google.com> Move some system services to separate directories

Refactored the directory structure so that services can be optionally
excluded. This is step 1. Will be followed by another change that makes
it possible to remove services from the build.

Change-Id: Ideacedfd34b5e213217ad3ff4ebb21c4a8e73f85
/frameworks/base/services/core/java/com/android/server/UiModeManagerService.java