History log of /frameworks/support/compat/tests/java/android/support/v4/app/RemoteInputTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c69882cb9b130902c1554ef5d3e3b06d776cd796 05-Mar-2017 Alan Viverette <alanv@google.com> Re-enable lint enforcement, fix remaining lint issues

Bug: 29630077
Test: ./gradlew lint
Change-Id: Ied1e4b1c33ba158d6bfab5439497ee4fc8284a8f
/frameworks/support/compat/tests/java/android/support/v4/app/RemoteInputTest.java
1cc424abf14fe0e86d72b014cd7ad969b75bbde7 09-Feb-2017 Shane Brennan <shanerb@google.com> Marking these two test cases as only relevant for SDK 17+

Test: This change is to a test.

Change-Id: I44bafb7ce7e0f5117b6c58876ea38321b6dc0b74
/frameworks/support/compat/tests/java/android/support/v4/app/RemoteInputTest.java
a2326755a16d744175acc58d1497fe2849977001 01-Feb-2017 Shane Brennan <shanerb@google.com> Two test cases require SDK 17+, marking them as such.

Test: This change is to a test.

Change-Id: I85504a0386cbb959bdc3168cce51cf0403d56986
/frameworks/support/compat/tests/java/android/support/v4/app/RemoteInputTest.java
59d562bdab983469340a054bd3bc888034fa6bc8 13-Dec-2016 Shane Brennan <shanerb@google.com> Add support for audio-focused notifications.

This is the compat "twin" to c/1702766 which added the
same features to Android O's Notification and RemoteInput classes.

Add extras keys and methos to Notification and RemoteInput for notifications
whose contents have an audio representation and whose RemoteInputs
can accept data as well (useful for, e.g., voice messaging
applications).

The motivator for this change is it enables an end-to-end flow for
audio messaging including
* System receives the audio message
* Replying to the message with the user's voice
* App receives the audio reply data

Note that this CL just adds the capabilities, but does not
add any UI or implementation to perform the above flow.

Note that this CL includes a workaround to a bug in
RemoteInput#addResultsToIntent for versions prior to SDK 26.
You can see that workaround in
RemoteInputCompatApi20#addResultsToIntent.

Test: Added in this CL

Change-Id: I5be31a8cfbbe44ba19657ccd57821d5855c9c8af
/frameworks/support/compat/tests/java/android/support/v4/app/RemoteInputTest.java