History log of /frameworks/support/customtabs/tests/src/android/support/customtabs/PostMessageServiceConnectionTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6d20a527c6adad79f5fb48ec8bc02d738db1e1d2 11-Mar-2017 Aurimas Liutikas <aurimas@google.com> Create a testutils module to share common testing code.

First module to move there is PollingCheck.java.

Bug: 36139124
Test: ./gradlew assembleAndroidTest works
Change-Id: Ic2626b8cd79475fa79af39b8eefddba41a9ecb91
/frameworks/support/customtabs/tests/src/android/support/customtabs/PostMessageServiceConnectionTest.java
e2104f4b5c8e3ad63570306a25e61502dfe4c418 05-Mar-2017 Aurimas Liutikas <aurimas@google.com> Add all missing @Override annotations.

Historically, we could not add @Override for certain methods due to
using older SDKs to build support library. That is no longer the case
so we can add @Override everywhere now.

Test: ./gradlew assemble assembleAndroidTest still works
Change-Id: I85e3c1157f0e253e3eab7584189f3bf95cf030e9
/frameworks/support/customtabs/tests/src/android/support/customtabs/PostMessageServiceConnectionTest.java
914073c7cf933229a3f51ddeddb63bb9725a70be 30-Jan-2017 Yusuf Ozuysal <yusufo@google.com> Add postMessage APIs to customtabs support lib

Adds CustomTabsSession#requestPostMessageChannel,
CustomTabsSession#postMessage,
CustomTabsCallback#onMessageChannelCreated,
CustomTabsCallback#onPostMessage for sending an receiving postMessage
requests to the mainframe of the initial url.

Adds PostMessageService and PostMessageServiceConnection for handling
the browser->client callback lifecycle and message routing

BUG=32809427
Test: android.support.customtabs.PostMessageTest, android.support.customtabs.PostMessageConnectionTest

Change-Id: I3324a382b81fad97000d48389f4a0411e0b6f89e
/frameworks/support/customtabs/tests/src/android/support/customtabs/PostMessageServiceConnectionTest.java