History log of /frameworks/support/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/view/inputmethod/CommitContentSupport.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fa2e2acf79d791a90410025daad438968550d18c 31-Mar-2017 Alan Viverette <alanv@google.com> Remove unnecessary casts on calls to findViewById

Updates Android.mk where applicable.

Bug: 24137209
Test: make -j32
Change-Id: I04084b2d05ddd7afaa160a76efe0b0d0c8eb5f00
/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/view/inputmethod/CommitContentSupport.java
8148220d5f04ceea88232e7d99e557e6dab095a5 01-Sep-2016 Yohei Yukawa <yukawa@google.com> Add missing JavaDoc and remove unused imports

This is a code clean-up CL that does
- remove unused imports from a demo app
- use correct type names in error messages
- add missing JavaDoc for public classes and methods

Bug: 29833914
Change-Id: Ied1f6482d6ec460276363c8b18250bf4677b7a50
/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/view/inputmethod/CommitContentSupport.java
57c0854bf0a28075133bae7de9d9af97f5ec2193 13-Aug-2016 Yohei Yukawa <yukawa@google.com> Add a demo for InputConnectionCompat#commitContent

This CL demonstrates what changes need to be done in application to
support IMEs that can commit contents such as GIF image via
InputConnectionCompat#commitContent() support library API (or
InputConnection#commitContent() API added in API 25).

Although this sample uses WebView to show the image sent from the IME to
make the sample code as simple as possible, the key part here is that
app developers will receive content URIs and it is up to them (and their
applications) how receved contents need to be handled.

Bug: 29833914
Change-Id: Ib0f927b553a1f557f4cf81747ae1cd72e371a287
/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/view/inputmethod/CommitContentSupport.java