Fixes an issue where AOD2 had low color gamut. Instead, we now use
the high-power screen state there.
Bug: 36781008
Test: Receive notification on AOD2, observe that color is not distorted
Change-Id: I370a74c0f1d5cfd49194b53b9e20bf1f0dc5d4d0
Notes:
- Subclasses of KeyguardIndicationController can now provide indication text to be displayed when trust has been granted.
Test: runtest sysui
Bug: 37487319
Change-Id: I030954d51a5c3000c45e465fcd261e4887520aa6
- Add support for ui mode type selection
- Convert plugin fragment listener over to extensions to be more
versatile
- Add tests
Test: runtest systemui
Change-Id: Id5f28aa14b16e5a12df0434c9792bce551011efb
When a local variable (cachedThumbnailData) gets out of scope,
the interpreter might still keep a reference to it in the
register. Thus, we extract the handling of this local variable
into a method such that it gets removed from the register.
Test: Open recents, go home, take dump, make sure no reference
from HandlerThread to ThumbnailData is still existing.
Fixes: 37630958
Change-Id: If25456b212341be7a66882a0adfd5afb4a64ce23
Fixes an issue where AOD would not work correctly between screen
off and when the keyguard actually locked.
Fixes: 30017474
Test: Settings > Security > Gear, set lock device after 30s, disable "lock immediately on power key", turn phone off, try double tap. should work without having to wait 30s
Change-Id: Ifa88e35a821b86a2ed8117ed8a63fc51b5304121
* changes:
Make music notifications not dimmable
Implementing gradual image fade for the media template
Extracting the notification colors based on the album art
Moved notification builder creation to the background
For contrast requirements and for the image effect
to work properly, music notifications should not be
dimmable.
Test: add music notification, look at lockscreen
Fixes: 36561228
Merged-In: I58313e1828c64d34737390ad03e1deef078a7059
Change-Id: I58313e1828c64d34737390ad03e1deef078a7059
Media notifications are now extracting the background and
foreground colors from the album art.
Test: manual, play different songs
Bug: 36561228
Merged-In: I9c3c962fa59eb70ef9b2d4893b939be6e1ee1ab0
Change-Id: I9c3c962fa59eb70ef9b2d4893b939be6e1ee1ab0
When we are already showing AOD1 always, we need to
wake up instead of requesting a pulse.
Change-Id: I2931334caa350a157a1eab24f00ddf1ab913cc34
Fixes: 37751889
Test: Turn on AOD, double tap on AOD, verify device wakes up.
In preparation of future colorization work, the creation
of the notification builder is moved to the background.
Test: manual, add notifications, update them etc.
Test: runtest systemui
Bug: 36561228
Merged-In: Iaec5febf4d8d9da348d77e0d4f6f61b9746fae16
Change-Id: Iaec5febf4d8d9da348d77e0d4f6f61b9746fae16
* changes:
Make music notifications not dimmable
Implementing gradual image fade for the media template
Extracting the notification colors based on the album art
Moved notification builder creation to the background
When the contents of the notification is translating, then then outline
shoud translate with it. This logic was incorrectly reversed.
Test: booted up on Angler device, pop up notifications and swiped to see
shadow
Change-Id: Ib798cf79d3487c3af80343787353fe667c3e53fc