History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/RemoteInputController.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
421a9410b462770544c6ae9a554542fa2fe1acb1 06-Feb-2017 Jason Monk <jmonk@google.com> SysUI: Add method for plugins to keep status bar full screen

Lots of things detect overlays these days (installing apps) and the
only way to avoid the problems associated with this is to live in
the status bar window. So allow plugins to hold the window open
when they want to so they can have overlays be in that.

Move StatusBarWindowManager to Dependency to make things easier
as well.

Test: Install the example plugin, test can access QS and interact
with apps

Change-Id: Ib2288bf56704960847217bad01a480ab407e0ffe
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/RemoteInputController.java
7813dd79184df122382467aec19e41c25b0c97ef 24-Sep-2016 Adrian Roos <roosa@google.com> DirectReply: Prevent closing the IME window on reinflation

Fixes a bug where the IME window would close if
the notification gets reinflated while direct reply
is open.

Change-Id: I37b8b29abe6b36c24e9a8bbf86f346523f1a4203
Fixes: 31181080
Test: manually; receive hangouts message, open direct reply, receive
second message. Observe if IME closes.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/RemoteInputController.java
07215350f97c46b3c74d0d8757ec12ea61ced258 23-Jun-2016 Adrian Roos <roosa@google.com> HUN: Close RemoteInputView when Home is pressed

CLOSE_SYSTEM_DIALOGS usually dismisses the notification shade,
but that's not the case for HUNs because the shade is not actually
open. However, CLOSE_SYSTEM_DIALOGS will now close the Direct Reply
even with HUNs.

Change-Id: If8e5115e33f93db0f8b4e442331ea3d60fc0c63d
Fixes: 29583313
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/RemoteInputController.java
c0a579e5752b38257c31acb2f0b5b08447355205 31-Mar-2016 Adrian Roos <roosa@google.com> Add option to force remote input history

Bug: 27851227
Change-Id: Iced5d24d6cc0894ce7c7e9565722d0ef016a50a5
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/RemoteInputController.java
d28ccd7cab8e1a187dfd6c5733efe7cdfb652202 06-Jan-2016 Adrian Roos <roosa@google.com> Show back button while RemoteInput is active on keyguard

Bug: 22452379
Change-Id: Iea1cdb885698c717b98904453bf14e2bdd7d7562
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/RemoteInputController.java
1c0ca508b9d6184beba2050e6ab3a44ac5be137a 07-Oct-2015 Adrian Roos <roosa@google.com> Continue inline reply prototype

Adds IME focus management, prevents HUNs with active
RemoteInput from disappearing and fixes a few issues
with adding RemoteInputs from WearableExtenders.

Bug: 22452379
Change-Id: Ie3bd8e5d4635bd1e967afe2b894ad617dbc4ed10
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/RemoteInputController.java