History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationCustomViewWrapper.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6baed9e3a272b09e87f15801a389d7714d0b051f 26-May-2016 Mady Mellor <madym@google.com> Parent notifications should always be normal notification color

Notification groups would use the background color of their
children in some cases. This changes it so that parent
notifications always use the normal notification color.

Change-Id: I0638f94e044da2ba65a921f0c4a538941c001ca7
Fixes: 28613919
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationCustomViewWrapper.java
7d1c63e66a2e19bf32249f52c56e563eae4c6819 22-Apr-2016 Selim Cinek <cinek@google.com> Fixed a bug where the icon of children could be colored

Change-Id: I12e577de648f8b1734521ffe713f0168f714572a
Fixes: 28320187
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationCustomViewWrapper.java
c317933a91b1d33cc4af9b7c6218b9ce675d05ea 04-Mar-2016 Selim Cinek <cinek@google.com> Fixed fading and dozemode for custom notifications

The custom notifications were fading really ugly when they
had a dark background like media notifications, because
it was fading from dark to dark.
Now this background is shared for both custom views which also
reduces overdraw for them.

In addition does the doze mode now work much nicer because we're
only fading them to greyscale instead of inverting.
This also fixed an issue where legacy custom notifications with
a dark background were colorful during doze.

Bug: 19437552
Change-Id: I87798da9ac11b9abfe4470b6ca53b555da3aa629
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationCustomViewWrapper.java
b88b98477ae725092c27dfe52f7fca3d4f29913e 26-Feb-2016 Selim Cinek <cinek@google.com> Fixed a bug where notifications could stay dark

The check whether dark changed was always done
on the notification itself, ignoring that the
contentviews actually also have a check whether it
changed, leading to potential problems that this state
became out of date. In addition did we assume that whenever
an update comes in the text becomes normal, which is
not true for an inline update. This hopefully fixes things once
and for all! I said once and for all!

Bug: 27147160
Change-Id: Idd68be8da0f648cf79102544b038065618c1d0ff
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationCustomViewWrapper.java
f64044c6a4e1d34595c9a9bc26ca949b54a93288 12-Feb-2016 Selim Cinek <cinek@google.com> Fixed a bug where custom notifications were invisible

Change-Id: If981a380ed7e3ef7000e245aefaf36d039e15cfa
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationCustomViewWrapper.java
19ba7050c3aaf47f431d33341de7399df776f559 28-Jan-2016 Selim Cinek <cinek@google.com> Fixed that notification content were sometimes not readable

Because dark was only called on the visible view.

Change-Id: I4c9a00e7fcc29c107432fc7f0c61bc095c2e77a0
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationCustomViewWrapper.java
ca85ef85379d918f476a58d84b1529d640297629 16-Jan-2016 Selim Cinek <cinek@google.com> Removed round rect clipping for notifications and qs

Change-Id: I82459dabb2b41e414d46b624eeb6dae5773acc66
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationCustomViewWrapper.java
0ffbda62e55ad390e05e6c3ff52e1378e420285c 01-Jan-2016 Selim Cinek <cinek@google.com> Continued the template switch implementation

Change-Id: I86fa52f2e13d319127dcd44b98304aa3cc3c7e9e
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationCustomViewWrapper.java