Sam Steele

Results 23 issues of Sam Steele

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

Support for connecting an SSL websocket through an HTTP proxy

The hack you're using in download_media_url() will always use the URL of the first image in the carousel instead of using the correct item from the graphql array in the...

Unhandled type: channel_query when using /mode on a channel you're not in

enhancement