summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/wmshell/BubblesManager.java
Commit message (Expand)AuthorAgeFilesLines
* Fade out navbar on lockscreen -> homescreen transitionMike Schneider2023-04-061-2/+2
* Change flag to sysprop because we need it in launcher tooMady Mellor2023-02-161-2/+0
* Publish dream state to OverviewProxyService.Bryce Lee2023-01-251-1/+2
* Remove CentralSurfaces from ShadeControllerJustin Weir2022-11-291-2/+2
* Add a flag for the bubble barMady Mellor2022-11-021-0/+6
* Remove unused BubblesManager#maybeCancelSummary()Steve Elliott2022-08-311-22/+0
* Remove NotifEntryManagerSteve Elliott2022-08-311-7/+0
* Remove NotifGroupManagerLegacy usage from BubblesSteve Elliott2022-08-291-27/+4
* Merge changes I63c90f71,I0f016aab into tm-qpr-devWinson Chung2022-08-231-14/+1
|\
| * Minor cleanupWinson Chung2022-08-191-14/+1
* | Fix bubbles hiding when unlocked with showOnLockscreen ActivityMady Mellor2022-08-111-1/+16
|/
* Ignore updates to bubbles that aren't from the systemMady Mellor2022-08-051-4/+5
* Ignore notification update for not active userAts Jenk2022-07-291-2/+2
* Move ShadeController to the shade packageJustin Weir2022-07-271-1/+1
* Add keyguard callbacks to ShellInterfaceWinson Chung2022-07-201-1/+0
* Add single interface for SysUI to call into ShellWinson Chung2022-07-181-21/+0
* Inline notif pipeline flag into BubblesManagerSteve Elliott2022-06-301-155/+1
* Merge "When a user is removed make sure we remove their persisted bubbles" in...Mady Mellor2022-05-181-0/+5
|\
| * When a user is removed make sure we remove their persisted bubblesMady Mellor2022-05-161-0/+5
* | Bubbles ignore gestures when notif expandedAts Jenk2022-05-131-1/+9
|/
* Merge "Remove FileDescriptor from systemui.Dumpable." into tm-devDave Mankoff2022-04-071-3/+2
|\
| * Remove FileDescriptor from systemui.Dumpable.Dave Mankoff2022-04-051-3/+2
* | Process only app initiated removals in onEntryRemoved callbackSergey Serokurov2022-04-011-1/+3
|/
* Use KeyguardStateController to listen for unlocked shade stateMady Mellor2022-03-301-14/+27
* Update FLAG_BUBBLE in BubblesManager#onUserChangedBubbleSergey Serokurov2022-03-031-0/+2
* Handle channel changes for bubblesMady Mellor2022-01-181-2/+37
* Convert BubblesManager to use CommonNotifCollection.Julia Tuttle2022-01-101-24/+24
* Update FGS notification behaviorJulia Reynolds2022-01-071-1/+1
* Inline most FeatureFlags methods.Dave Mankoff2021-11-171-5/+5
* New Pipeline: Add a NotificationVisibilityProvider to support both pipelinesJeff DeCew2021-11-091-7/+7
* Add a sysui state for manage menu being expandedMady Mellor2021-10-081-0/+14
* Move FeatureFlags to flags package.Dave Mankoff2021-07-301-1/+1
* Don't use SysUI ScrimController for bubblesMady Mellor2021-07-291-19/+0
* Add cached state to prevent blocking calls from SysUI->ShellWinson Chung2021-06-161-1/+1
* Fix launching bubbles from widgetsMady Mellor2021-06-141-0/+17
* Don't auto expand the bubble when it's marked as priorityMady Mellor2021-05-031-1/+0
* A new shade pull down animationLucas Dupin2021-04-241-1/+1
* Sysui bubbles multiuser fixes: persistence / overflowMady Mellor2021-04-191-0/+8
* Move bubble setting to secure table & support multiuserMady Mellor2021-04-191-0/+14
* Merge "Fix issue with callback not being made on the sysui main thread" into ...Winson Chung2021-04-141-1/+1
|\
| * Fix issue with callback not being made on the sysui main threadWinson Chung2021-04-091-1/+1
* | Add callback of TaskStackChangeListenerTony Huang2021-04-071-4/+7
|/
* Remove some blocking calls in BubbleManagerWinson Chung2021-02-101-48/+26
* 8/ Updating bubbles to run on shell threadWinson Chung2021-01-291-78/+134
* When convo is set as important, only bubble if it canMady Mellor2021-01-141-4/+8
* Migrate Bubbles to wm-shell (5/n)Tony Huang2020-11-041-4/+4
* Migrate Bubbles to wm-shell (4/n)Tony Huang2020-10-281-0/+725