Simple Android personal task manager with Taskwarrior integration
Kotlin
258
270 commits
updated Jun 11, 2024
Development on Foreground has stopped and it will not be updated to support Taskwarrior 3.x. Read the full announcement here: https://github.com/bgregos/foreground/discussions/186

Foreground is an easy to use task manager app. Designed to be beautiful, simple and unintrusive, Foreground helps you know what needs done without getting in your way. Foreground also supports syncing with Taskwarrior servers, so your task list can be always with you, no matter your device.
In other words, Foreground tells you what needs to be in your own foreground!
You can find Foreground on the Google Play Store, on F-Droid and in the Releases tab.
Foreground includes the following features:
More features are planned!
To set up sync, add your Taskwarrior server credentials (provided by your taskd server or a service like inthe.am or FreeCinc) to the settings menu, and enable sync using the toggle. A test will be run to check if the settings are valid, and the enable will stick if your configuration is correct. You can also configure automatic syncing in this menu, or click the sync button on the main page to start a sync.
Want to report a bug, submit a feature request, or contribute code? Read CONTRIBUTING.md! It contains information on this project's procedures, standards, and architecture.
Unlike existing Taskwarrior apps for Android, Foreground does not run the taskwarrior binary inside, but rather implements a Taskwarrior sync client.
That being said, Foreground currently supports most features of Taskwarrior. The primary exception involves handling of recurring events. Recurring event instances created by other clients will be shown by Foreground, but Foreground does not create recurring event instances of its own at this time. These limitations will be resolved in future releases.
Kotlin
81.7%
Java
18.3%
Simple Android personal task manager with Taskwarrior integration
Kotlin
258
270 commits
updated Jun 11, 2024
Development on Foreground has stopped and it will not be updated to support Taskwarrior 3.x. Read the full announcement here: https://github.com/bgregos/foreground/discussions/186

Foreground is an easy to use task manager app. Designed to be beautiful, simple and unintrusive, Foreground helps you know what needs done without getting in your way. Foreground also supports syncing with Taskwarrior servers, so your task list can be always with you, no matter your device.
In other words, Foreground tells you what needs to be in your own foreground!
You can find Foreground on the Google Play Store, on F-Droid and in the Releases tab.
Foreground includes the following features:
More features are planned!
To set up sync, add your Taskwarrior server credentials (provided by your taskd server or a service like inthe.am or FreeCinc) to the settings menu, and enable sync using the toggle. A test will be run to check if the settings are valid, and the enable will stick if your configuration is correct. You can also configure automatic syncing in this menu, or click the sync button on the main page to start a sync.
Want to report a bug, submit a feature request, or contribute code? Read CONTRIBUTING.md! It contains information on this project's procedures, standards, and architecture.
Unlike existing Taskwarrior apps for Android, Foreground does not run the taskwarrior binary inside, but rather implements a Taskwarrior sync client.
That being said, Foreground currently supports most features of Taskwarrior. The primary exception involves handling of recurring events. Recurring event instances created by other clients will be shown by Foreground, but Foreground does not create recurring event instances of its own at this time. These limitations will be resolved in future releases.
Kotlin
81.7%
Java
18.3%