Sam Steele
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";
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...