summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/statusbar/SmartReplyController.java
Commit message (Expand)AuthorAgeFilesLines
* Remove FileDescriptor from systemui.Dumpable.Dave Mankoff2022-04-051-2/+1
* [Status Bar] Re-name StatusBar.java -> CentralSurfaces.java.Caitlin Cassidy2022-02-281-2/+2
* New Pipeline: Add a NotificationVisibilityProvider to support both pipelinesJeff DeCew2021-11-091-12/+5
* Make SmartReplyController a DumpableJeff DeCew2021-10-301-3/+21
* Create a shim for StatusBarManager click methodsEvan Laird2020-05-181-7/+6
* Introduce StatusBarModuleSergey Nikolaienkov2020-02-141-5/+4
* Remove NotificationDataEvan Laird2019-11-131-2/+2
* Encapsulate NotifEntry.key and .notificationNed Burns2019-10-181-7/+7
* Add logging for tap-to-edit smart repliesMilo Sredkov2019-02-051-7/+6
* Log notification location and assistant-generated when smart reply sentGustav Sennton2019-01-291-2/+3
* Add NotificationVisibility.NotificationLocation.Gustav Sennton2019-01-231-2/+5
* Extract NotificationData.Entry to top-levelNed Burns2019-01-071-6/+6
* Remove Dependency.get usages from SmartReplyControllerJason Monk2018-12-261-6/+6
* Start using some dagger 2Jason Monk2018-12-191-1/+5
* Add logging for smart replies and actions.Gustav Sennton2018-12-181-3/+7
* Add onActionClicked in NotificationAssistantServiceTony Mak2018-11-291-0/+24
* Add onSuggestedReplySent in NotificationAssistantServiceTony Mak2018-11-271-3/+7
* Fixes import ordering.Gus Prevas2018-11-141-2/+0
* Refactor managers that defer notification removalKevin2018-08-311-7/+19
* Organize notification classes in row/stackRohan Shah2018-07-181-0/+2
* Keep notification when sending smart reply.Kenny Guy2018-05-171-4/+22
* Add spinner for smart replies.Kenny Guy2018-04-231-0/+60