summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationContentView.java
Commit message (Expand)AuthorAgeFilesLines
* [DO NOT MERGE] Prevent RemoteViews crashing SystemUiValentin Iftime2023-03-141-1/+40
* Animates drawables in NotificationsAlexander Roederer2023-01-171-0/+43
* Fix headsup notification RemoteInputView appearance animationJohannes Gallmann2022-12-191-0/+7
* Fix notification inline reply animationJohannes Gallmann2022-12-191-1/+1
* Add test code for `Fix the height of NotificationContentView when there's no ...Yining Liu2022-10-251-7/+12
* Mark actions unimportant for accessibility when obscured by RemoteInputView.Julia Tuttle2022-10-061-0/+19
* Fix the height of NotificationContentView when there's no actions but bubble ...Yining Liu2022-09-141-0/+12
* Revert "Don't show "Clear All" w/ redacted notifs"Daniel Sandler2022-05-191-24/+12
* Don't show "Clear All" w/ redacted notifsSteve Elliott2022-05-101-12/+24
* Remove FileDescriptor from systemui.Dumpable.Dave Mankoff2022-04-051-2/+1
* Remove Dependency.get usage from some notif viewsSteve Elliott2022-03-161-21/+14
* [RemoteInputView] move data fields to ControllerSteve Elliott2022-03-141-9/+16
* Add Compile.IS_DEBUG to systemuiJeff DeCew2022-01-121-1/+2
* Convert from Pair<Integer,Integer> to FeedbackIconJeff DeCew2021-12-011-5/+6
* Reduce hardware render sizes for ExpandableNotificationRow.Jeff DeCew2021-11-231-1/+37
* Merge "Add SmartReplyView internals to StatusBar dump"TreeHugger Robot2021-11-171-0/+17
|\
| * Add SmartReplyView internals to StatusBar dumpJeff DeCew2021-11-171-0/+17
* | [RemoteInputView] Move "send" logic to ControllerSteve Elliott2021-11-121-3/+4
|/
* [RemoteInputView] RemoteInputQuickSettingsDisabler to ControllerSteve Elliott2021-11-121-1/+19
* [RemoteInputView] Introduce RemoteInputViewControllerSteve Elliott2021-11-081-59/+99
* Merge "Rewrite dumping NSSL hierarchy" into sc-v2-devTreeHugger Robot2021-11-011-1/+0
|\
| * Rewrite dumping NSSL hierarchyJeff DeCew2021-11-011-1/+0
* | [RemoteInputView] Reorder fields + clean listener registration APIsSteve Elliott2021-11-011-1/+1
|/
* Remove padding logic designed for old position of the expand buttonJeff DeCew2021-05-191-20/+0
* Fix initial visibility of RemoteInputView causing bad padding below actions.Jeff DeCew2021-04-271-1/+1
* Merge "Make lockscreen background opaque" into sc-devJay Aliomer2021-04-231-2/+0
|\
| * Make lockscreen background opaqueJay Aliomer2021-04-211-2/+0
* | Merge changes from topic "global_to_secure" into sc-devMady Mellor2021-04-201-7/+2
|\ \
| * | Move bubble setting to secure table & support multiuserMady Mellor2021-04-191-7/+2
| |/
* / Make smart reply insertion logic more robustSteve Elliott2021-04-201-7/+15
|/
* Fix all RemoteInputView colors when isColorized changes.Jeff DeCew2021-04-051-11/+11
* Inline reply multiline + notif pillJay Aliomer2021-03-291-3/+8
* Merge "Inline reply text" into sc-devJay Aliomer2021-03-171-21/+4
|\
| * Inline reply textJay Aliomer2021-03-151-21/+4
* | Hide app name from collapsed CallStyle.Jeff DeCew2021-03-111-3/+1
* | Fix the layout issue with the expand button of the CallStyleJeff DeCew2021-03-111-4/+11
|/
* Merge "Use the accent color for the hairline stroke of smart actions" into sc...Jeff DeCew2021-03-061-3/+7
|\
| * Use the accent color for the hairline stroke of smart actionsJeff DeCew2021-03-051-3/+7
* | Merge "Fade in shelf icons (replaces y-translation/scale/color-inversion)" in...Lyn Han2021-03-061-18/+0
|\ \ | |/ |/|
| * Fade in shelf icons (replaces y-translation/scale/color-inversion)Lyn Han2021-03-051-18/+0
* | Notification color overhaul.Jeff DeCew2021-03-021-6/+16
|/
* Hide the snooze button from various notifications.Jeff DeCew2021-02-261-13/+8
* Refactor the SmartReply classesJeff DeCew2021-02-171-50/+45
* Filter out RemoteInput actions when Phishing action is presentJeff DeCew2021-02-171-13/+53
* [A11y] Notification Intelligence Feedback UIChloris Kuo2020-12-161-4/+5
* Feedback UI ImprovementChloris Kuo2020-12-091-4/+4
* Fix snooze/bubble button paddingJeff DeCew2020-11-201-8/+0
* Notification template redesign; part 1.Jeff DeCew2020-11-131-24/+7
* Merge "Add snooze button to notification guts"Lyn Han2020-11-041-4/+55
|\
| * Add snooze button to notification gutsLyn Han2020-11-021-4/+55