- Add way to open QS detail panels directly
- Add internal broadcast that can launch apps when dnd mode changes
Change-Id: If2b6350dc31623f3bf2f64c7eb141cff5d3d4e89
Note: the guts are still trucated to the height of the notification.
The slider initially shows the importance of the individual notification,
but changing the slider changes the importance for the whole group
of notifications.
Bug: 22451710
Change-Id: Id6de3aaace2bdb88a8cc5db517002dc7f0e349ae
When we dismissing a docked stack we don't want to get rid of it,
but instead make it available in the full screen stack. We need to
make sure that it goes into the bottom of the stack and prevent it
from taking focus or running any animation, so the operation is
invisible to the user.
Bug: 25840497
Bug: 25823213
Change-Id: Ibd08d7b723a2847d98c435f79541d5eb43587064
- Should be adjusting the offset when pulling forward, not the whole
stack scroll. This caused a visual regression where the whole stack
shifted when you dismiss the non-first task.
Change-Id: I93158287a168f407a0a024e0be24f264dd0c2b6e
- In freeform mode, we hide the buttons depending on the available width
of the task view
- Also fixes the rounded corners on the task views as the frame changes
- Tweaking the freeform workspace background
Change-Id: Iec9352acb5cb3ce95c09ff6d1026a9900717d3e6
- This greatly simplifies the freeform layout as well, since we don’t
need to scale and clip the views to match the freeform task bounds.
- Also fixing the animation from the back of the stack
Change-Id: Iba998a788dbdc48d031da8a8c908ea1a9f8f795f
- Removed action icon processing
- Correct color for action label
- Change default notification color to Gray 600
- Handle different states in RemoteInputView
- Handle updates to Notifications with active remote input
Bug: 22452379
Change-Id: I30a0cd917dbf814f156ab5a106e018a245d99b67
When a child got really big the stacks could weirdly
overlap making parts of a notification unreadable.
This is now fixed.
Bug: 26127189
Change-Id: Icbe9063d8f9ad5ec27934643c8977e375addd07c
Makes it possible to use the new quick settings api from:
I82b6bebb0b21a5c9eb926cb1a761cac340a293df
Change-Id: I053bb2b28284c4f49d67339b617ef72ede1f2843
* changes:
Fixed a bug where the heads up had the wrong size
Adapted the appear animation for notification children
Added darkmode for notification groups
And suddenly notification children appeared
* changes:
Changed the appearance of the notification children
Removed the devider above the actions
Collapsing groups now on the lockscreen
Fixed a bug where groups were layouted too small
Fixed a small measuring but with the notification header
Fixed a bug where legacy icons where incorrectly colored
Removed duplicate content from group notification header