Last updated on

Updating and patching


Yep, lot of work has gone into just updating the existing apps, but i managed to push the SSH Memo app live finally. And immediately after that I started adding a new feature to it, of course…

Well, that is now live as well. The idea is that while the app’s main purpose is to store notes, storing receipts and other simple documents with camera is kind of built into it as well. But that kind of data you don’t want to really mix with your notes which are more temporary and likely to deleted.

So I added a premium feature where you can take a photo and store it into archive into a separate folder in the server side. With automatic date-based subfolders to keep it organized, and each item wrapped with simple markdown that uses mostly same features as normal notes. You can also move notes and todos into the archive if you want to, instead of deleting them.

One nice feature is that you can also search the archive in your device, so if you add some text to the item while saving it, it will be easier to find it later.

And yeah, mainly i’ve been working on the BrewRatio to have a companion WearOS app. It’s pretty simple, meant to give you notification vibrations in time with the main app in your phone. It’s ready but I am struggling suddenly with getting it published, because Google Play has certain requirements for WearOS apps that I was not aware of. So I’m working on getting those sorted out.

Mainly it is the requirement for app to have a completely black background. That is kind of annoying because I’ve desinged the WearOS app to match the UI fot the main app. So the main app needs to adjust like this:

BrewRatio WearOs Original

->

BrewRatio WearOs Updated

But I don’t have time tonight to do this and test it properly, so hoping to get it done maybe in next few days.