summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/statusbar/policy/SmartReplyView.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Ensure smart replies are always visible" into sc-v2-dev am: 96d821aa4e...TreeHugger Robot2021-11-301-0/+7
|\
| * Ensure smart replies are always visibleJeff DeCew2021-11-301-0/+7
| * Add SmartReplyView internals to StatusBar dumpJeff DeCew2021-11-171-3/+80
* | Add a reason the smart suggestion isn't shown to the layout params.Jeff DeCew2021-11-271-2/+17
* | Add SmartReplyView internals to StatusBar dumpJeff DeCew2021-11-171-3/+80
|/
* Revert "Correct RTL support of Smart Actions"Howard Chen2021-09-081-9/+9
* Correct RTL support of Smart ActionsJeff DeCew2021-09-071-9/+9
* Make foreground color selection in SmartReplyView and RemoteInputView match N...Jeff DeCew2021-08-161-1/+1
* Simplify SmartReplyView padding layout logicJeff DeCew2021-05-101-71/+16
* Smart action buttons now have 8dp corner radiusJeff DeCew2021-05-101-23/+0
* Use the accent color for the hairline stroke of smart actionsJeff DeCew2021-03-051-5/+11
* Filter out RemoteInput actions when Phishing action is presentJeff DeCew2021-02-171-3/+3
* Fix initialization of SmartReplyView button colorsSteve Elliott2020-12-101-4/+4
* Remove Dependency#get from SmartReplyViewSteve Elliott2020-10-071-251/+65
* Make smart actions icon to respect dark theme settingTony Mak2019-11-051-1/+4
* Encapsulate NotifEntry.key and .notificationNed Burns2019-10-181-1/+1
* Merge "SSIN: Use the application's context to load icon resources." into qt-q...Gustav Sennton2019-09-191-7/+9
|\
| * SSIN: Use the application's context to load icon resources.Gustav Sennton2019-09-181-7/+9
* | Move NotifEntry smart reply/actions to gettersNed Burns2019-09-101-4/+4
|/
* Fixed a few bugs with remoteInputSelim Cinek2019-07-021-1/+1
* Made sure smart actions now launch also inline same as activity launchesSelim Cinek2019-05-011-1/+1
* Block clicks on smart actions and replies just after creation/update.Gustav Sennton2019-04-181-10/+50
* Move SmartReplyView inflation off the UI thread.Gustav Sennton2019-02-281-33/+57
* Add logging for tap-to-edit smart repliesMilo Sredkov2019-02-051-4/+6
* Merge "Log notification location and assistant-generated when smart reply sent"TreeHugger Robot2019-01-291-2/+4
|\
| * Log notification location and assistant-generated when smart reply sentGustav Sennton2019-01-291-2/+4
* | Add experiment flag for maximum number of smart actions per notificationGustav Sennton2019-01-291-0/+12
|/
* Update smart reply/action sizes to follow mocks.Gustav Sennton2019-01-241-3/+27
* Add exp flag for min number of sys gen smart replies in notificationsGustav Sennton2019-01-211-26/+104
* Remove smart actions accessibility TODO - this works fine already.Gustav Sennton2019-01-181-2/+0
* Make the tap-to-edit behaviour configurableMilo Sredkov2019-01-101-3/+2
* Merge "Don't stop adding smart suggestions just because one doesn't fit."TreeHugger Robot2019-01-091-3/+3
|\
| * Don't stop adding smart suggestions just because one doesn't fit.Gustav Sennton2019-01-071-3/+3
* | Extract NotificationData.Entry to top-levelNed Burns2019-01-071-5/+5
* | Run pending-intent-sent callback on UI thread.Gustav Sennton2018-12-171-9/+1
|/
* Add setEditChoicesBeforeSending to RemoteInputMilo Sredkov2018-12-121-1/+14
* Add Smart Suggestions to heads up notifications.Gustav Sennton2018-12-111-5/+18
* Merge "Prioritize Smart Actions over Smart Replies."Gustav Sennton2018-12-051-11/+47
|\
| * Prioritize Smart Actions over Smart Replies.Gustav Sennton2018-11-271-11/+47
* | Use a fixed size for smart actions icons.Gustav Sennton2018-12-041-25/+3
* | Add onActionClicked in NotificationAssistantServiceTony Mak2018-11-291-4/+12
* | Add onSuggestedReplySent in NotificationAssistantServiceTony Mak2018-11-271-17/+55
|/
* Add smart actions to message notifications.Gustav Sennton2018-11-211-9/+104
* Fixes import ordering.Gus Prevas2018-11-141-2/+2
* Make StatusBar not be a NotificationPresenterJason Monk2018-10-231-1/+1
* Cleanup trying to move to bpJason Monk2018-08-131-13/+8
* Allow NotificationAssistantService to suggest smart repliesTony Mak2018-08-021-3/+3
* Organize notification classes in row/stackRohan Shah2018-07-181-1/+1
* More conservative dark text calculationLucas Dupin2018-06-071-5/+5
* Merge "Hiding the icon of notifications that were replied to" into pi-devTreeHugger Robot2018-05-231-0/+1
|\