summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/bubbles/BubbleData.java
Commit message (Expand)AuthorAgeFilesLines
* Migrate Bubbles to wm-shell (5/n)Tony Huang2020-11-041-825/+0
* Migrate Bubbles to wm-shell (4/n)Tony Huang2020-10-281-21/+22
* Bubbles & TaskOrganizerMady Mellor2020-10-131-16/+0
* Migrate Bubbles to wm-shell (3/n)Tony Huang2020-10-131-7/+6
* Migrate Bubbles to wm-shell (2/n)Tony Huang2020-10-061-30/+11
* Merge "Handle non-visually-interruptive updates better in bubbles" into rvc-q...TreeHugger Robot2020-09-241-3/+4
|\
| * Handle non-visually-interruptive updates better in bubblesMady Mellor2020-09-241-3/+4
* | Log persisted bubblesLyn Han2020-09-141-1/+10
* | Per-bubble updates for overflowLyn Han2020-09-081-3/+18
* | 6/N Move everything into SysUIComponent.Dave Mankoff2020-08-161-3/+2
* | Decouple logging from BubbleViewProviderLyn Han2020-07-141-1/+26
|/
* Make sure PendingIntent cancel listener is unregisteredMady Mellor2020-06-301-2/+8
* Call stopInflation() on bubbles we're removing.Josh Tsuji2020-06-281-0/+4
* Fix invalid bubble predicate once and for allMady Mellor2020-06-241-0/+4
* Only remove bubbles with null shortcutinfo if they have a shortcut ID.Josh Tsuji2020-06-241-5/+9
* Remove bubbles if their shortcuts are removed or if the app is uninstalled.Joshua Tsuji2020-06-191-5/+65
* decouple Bubble from NotificationEntryPinyao Ting2020-06-161-23/+15
* Revert "decouple Bubble from NotificationEntry"Pinyao Ting2020-06-151-15/+23
* decouple Bubble from NotificationEntryPinyao Ting2020-06-121-23/+15
* Prevent NPE when dragging last bubble from expanded stateMady Mellor2020-06-111-1/+2
* Fix some things with overflow, persistence, & visibilityMady Mellor2020-06-081-52/+34
* Merge "Log overflow events" into rvc-devLyn Han2020-05-291-0/+6
|\
| * Log overflow eventsLyn Han2020-05-271-0/+6
* | Persists bubbles to disk (part 4)Pinyao Ting2020-05-271-8/+16
* | Always open bubble for bubble notifs + fix issueMady Mellor2020-05-261-8/+6
* | Removing groups & ongoing from bubble orderingMady Mellor2020-05-261-143/+17
|/
* Revert "Persists bubbles to disk (part 4)"Neil Fuller2020-05-151-16/+8
* Persists bubbles to disk (part 4)Pinyao Ting2020-05-121-8/+16
* Merge "Revert "Atomic updates, icon cleanup for overflow"" into rvc-devMady Mellor2020-05-121-11/+3
|\
| * Revert "Atomic updates, icon cleanup for overflow"Mady Mellor2020-05-121-11/+3
* | Handle PendingIntent cancellation v2Lyn Han2020-04-291-1/+2
* | Merge "Atomic updates, icon cleanup for overflow" into rvc-devLyn Han2020-04-291-3/+11
|\|
| * Atomic updates, icon cleanup for overflowLyn Han2020-04-291-3/+11
* | Fix a11y issues.Joshua Tsuji2020-04-281-1/+2
|/
* Notification removal with overflow bubblesLyn Han2020-04-221-31/+72
* Show last selected bubble when stack expandsLyn Han2020-04-101-1/+12
* Delete BubbleTouchHandler in favor of more traditional touch handling.Joshua Tsuji2020-04-081-0/+13
* Show selected bubble first, after stack expandsLyn Han2020-04-021-1/+2
* Assorted dot-wrangling.Joshua Tsuji2020-03-261-1/+1
* Auto-expand overflow bubbles on promoteLyn Han2020-03-251-1/+12
* Don't update the bubble on ranking changes if it's already in the stackMady Mellor2020-03-241-0/+2
* Remove bubble from stack by key instead of iconLyn Han2020-03-231-3/+5
* Stop inflate on overflow and null check viewsLyn Han2020-03-191-6/+10
* Merge "Include bubble changes in ranking & move flagging to BubbleExtractor" ...Mady Mellor2020-03-161-26/+0
|\
| * Include bubble changes in ranking & move flagging to BubbleExtractorMady Mellor2020-03-161-26/+0
* | Merge "Move overflow bubble to stack on update" into rvc-devTreeHugger Robot2020-03-141-0/+8
|\ \
| * | Move overflow bubble to stack on updateLyn Han2020-03-131-0/+8
| |/
* / Fix blank activity after promoting overflow bubbleLyn Han2020-03-131-4/+5
|/
* Dismiss bubbles into overflowLyn Han2020-02-181-15/+19
* Inflate bubble promoted from overflowLyn Han2020-02-121-6/+15