

Yes, because I consider how the keyboard feels too. FlorisBoard felt better than Heliboard to my brain. And its action bar can be configured to always display above the correction bar.


Yes, because I consider how the keyboard feels too. FlorisBoard felt better than Heliboard to my brain. And its action bar can be configured to always display above the correction bar.


Thank you, I’ve given it a try. It feels less bad than the other options I tried, probably forking it and adding missing gestures and small improvements could improve it much more. But text correction is still like in Heliboard.


Should be doable with Termux:
termux-sms-list and termux-sms-send commands);termux-sms-list returns messages in JSON, which is easy enough to handle with, say, jq in bash or json in python. The script itself can be a simple loop that fetches the latest messages every few minutes, filters for unprocessed ones from whitelisted numbers and calls termux-sms-send.
Maybe it’d make sense to daemonise the script and launch it via sv.
But the Termux app weighs quite a bit itself.
It appears there’s a PR for gestures already, but there’s a non-zero probability it won’t be merged because of unexpected patents out of all things. Wonderful.