input-samples icon indicating copy to clipboard operation
input-samples copied to clipboard

Multiple samples showing the best practices in input on Android.

Results 52 input-samples issues
Sort by recently updated
recently updated
newest added

1. It is not working when I am testing the sample app with Google Autofill services, It says it does not support 2.Edittext is not editable and can't save the...

migrated googlesamples

**Issue by [mvillegas13](https://github.com/mvillegas13)** _Thursday Oct 20, 2016 at 15:31 GMT_ _Originally opened as https://github.com/android/android-CommitContentSampleIME/pull/1_ ---- Discrepancy between Manifest and ImageKeyboard file provider Authority string creates a null pointer exception in...

migrated googlesamples

The keyboard wont work because the FileProvider authority in the java file doesn't match the AndroidManifest.xml. From AndroidManifest: android:authorities="com.example.android.commitcontent.ime.inputcontent" From ImageKeyboard.java: private static final String AUTHORITY = "com.example.android.supportv13.sampleime.inputcontent";

migrated googlesamples

I use emulator which api is 25 to run this sample,when select "insert GIF",the sample crashed. the error StackTrace: java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.res.XmlResourceParser android.content.pm.ProviderInfo.loadXmlMetaData(android.content.pm.PackageManager, java.lang.String)' on a...

migrated googlesamples

When, I install it to android 4x, I can see CommitContentSampleIME and choise it as default input method When I install this keyboar on devices which run android 5+, CommitContentSampleIME...

migrated googlesamples

When I install the activity and try to test it out, it errors out. I have tried to debug 3-4 times. ![image](https://cloud.githubusercontent.com/assets/2508626/21573221/bcaa22ce-ce96-11e6-9b60-99d72434c7b5.png)

migrated googlesamples

I tried it in FB Messenger and I found that the judgement is acceptable but the doCommit is wrong. So the FB could not receive the photo I shared.

migrated googlesamples

When I add the keyboard and switch it to use on SMS mode on Android 6 API 23 does not commit content. Hence dont see the image getting posted on...

migrated googlesamples

Hi, I'm developing a custom keyboard that have to send images to Messenger and Whatsapp conversasions. So, I called the function isCommitContentSupported(...,MIME_TYPE_PNG) on Whatsapp and returned false, and a called...

migrated googlesamples

image is not uploading into the messanger. It is uploading into hangouts. PLease help me to resolve this issue.

migrated googlesamples