summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/statusbar/NotificationRemoteInputManager.java
Commit message (Expand)AuthorAgeFilesLines
...
* Encapsulate NotifEntry.key and .notificationNed Burns2019-10-181-17/+18
* Fixed a crash with remote inputSelim Cinek2019-07-111-1/+1
* Fixed a few bugs with remoteInputSelim Cinek2019-07-021-1/+17
* Merge "Fix wrong check in logActionClick" into qt-devTreeHugger Robot2019-05-281-1/+1
|\
| * Fix wrong check in logActionClickTony Mak2019-05-251-1/+1
* | Merge "Mark smart replies as sent on notification update/removal." into qt-devGustav Sennton2019-05-031-0/+10
|\ \
| * | Mark smart replies as sent on notification update/removal.Gustav Sennton2019-05-021-0/+10
| |/
* / Fixed that clicking on the remoteinput didn't work from AODSelim Cinek2019-05-021-12/+10
|/
* Fix NPE in logActionClickTony Mak2019-04-031-3/+16
* Fixed an issue where notifications weren't dismissed properlySelim Cinek2019-03-081-9/+0
* Instrument wake up reasons.Michael Wright2019-02-061-1/+2
* Add logging for tap-to-edit smart repliesMilo Sredkov2019-02-051-3/+20
* Add NotificationVisibility.NotificationLocation.Gustav Sennton2019-01-231-1/+6
* Extract NotificationData.Entry to top-levelNed Burns2019-01-071-17/+17
* Change onRemoteEntry() to only fire when entries are removedNed Burns2019-01-041-4/+1
* Mark entry in onEntryRemoved as @NullableNed Burns2019-01-021-2/+3
* Removes dependency of NotificationEntryManager on IStatusBarService.Gus Prevas2018-12-281-0/+1
* Makes NotificationRemoteInputManager a NotificationEntryListener.Gus Prevas2018-12-271-23/+44
* Start using some dagger 2Jason Monk2018-12-191-0/+5
* Add setEditChoicesBeforeSending to RemoteInputMilo Sredkov2018-12-121-82/+97
* Extracts NotificationActivityStarter from NotificationPresenter.Gus Prevas2018-12-061-5/+2
* Merge "Restore "view" argument for notification remote view click handler"TreeHugger Robot2018-12-051-2/+4
|\
| * Restore "view" argument for notification remote view click handleryoshiki iguchi2018-11-271-2/+4
* | Add onActionClicked in NotificationAssistantServiceTony Mak2018-11-291-8/+16
* | Don't let everyone reach into NotificationData.Entry for its rowEvan Laird2018-11-271-5/+5
|/
* Adding shared element transitions support in AppWidgetsSunny Goyal2018-10-291-15/+9
* Make StatusBar not be a NotificationPresenterJason Monk2018-10-231-6/+20
* Rename setShouldExtendLifetime in LifetimeExtenderKevin2018-09-061-3/+3
* Refactor managers that defer notification removalKevin2018-08-311-34/+261
* Fixing static instant of OnClickHandler is getting modified at runtimeSunny Goyal2018-08-221-5/+7
* Organize notification classes in row/stackRohan Shah2018-07-181-0/+3
* Keep notification when sending smart reply.Kenny Guy2018-05-171-17/+2
* Add rank & count event to notification clicks and dismissesDieter Hsu2018-04-181-1/+5
* Add missing callback to StatusBarService for inline replyAmith Yamasani2018-02-081-0/+5
* Initialise Notification*Manager dependencies directly.Eliot Courtney2017-12-261-4/+6
* Remove NotificationPresenter#getEntryManager.Eliot Courtney2017-12-261-4/+6
* Split NotificationEntryManager out of StatusBar.Eliot Courtney2017-12-261-3/+4
* Add NotificationRemoteInputManager and associated tests.Eliot Courtney2017-12-121-0/+441