Time › toodoo
thumb_up Follow me on GitHub to get notifications about my projects (like Fossdroid Core), thanks! close

toodoo

toodoo - a minimalistc task manager, just tasks, categories, filtering, sorting
Version: 1.4
Added: 25-05-2022
Updated: 30-06-2022
With this app you manage your tasks.

Features


Tasks:
You can create, change and delete tasks.
Each task has a name, a category, a priority (HIGH, MEDIUM, or LOW), and a completion-status (i.e. it is either OPEN or DONE).
Optionally, each task can also have a description (arbitrary text), a due_date and a due_time.
A task can only be deleted if its completion status is DONE, in order to avoid unintentional deletion.

Categories:
You can create as many categories as you need.
The category a task belongs to can be changed.
A category can be renamed, which will then be visible in all tasks belonging to that category.
Unused categories can be deleted. I.e. deletion is only possible if the category has no tasks, and if it is not used in the current filter.

Filtering tasks:
It is possible to restrict the tasks displayed in the list, e.g. completed tasks only, or tasks with low priority only, etc.
In general, the tasks to be displayed in the list can be selected by
- completion_status
- due_date/due_time
- priority
- category
or any combination of these.

For due_date there are several predefined filter options, e.g. TODAY, CURRENT_WEEK, OVERDUE, TASKS_WITHOUT_DATE, etc.

For priority and category, it is possible to filter with more than one option. E.g. you can choose to show tasks with priorities HIGH or MEDIUM. Or you can display all tasks that have either category "Family" or "Friends".

Sorting tasks:
The task list can be sorted by:
- completion_status
- due_date/due_time
- priority
- category
- name
Any sort order is possible. E.g. first by due_date/time, then by completion status, category, priority and name.
Or any other order you prefer.

Searching tasks:
Tasks can be searched by text. The search text you enter can be applied to the task name, the task description, or both.

Convenience:
There are shortcuts for often used actions. E.g.
From the context menu of a category you can jump to a list of all tasks for that category.
From the context menu of a task you can change its completion_status, set it to DONE (or OPEN respectively), or set its due date to today or tomorrow.
When the task list is filtered by "tasks due TODAY", you can easily move to the previous / next day by swiping right / left.
Similarly, when the task list is filtered by "tasks due CURRENT_WEEK", you can easily move to the previous / next week by swiping.
And also, when tasks for a category are displayed, you can move to the previous / next category by swiping.

Display:
Overdue tasks, tasks that are due today, and tasks due in the future have different background colors, so they are easily discernible in the task list.
The color scheme adapts to the display mode of the underlying android. I.e. if the app is running on an android version that supports dark mode, and if dark mode is turned on, a dark color scheme is also used for toodoo.

Import / Export:
All user data (i.e. tasks, categories, filters and sort criteria) can be exported to an external file (xml-format).
Vice versa, data can be imported from an external file.

Technical:
Your data is stored locally on your device.
No connection to the internet needed.
No ads. No tracking.


What toodoo can not do:


toodoo is a minimalistic app. It focuses on managing, categorizing, filtering, and sorting tasks.
Thus, there are features, toodoo does not have (not yet, may be added in future releases):

No Multi-language
User interface is in English only.

No bulk operations
Actions (update, delete, ...) are always applied to a single task.
E.g. it is not possible to delete all tasks with status DONE with one click.

No options
Settings are currently fixed. E.g.
- date format is yyyy-mm-dd, time format is 24 hours.
- first day of week is monday.
- default due_date for new tasks is TODAY.
- when sorting by due_date/time, within a day, tasks without time are sorted behind tasks with time.

Folder and fi
Screenshot of toodoo Screenshot of toodoo Screenshot of toodoo
code Source file_download Download