summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/bubbles/BubbleData.java
Commit message (Expand)AuthorAgeFilesLines
...
* Bubble API: post update when bubble notification suppression flag changesMady Mellor2020-01-271-3/+13
* Bubble overflow - core functionalityLyn Han2020-01-231-5/+44
* Don't show flyout if its not visually interruptiveMady Mellor2020-01-211-9/+1
* BubbleData: Add notion of "pending bubbles" while the contents are being loadedMady Mellor2020-01-101-1/+19
* Inflate & make bitmaps for bubble views in backgroundMady Mellor2019-12-181-10/+27
* Use max value from resourcesLyn Han2019-12-101-3/+4
* Move BubbleView methods into BadgedImageView; remove BubbleViewMady Mellor2019-12-041-5/+4
* Show flyout if dismissed from shade. Add testsLyn Han2019-11-131-6/+20
* Add flag to allowing the system to make BubbleMetadata for a notificationMady Mellor2019-11-071-2/+3
* Remove last ranking-derived member from NotifEntryNed Burns2019-10-181-1/+1
* Encapsulate NotifEntry.key and .notificationNed Burns2019-10-181-4/+5
* Merge "Notify display is empty even if it's not the expanded bubble" into qt-...Mady Mellor2019-09-191-0/+16
|\
| * Notify display is empty even if it's not the expanded bubbleMady Mellor2019-09-181-0/+16
* | Dedup smart reply updates for bubble flyoutLyn Han2019-09-181-0/+4
|/
* Notify of order change when selected bubble moved to topMark Renouf2019-07-161-1/+1
* Visually suppress summaries & keep track of them so they may be removed when ...Mady Mellor2019-07-111-0/+51
* Merge "When summary is dismissed, don't remove bubble children" into qt-r1-bu...Mady Mellor2019-07-111-0/+17
|\
| * When summary is dismissed, don't remove bubble childrenMady Mellor2019-07-091-0/+17
* | Fix the dot, yet againMady Mellor2019-07-101-2/+3
|/
* Merge "Bubbles handle user switch" into qt-r1-bubbles-devMark Renouf2019-07-091-4/+3
|\
| * Bubbles handle user switchMark Renouf2019-07-081-4/+3
* | Add dumpsys for bubble stateMady Mellor2019-07-081-4/+15
|/
* New bits for showing the dot & flyout on NotificationEntryMady Mellor2019-06-271-0/+1
* Move showInShade off of NotificationEntry and into BubbleMady Mellor2019-06-271-1/+2
* Getters for private methods on Bubble & move dismissed from NotifEntry to BubbleMady Mellor2019-06-241-4/+4
* Remove the isForeground check for auto expand / suppress since NoMan handles ...Mady Mellor2019-06-241-2/+1
* Removed unused members in Bubbles.Issei Suzuki2019-06-121-24/+1
* Consolidate debug flags for Bubbles.Issei Suzuki2019-06-071-13/+15
* Dismiss any active bubbles when the channel setting is disabledMark Renouf2019-05-281-0/+29
* Combine discrete listener methods into single state updateMark Renouf2019-05-241-129/+61
* Talkback for focus on collapsed bubble stackLyn Han2019-05-151-1/+1
* Updates BubbleData sorting and grouping to specMark Renouf2019-05-081-126/+193
* Mark the bubble as show in shade when selectedMady Mellor2019-05-021-1/+1
* BubbleData [7/n]: BubbleData impl and tests!!Mark Renouf2019-04-261-68/+308
* BubbleData [6/n]: Splice BubbleData into code pathMark Renouf2019-04-161-23/+242
* BubbleData [3/n]: separate Bubble view inflationMark Renouf2019-04-091-1/+1
* BubbleData [2/n]: adds Listener interfaceMark Renouf2019-04-081-0/+59
* Fixed the order of notifications when Bubbles are presentSelim Cinek2019-03-111-2/+4
* Make BubbleData @InjectMady Mellor2019-02-141-10/+6
* Move ActivityView into BubbleExpandedViewMady Mellor2019-02-121-0/+74