index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
w16.2
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
SystemUI
/
src
/
com
/
android
/
systemui
/
statusbar
/
policy
/
HeadsUpManager.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Getting rid of Dependency.get
Michael Mikhail
2022-08-23
1
-5
/
+10
*
NotificationEntry logging improvements
Jeff DeCew
2022-06-17
1
-2
/
+2
*
Remove FileDescriptor from systemui.Dumpable.
Dave Mankoff
2022-04-05
1
-5
/
+3
*
New Pipeline: Implement per-section comparators; sort HUNs
Jeff DeCew
2022-02-02
1
-2
/
+5
*
Merge "Log HUN view changes and actual removal"
Jay Aliomer
2022-01-25
1
-0
/
+1
|
\
|
*
Log HUN view changes and actual removal
Jay Aliomer
2022-01-24
1
-0
/
+1
*
|
Remove BypassHeadsUpNotifier and NotificationEntry.isAutoHeadsUp
Jeff DeCew
2022-01-25
1
-4
/
+0
|
/
*
New Pipeline: Add HeadsUpManagerLogger
Jeff DeCew
2021-11-07
1
-18
/
+11
*
Add ListenerSet and use in places which currently copy-on-iterate.
Jeff DeCew
2021-10-08
1
-8
/
+7
*
Defensively copy callback collections before invoking
Steve Elliott
2021-07-14
1
-4
/
+5
*
Reinstate the logtags event SYSUI_HEADS_UP_STATUS
Jeff DeCew
2021-07-01
1
-0
/
+3
*
Ensure that HUN ordering is correct for Incoming CallStyle notifications
Jeff DeCew
2021-05-20
1
-5
/
+13
*
Log heads-up notification peeks using UiEvent logging.
Yuri Lin
2021-05-10
1
-0
/
+26
*
Uprank ongoing CATEGORY_CALL HUNs over those w/ active remote input
Steve Elliott
2020-09-24
1
-0
/
+15
*
Prevent bell icon from disappearing on immediate followup notification.
Jeff DeCew
2020-07-07
1
-3
/
+3
*
Hide bubble HUNs after unlock with face auth / bypass enabled
Mady Mellor
2020-06-29
1
-1
/
+1
*
Refactor heads up view binding
Kevin Han
2020-04-01
1
-1
/
+0
*
Abstract content binding into an interface
Kevin Han
2019-12-23
1
-2
/
+2
*
Encapsulate NotifEntry.key and .notification
Ned Burns
2019-10-18
1
-5
/
+5
*
Showing heads up for music when bypassing
Selim Cinek
2019-06-28
1
-3
/
+8
*
Removed the AmbientPulseManager
Selim Cinek
2019-06-11
1
-2
/
+2
*
Auto dismiss heads-up notification according to accessibility timeout
Dieter Hsu
2019-03-12
1
-0
/
+21
*
Rename NotificationInflater to NotificationContentInflater
Ned Burns
2019-02-14
1
-2
/
+2
*
Extract NotificationData.Entry to top-level
Ned Burns
2019-01-07
1
-9
/
+9
*
Draws background behind heads-up notification's menu.
Gus Prevas
2018-12-17
1
-3
/
+1
*
Don't let everyone reach into NotificationData.Entry for its row
Evan Laird
2018-11-27
1
-17
/
+16
*
Fix heads up/ambient content inflation w/ groups.
Kevin
2018-11-20
1
-0
/
+5
*
Fixes import ordering.
Gus Prevas
2018-11-14
1
-3
/
+4
*
Fix heads up views freeing too early.
Kevin
2018-10-11
1
-0
/
+3
*
Split auto dismissing functionality from heads up
Kevin
2018-08-13
1
-237
/
+77
*
fix the flickr from HUN to quick settings
felkachang
2018-07-24
1
-1
/
+11
*
Organize notification classes in row/stack
Rohan Shah
2018-07-18
1
-2
/
+2
*
Insetting heads up notifications
Selim Cinek
2018-03-20
1
-0
/
+3
*
Split HeadsUpManager implementation to HeadsUpManagerPhone (2nd try)
yoshiki iguchi
2018-02-06
1
-397
/
+185
*
Revert "Split HeadsUpManager implementation to HeadsUpManagerPhone"
yoshiki iguchi
2018-02-01
1
-177
/
+389
*
Split HeadsUpManager implementation to HeadsUpManagerPhone
yoshiki iguchi
2018-01-30
1
-389
/
+177
*
Fixed an issue where the qs panel wasn't properly placed
Selim Cinek
2017-06-07
1
-1
/
+4
*
Add ability to set a custom background for auto.
Anthony Chen
2017-05-15
1
-0
/
+6
*
Fix QS shadow disappearing on expand.
Jason Monk
2017-04-20
1
-0
/
+4
*
Fixed a bug where the heads-up couldn't time out
Selim Cinek
2017-02-08
1
-1
/
+1
*
Delete BaseStatusBar
Jason Monk
2017-01-26
1
-4
/
+4
*
Allowing heads-up notifications now on the lock screen
Selim Cinek
2016-12-21
1
-1
/
+8
*
Introduced the visual stability manager
Selim Cinek
2016-12-20
1
-28
/
+29
*
Modified heads up experience
Selim Cinek
2016-11-21
1
-1
/
+2
*
Escalate HeadsUp when dreaming starts
Selim Cinek
2016-09-12
1
-1
/
+1
*
Fix DirectReply taking too long in HUNs
Adrian Roos
2016-04-29
1
-2
/
+2
*
Merge "Keep HUNs that have an active remote input" into nyc-dev
TreeHugger Robot
2016-04-14
1
-0
/
+7
|
\
|
*
Keep HUNs that have an active remote input
Adrian Roos
2016-04-08
1
-0
/
+7
*
|
Fixed a bug where the wrong group was HUNd
Selim Cinek
2016-04-08
1
-0
/
+5
|
/
*
Fixed a bug where huns could be invisible
Selim Cinek
2016-02-11
1
-27
/
+31
[next]