This release adds a snackbar message.
Test
Using a new version of the app with toolbar buttons.
Writing a message with the new version of the Android app
Watching The Walking Dead.
I just released a new version of the Android app. This time the photo upload support was added.
Now the test: is it possible for me to use the new token endpoint with Quill?
I'm the meantime I also implemented an authorization and token endpoint, to make it easier to test the problems that happen when information is missing. It's still amazing to me that I can write these posts on my phone using an app that I wrote implementing some protocols. And everything works.
I have been making some progress with my new Android app. I now fetch the media endpoint and can send an image through the media endpoint.
Photo upload works though media endpoint. Uses multipart/form-data to upload photo and sends the received url through the photo parameter as form encoded POST.