this post was submitted on 09 Jul 2024
7 points (100.0% liked)
F-Droid
8100 readers
51 users here now
F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device.
Matrix space | forum | IRC
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's not FOSS but you can do this in Tasker easily enough.
edit: I wasn't satisfied with what I said, so here's another approach using things available on F-Droid.
With Termux, Termux:API, and Termux:boot, you can use
termux-job-scheduler
to run a script to calculate your remaining time to a target date-time (use UNIX timestamp for the calculation and strftime to format it) and then usetermux-notification
to publish a notification on your system bar. You'd use termux:boot to make sure the script gets (re-)scheduled after each reboot.Termux is just generally useful for a lot of things. I think its worth the storage to maintain it, and I use it quite a bit myself like I use Linux terminal on the daily.
I also use Tasker quite a bit, and have your specific countdown use case implemented already. It was counting down the number of days remaining to 9am local time of a specific date, and would notify me every morning at 9am. I can share an export if you'd like.
There's also https://github.com/sk5s/countdateapp of you want to go the purely app-based route