History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationDozeHelper.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f3eacd35c0b8f676c50cc7307f40a9de6bc8e521 15-Apr-2017 Adrian Roos <roosa@google.com> AOD: Fix icon color when updating on AOD

Fixes a bug where notification shelf icons
would become colorful when they update while
in AOD.

Change-Id: I6e1d98bc75a2119eb32b55a40a66a9b3bcee8737
Fixes: 37156783
Test: Turn off device, receive notification, receive update to that notification, trigger ambient display
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationDozeHelper.java
456e005a6dea27a0d29e6a1975c68a9fa71d80a6 05-Apr-2017 Adrian Roos <roosa@google.com> Revert "Revert "AOD: Use color filter to invert icons for AOD""

This reverts commit 30d9bad7673eaa518cc43444259f71af9b34e5ec.

Change-Id: I3a6dd476cb90074d012a05bb291eeaf441fe20d3
Merged-In: I3a6dd476cb90074d012a05bb291eeaf441fe20d3
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationDozeHelper.java
7bcf6d378f1bf1294ccd4c9beeb11bfd9b39816d 05-Apr-2017 Adrian Roos <roosa@google.com> Revert "Revert "NotificationWrappers: Factor out doze treatment""

This reverts commit 934027a4307d5bc4896d662fd92c47c556e11cca.

Change-Id: Id4008fc79e474f3820f3587dff40720a57c9ef3a
Merged-In: Id4008fc79e474f3820f3587dff40720a57c9ef3a
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationDozeHelper.java
934027a4307d5bc4896d662fd92c47c556e11cca 20-Mar-2017 Selim Cinek <cinek@google.com> Revert "NotificationWrappers: Factor out doze treatment"

Bug: 36430936
This reverts commit edfb65bbc4eb0453c91355c9c2277fe5e96b135b.

Change-Id: I85f67d2f703bdc1bb8f2bedc19eacb5320b3c1d3
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationDozeHelper.java
30d9bad7673eaa518cc43444259f71af9b34e5ec 20-Mar-2017 Selim Cinek <cinek@google.com> Revert "AOD: Use color filter to invert icons for AOD"

Bug: 36430936
This reverts commit cc957752970c05de64272f33176395dfa2840486.

Change-Id: I1aa4a05d0bc823e02338693e1bf20786dd2ac019
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationDozeHelper.java
cc957752970c05de64272f33176395dfa2840486 09-Mar-2017 Adrian Roos <roosa@google.com> AOD: Use color filter to invert icons for AOD

Fixes an issue where the AOD icons where of different
brightness because they were converted to grayscale and
then inverted. Now we just set the appropriate color filter
instead.

Change-Id: Ic359aaee2e19274670f44c5b7380c636ee26e559
Test: Open AOD, observe that the icons are colored solid white (like the clock) instead of gray.
Fixes: 35850204
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationDozeHelper.java
edfb65bbc4eb0453c91355c9c2277fe5e96b135b 08-Mar-2017 Adrian Roos <roosa@google.com> NotificationWrappers: Factor out doze treatment

Bug: 35850204
Test: receive a notification group, observe that the group icon is correctly inverted on ambient display.
Change-Id: Id7aba066eb1683705fdc2c008e657bd819ddd31d
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationDozeHelper.java