History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationTemplateViewWrapper.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4faaaf6457f55b71018c5e254eff59a6f0ce6c6a 25-Feb-2015 Dan Sandler <dsandler@android.com> Avoid crashing on corrupted notifications.

If a notification content view has an @id/icon or
@id/right_icon, we need to make sure those ImageViews
actually have a drawable inside.

Bug: 19487078
Change-Id: I4ef6c4a10926823aa8680628097ed150d9e717d4
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationTemplateViewWrapper.java
92df1f275831c23e3ed5b70d621a0c298e0bafea 16-Dec-2014 Jorim Jaggi <jjaggi@google.com> Fix colored icons in doze mode

Also fixes the issue that small icons promoted to large icons were
not forced to be white, which lead to inconsistent treatment of the
icons.

Bug: 18537470

Change-Id: Ic35e082da12793f3f13c91740bfc345b336c3db4
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationTemplateViewWrapper.java
dacc924a65d68e7888d8771baa14141329265ebf 08-Dec-2014 Jorim Jaggi <jjaggi@google.com> Reinspect notification for dark mode when updated

Also protect against a crash that might happen when the notification
is updated during an animation.

Bug: 18572620
Change-Id: Ifd6279df395974f7afd0c708a6c87c64de935c62
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationTemplateViewWrapper.java
394a5d68b55ad06757270915288eaa93e6a0d89f 26-Nov-2014 Jorim Jaggi <jjaggi@google.com> Update dark mode on notifications when content is updated

When a notification was updated and we were currently in doze mode,
the views were updated but not all the color filters to make it dark
on it, so we ended up with a colored notification in doze mode.

Bug: 18537470
Change-Id: Ifde70d744a4e04e4c0d13684f3c0088f279f2d78
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationTemplateViewWrapper.java
4e857f4ef0357e05806819d0488a73a12208fe8f 17-Nov-2014 Jorim Jaggi <jjaggi@google.com> Fade notifications when exiting dozing

Bug: 18146441
Change-Id: Ifa0cbb8157c65768c3a0c584166ca88c3016b730
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationTemplateViewWrapper.java