Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-ordering of lists, tasks and subtasks #130

Merged
merged 12 commits into from
Oct 25, 2024
Merged

Re-ordering of lists, tasks and subtasks #130

merged 12 commits into from
Oct 25, 2024

Conversation

0xC0FFEEC0DE
Copy link
Collaborator

Enabled re-ordering of lists, tasks and subtasks by moving them up and down.

Christian Adams added 12 commits October 4, 2024 09:38
…mber to TodoList and TodoSubtask to be able to sort all kind of data.

Removed listPosition from CSV export. Order is given by order of lines in CSV file.
Added move up / down buttons to subtasks.
…date. So removing it and always accessing DB if todo-lists are needed.
…eserves the entry iteration order. This fixes wrong order of lists in main menu.
If moving of subtask, task or list wraps around not just swapping but shifting whole list.
…B locked. Try if it is a race condition and sleeping helps.
…B locked. Try if separate DB per test helps.
…n at "val db2 = todoListDatabase.openHelper.readableDatabase".
… = todoListDatabase.openHelper.readableDatabase".
… todoListDatabase.openHelper.readableDatabase".
@0xC0FFEEC0DE 0xC0FFEEC0DE merged commit b0a0e4a into development Oct 25, 2024
6 of 12 checks passed
@0xC0FFEEC0DE 0xC0FFEEC0DE deleted the sorting branch October 25, 2024 13:51
@udenr udenr mentioned this pull request Nov 21, 2024
This was referenced Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant