Marten Gajda

Results 48 issues of Marten Gajda

This is in tablet mode on Android 7.

bug
opentasks

A potential improvement for parsing the description might be to parse text paragraphs into individual text blocks. At present we parse all consecutive text into one block. Only check list...

enhancement
opentasks

In order to debug tasks on a lower level, as a user, I need a way to export what's currently stored in the database. In this first iteration I want...

Reported via email: > recently it has been creating duplicate notifications (i.e. a task named "Call Dad" creates two separate "Call Dad" notifications each time it comes due)

bug

This epic groups all issues related to recurring tasks.

Epic

In order to support calculating progress based on the progress of subtasks we could us a `weight` column for tasks. The value should be an `int` with a default of...

At present the items in the task details view are stacked in a `LinearLayout` this doesn't scale too well once we support more properties and it limits the usability we...

In #454 we ensure task relations are updated when the `PARENT_ID` is written. Without further work this will break data consistency because siblings (those with a SIBLING relationship to the...

In a first step this epic aims to allow management of subtasks on the task details page. This includes showing related tasks and adding subtasks to a specific task. Showing...

Epic