History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4f6c85f6bc85138181cb98932abbb9650f120aaf 04-Dec-2017 Selim Cinek <cinek@google.com> Removed vibrations when icons go into / out of the shelf

This also removed binder transactions happening in every frame
and improves it for the opening case to a listener.

Change-Id: I8052848c622ca468b6daf17f8fbe335eac166255
Fixes: 65206902
Bug: 69933777
Test: open panel, observe vibrations
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationUtils.java
e62255ccc59a9410ce543558815355420678ffcd 29-Sep-2017 Selim Cinek <cinek@google.com> Improved the headsup notification for messages

Previously the heads up notifications and also the collapsed versions were not
displaying in the new style.
They are now displayed in the new style of heads up notifications.

Test: add messaging notification in heads up
Bug: 63708826
Change-Id: I041584cd6ee740fd8c59f332f727ed83c89e777f
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationUtils.java
f6559f870e8050723c35e5509dcca61b52928f4f 16-Aug-2017 Selim Cinek <cinek@google.com> Modified the vibration of the notification panel

The vibrations are now gated by "Vibrate on Tap"
This also moves the vibration on expansion to a
tick instead of a click.
Also improved the performance, such that vibrations
are now happening on the background thread instead
of the foreground.

Fixes: 64600716
Fixes: 64121575
Test: manual, observe vibrations when expanding / scrolling
Change-Id: I5099287adacc0f916941fd77e97948b9fa16ad09
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationUtils.java
c897bd3e91ed442b0f32c3a5b9918e9e580b62b1 19-Mar-2016 Selim Cinek <cinek@google.com> Introduced a number indicating more children in a group

Bug: 25376106
Change-Id: I97dc60c4fea599c668c9e74e11b7d693fd78589b
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationUtils.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/NotificationUtils.java
8f2f6a67fad7aed720e33a6629cb65d368ebfb80 24-Feb-2016 Selim Cinek <cinek@google.com> Transforming notifications now based on the user dragging

The animation is not a canned animation anymore but base on
the finger movement of the user.

Bug: 19437552
Change-Id: I0f81ac2ff05a92673e3f3b9b72a5c2de238890d0
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationUtils.java
c0d7058b14c24cd07912f5629c26b39b7b4673d5 29-Jan-2016 Winson <winsonc@google.com> Referencing static interpolators.

Change-Id: I5d2292016e869ed533f5873e373a1eccce651fc5
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationUtils.java
eef842851026a90b6a217d8bc423454fa48df4fe 31-Oct-2015 Selim Cinek <cinek@google.com> Introduced the notification header

In the new grouping model we don't have a dedicated expand button
anymore but only the notification header.

Bug: 24866646
Change-Id: I2e4bc82e502fde951a71b61cd81347c44b9637f6
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationUtils.java