It's great to be able write a simple on your phone and use within minutes. It's missing polish and I would need more some more features, like sharing and liking. But it already is useful with only posting a small message.
Implemented changes that get the information from the links on the homepage of the signed in user. Save this information in the user account and use it to send posts to the Micropub endpoint.
test
Let's write a publog message from my actual phone. This simple app now supports web sign-in through the authorization_endpoint on my website. It saves the info as an account on the phone and creates a token to send the message with.
This is a message send from an Android app in an emulator to my publog on the internet.
These are some very small steps to building an Android app to send Micropub notes to my weblog.
These are some very small steps to building an Android app to send Micropub notes to my weblog.
It's to be able to receive a mention of a webmention when someone places a comment. This way I won't miss the new posts on my website, that I would other miss. It's quite easy with PushBullet.
I added a simple PushBullet API call to my login, so it sends a token that I can use to login.
I added sorting to the microsub-server. Now the order of the items makes sense.
I need to use the Chrome version of Omnibear to post messages with tags.
I can write posts with tags now and these tags will be linked up to the other posts on the tag page for this same tag.