summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/statusbar/policy/HeadsUpManager.java
Commit message (Expand)AuthorAgeFilesLines
* Getting rid of Dependency.getMichael Mikhail2022-08-231-5/+10
* NotificationEntry logging improvementsJeff DeCew2022-06-171-2/+2
* Remove FileDescriptor from systemui.Dumpable.Dave Mankoff2022-04-051-5/+3
* New Pipeline: Implement per-section comparators; sort HUNsJeff DeCew2022-02-021-2/+5
* Merge "Log HUN view changes and actual removal"Jay Aliomer2022-01-251-0/+1
|\
| * Log HUN view changes and actual removalJay Aliomer2022-01-241-0/+1
* | Remove BypassHeadsUpNotifier and NotificationEntry.isAutoHeadsUpJeff DeCew2022-01-251-4/+0
|/
* New Pipeline: Add HeadsUpManagerLoggerJeff DeCew2021-11-071-18/+11
* Add ListenerSet and use in places which currently copy-on-iterate.Jeff DeCew2021-10-081-8/+7
* Defensively copy callback collections before invokingSteve Elliott2021-07-141-4/+5
* Reinstate the logtags event SYSUI_HEADS_UP_STATUSJeff DeCew2021-07-011-0/+3
* Ensure that HUN ordering is correct for Incoming CallStyle notificationsJeff DeCew2021-05-201-5/+13
* Log heads-up notification peeks using UiEvent logging.Yuri Lin2021-05-101-0/+26
* Uprank ongoing CATEGORY_CALL HUNs over those w/ active remote inputSteve Elliott2020-09-241-0/+15
* Prevent bell icon from disappearing on immediate followup notification.Jeff DeCew2020-07-071-3/+3
* Hide bubble HUNs after unlock with face auth / bypass enabledMady Mellor2020-06-291-1/+1
* Refactor heads up view bindingKevin Han2020-04-011-1/+0
* Abstract content binding into an interfaceKevin Han2019-12-231-2/+2
* Encapsulate NotifEntry.key and .notificationNed Burns2019-10-181-5/+5
* Showing heads up for music when bypassingSelim Cinek2019-06-281-3/+8
* Removed the AmbientPulseManagerSelim Cinek2019-06-111-2/+2
* Auto dismiss heads-up notification according to accessibility timeoutDieter Hsu2019-03-121-0/+21
* Rename NotificationInflater to NotificationContentInflaterNed Burns2019-02-141-2/+2
* Extract NotificationData.Entry to top-levelNed Burns2019-01-071-9/+9
* Draws background behind heads-up notification's menu.Gus Prevas2018-12-171-3/+1
* Don't let everyone reach into NotificationData.Entry for its rowEvan Laird2018-11-271-17/+16
* Fix heads up/ambient content inflation w/ groups.Kevin2018-11-201-0/+5
* Fixes import ordering.Gus Prevas2018-11-141-3/+4
* Fix heads up views freeing too early.Kevin2018-10-111-0/+3
* Split auto dismissing functionality from heads upKevin2018-08-131-237/+77
* fix the flickr from HUN to quick settingsfelkachang2018-07-241-1/+11
* Organize notification classes in row/stackRohan Shah2018-07-181-2/+2
* Insetting heads up notificationsSelim Cinek2018-03-201-0/+3
* Split HeadsUpManager implementation to HeadsUpManagerPhone (2nd try)yoshiki iguchi2018-02-061-397/+185
* Revert "Split HeadsUpManager implementation to HeadsUpManagerPhone"yoshiki iguchi2018-02-011-177/+389
* Split HeadsUpManager implementation to HeadsUpManagerPhoneyoshiki iguchi2018-01-301-389/+177
* Fixed an issue where the qs panel wasn't properly placedSelim Cinek2017-06-071-1/+4
* Add ability to set a custom background for auto.Anthony Chen2017-05-151-0/+6
* Fix QS shadow disappearing on expand.Jason Monk2017-04-201-0/+4
* Fixed a bug where the heads-up couldn't time outSelim Cinek2017-02-081-1/+1
* Delete BaseStatusBarJason Monk2017-01-261-4/+4
* Allowing heads-up notifications now on the lock screenSelim Cinek2016-12-211-1/+8
* Introduced the visual stability managerSelim Cinek2016-12-201-28/+29
* Modified heads up experienceSelim Cinek2016-11-211-1/+2
* Escalate HeadsUp when dreaming startsSelim Cinek2016-09-121-1/+1
* Fix DirectReply taking too long in HUNsAdrian Roos2016-04-291-2/+2
* Merge "Keep HUNs that have an active remote input" into nyc-devTreeHugger Robot2016-04-141-0/+7
|\
| * Keep HUNs that have an active remote inputAdrian Roos2016-04-081-0/+7
* | Fixed a bug where the wrong group was HUNdSelim Cinek2016-04-081-0/+5
|/
* Fixed a bug where huns could be invisibleSelim Cinek2016-02-111-27/+31