summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/statusbar/NotificationRemoteInputManager.java
Commit message (Expand)AuthorAgeFilesLines
* Polish RemoteInputView defocus animationJohannes Gallmann2023-01-111-4/+3
* Merge "Update SysUI to use new PowerManager WakeReasons" into tm-qpr-devBeverly Tai2022-12-221-3/+5
|\
| * Update SysUI to use new PowerManager WakeReasonsBeverly2022-12-201-3/+5
* | Reapply changes of inline reply CLJohannes Gallmann2022-12-211-3/+0
* | Fix notification inline reply animationJohannes Gallmann2022-12-191-1/+5
|/
* Remove NotifEntryManagerSteve Elliott2022-08-311-22/+0
* Remove dead code from NotifEntryManagerSteve Elliott2022-08-121-247/+0
* Inline notif pipeline flag in NotifRemoteInputMgrSteve Elliott2022-06-301-44/+6
* Remove HeadsUpCoordiator's lifetime extension on action press.Jeff DeCew2022-05-251-0/+15
* Rename CentralSurfacesInt back to CentralSurfaces.Dave Mankoff2022-04-281-3/+3
* Make CentralSurfaces an Interface.Dave Mankoff2022-04-281-3/+3
* Remove FileDescriptor from systemui.Dumpable.Dave Mankoff2022-04-051-4/+3
* [RemoteInputView] move data fields to ControllerSteve Elliott2022-03-141-3/+2
* [Status Bar] Re-name StatusBar.java -> CentralSurfaces.java.Caitlin Cassidy2022-02-281-8/+8
* Improve RemoteInputManager dump.Jeff DeCew2021-11-291-1/+13
* Inline most FeatureFlags methods.Dave Mankoff2021-11-171-7/+7
* [RemoteInputView] Move "send" logic to ControllerSteve Elliott2021-11-121-2/+6
* New Pipeline: Add a NotificationVisibilityProvider to support both pipelinesJeff DeCew2021-11-091-8/+5
* New Pipeline: Remote Input 4/4: Add RemoteInputCoordinatorJeff DeCew2021-10-301-10/+37
* New Pipeline: Remote Input 3/4: Extract notification rebuilder methods to a u...Jeff DeCew2021-10-301-82/+5
* New Pipeline: Remote Input 1/4: Extract legacy pipeline logic within Notifica...Jeff DeCew2021-10-301-215/+324
* Manually register Dumpables to DumpManagerNed Burns2021-09-081-1/+5
* Move mRemoteInputManager + logic to ControllerSteve Elliott2021-07-211-12/+50
* Make StatusBar purely optionalTadashi G. Takaoka2021-07-151-7/+9
* Persist remote input image attachment across layoutsSteve Elliott2021-06-291-4/+4
* Fix NPE in logActionClick when we were re-fetching the NotificationEntry we a...Jeff DeCew2021-06-101-4/+2
* Fix NPE when NotificationEntry can't be found for action tapJeff DeCew2021-05-111-2/+6
* Fix "Mark as Read" bug.Jeff DeCew2021-04-301-3/+19
* Don't use WINDOWING_MODE_FULLSCREEN_OR_SPLIT_SCREEN_SECONDARYWale Ogunwale2021-04-161-2/+0
* Fix keyboard remain after dismissing notificationWilson Wu2021-03-291-0/+1
* Fix bad cast when querying remote input historySteve Elliott2021-03-151-18/+14
* Add checked change APIs to RemoteViewsStevie Kideckel2021-02-171-9/+10
* Add RemoteInput auth bypass flowSteve Elliott2021-02-081-36/+108
* Move NotifEntryMan and NotifPipeline from NSSLDave Mankoff2020-09-101-0/+1
* Allow apps to require auth before triggering actionsJulia Reynolds2020-08-101-23/+35
* Fix NPE in NotificationRemoteInputManager loggingNed Burns2020-06-261-2/+2
* Merge "Create a shim for StatusBarManager click methods" into rvc-devTreeHugger Robot2020-05-201-5/+4
|\
| * Create a shim for StatusBarManager click methodsEvan Laird2020-05-181-5/+4
* | Unlock the work profile for remote inputEran Messeri2020-05-201-5/+26
|/
* Log clicks on notification actionsNed Burns2020-05-151-8/+19
* Show snoozed conversations in conversation headerJulia Reynolds2020-02-281-1/+2
* Introduce StatusBarModuleSergey Nikolaienkov2020-02-141-5/+4
* Show RemoteInput images in notification history.Aran Ink2020-01-221-14/+28
* Convert NotificationContentInflater to singletonKevin Han2020-01-081-1/+9
* Conslidate @MainHandler and similar to @Main (and similar).Dave Mankoff2019-12-201-2/+2
* Move dozing related methods out of ShadeControllerHeemin Seog2019-12-091-5/+5
* Remove ENR.mStatusBarNotificationNed Burns2019-11-151-1/+1
* Remove NotificationDataEvan Laird2019-11-131-3/+4
* Track and destroy inline URI grants separately from Notification URIs.Aran Ink2019-11-041-2/+6
* Move DI related coded into new dagger package.Dave Mankoff2019-10-211-4/+2