- Mar 13, 2021
-
-
Marten Gajda authored
-
- Mar 09, 2021
-
-
Marten Gajda authored
This also changes the progress preference from drop-down to switches.
-
- Mar 08, 2021
-
-
Marten Gajda authored
Add a simple popup recurrence picker offering some common recurrence patterns. Since there is no way to set an end to recurring tasks yet, this commit also ensures they can at least be deleted.
-
- Mar 07, 2021
-
-
grenagit authored
Co-authored-by: Grena <grena@grenabox.fr>
-
- Mar 04, 2021
-
-
Marten Gajda authored
This commit provides an initial dark theme for the list view and the preferences activity.
-
- Mar 02, 2021
-
-
Marten Gajda authored
-
- Feb 27, 2021
-
-
Marten Gajda authored
-
Marten Gajda authored
Add a initial settings screen to tweak the list view items.
-
- Feb 24, 2021
-
-
Marten Gajda authored
-
- Feb 20, 2021
-
-
Marten Gajda authored
-
- Feb 17, 2021
-
-
Marten Gajda authored
Reduce the number and size of database update operations by being a bit smarter about when and what to update.
-
- Feb 16, 2021
-
-
Marten Gajda authored
The last refactoring broke the layout of larger cards and cards of closed tasks. This restores the correct look.
-
Marten Gajda authored
The new version contains a couple of fixes.
-
Marten Gajda authored
Linkification of task description was temporarily removed when the checklist implementation was improved. This commit introduces a floating action mode which prompts the user before opening a link. This also fixes #895.
-
- Feb 12, 2021
-
-
Marten Gajda authored
Improve the list layout by reducing margins and removing obsolete elements and code. It doesn't quite fix the scrollbar size on tablets for some reason. This needs further investigation.
-
- Feb 10, 2021
-
-
Marten Gajda authored
* Also put Play Store fields under version control. * Fix build errors.
-
Marten Gajda authored
-
- Feb 06, 2021
-
-
Marten Gajda authored
-
Marten Gajda authored
-
Marten Gajda authored
This will make long checklists on marginally faster. So solve the issue properly we'll have to switch to a `RecyclerView`.
-
Marten Gajda authored
This is an initial redesign and refactoring of the light theme. This also prepares for a future dark theme. The new theme was separated into a new module so we can share it among modules.
-
Marcos Chavarría Teijeiro authored
-
- Jun 12, 2020
-
-
Bopol authored
fix android.util.AndroidRuntimeException: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want? (#947)
-
- Apr 11, 2020
-
-
Marten Gajda authored
This adds a few more RowData implementations to support the implementation of SubTasks.
-
- Apr 10, 2020
-
-
Marten Gajda authored
When a child task refers to its parent via the parents UID and the parent is inserted after the child, we need to update the PARENT_ID of the child once the parent is available.
-
Marten Gajda authored
PARENT_ID was meant to serve as a shortcut to parent-child relationships between tasks, for both writing and reading. While the reading part already works (with the exception of issue #877) the writing part didn't work yet. This is fixed by this commit.
-
- Mar 31, 2020
-
-
Marten Gajda authored
-
Trogel authored
Also show task in widget in red color also if due date is equal to now. Otherwise a task would wrongly remain white if its view is updated exactly at the due date.
-
- Mar 20, 2020
-
-
Marten Gajda authored
Use an important notification to inform the user about a stale list rather than launching an activity from the background.
-
Marten Gajda authored
In addition this changes the check list UI. Instead of splitting the description into a description and check list part, we treat each paragraph either as text paragraph or check list item. Checkable items and text items can be converted into each other.
-
- Feb 13, 2020
-
-
Valdnet authored
Translation correction.
-
- Feb 01, 2020
-
-
Marten Gajda authored
Try to work around the crash caused by an IllegalStateException by always returning a valid group view. Some change in Android seems to cause this. We'll keep this workaround until we've removed the `ExpandableListView`for good.
-
- Jan 29, 2020
-
-
Valdnet authored
Update Polish translation.
-
- Jan 26, 2020
-
-
Valdnet authored
Translation update.
-
- Jan 22, 2020
-
-
Marten Gajda authored
-
- Jan 21, 2020
-
-
Marten Gajda authored
In order to support simple recurrence models and also keep long running tasks small we detach completed instances at the beginning of a series into separate task instances.
-
- Nov 15, 2019
-
-
Marten Gajda authored
Also update gradle wrapper and travis file and fixes a build error.
-
- Nov 14, 2019
-
-
Marten Gajda authored
The total number of users of Android versions < 4.4 sums up to less than 1% on Google Play. That's not enough to justify supporting these legacy versions anymore. Dropping these, on the other hand, allows us to ignore backwarnds compatibility issues.
-
Marten Gajda authored
-
- Nov 08, 2019
-
-
Tntdruid authored
Added Danish translation.
-