Commit Graph

21 Commits (417f5ac224cc83bd63d51b595ac2d6e291321895)

Author SHA1 Message Date
Alex Baker 3131c56651 Code review 1 year ago
Alex Baker c2222657ec Remove gt_parent from CaldavTask 1 year ago
Alex Baker f6ca98e096 Remove SubsetCaldav 1 year ago
Alex Baker 2006e2c84b Convert GoogleTask to CaldavTask 1 year ago
Alex Baker a04fbebd0f Convert GoogleTaskAccount to CaldavAccount 1 year ago
Alex Baker b4c3bec3ab Convert subtask control set to compose 2 years ago
Alex Baker 1edd9b8c5d Uncomplete parents when subtask is uncompleted 2 years ago
Frieder Schrempf d70ec00ea2
Fix chunking of SQLite queries in case of task deletion
When having a lot of (> 999) completed tasks in a list, selecting
"Remove all completed tasks" causes a crash of the app with:

SQLiteLog: (1) too many SQL variables

This is due to a bug that accidentally bypasses the chunking of
the db queries to stay below the limit.

This solves #1661.
3 years ago
Alex Baker d49f75a2fd Don't clear completed with recurring ancestors 3 years ago
Alex Baker 0cf3e4c413 Fix null pointer in google task sync 4 years ago
Alex Baker 9dd479744f Allow null parents in updatePosition 4 years ago
Alex Baker 9ec376ac01 Merge tag '9.7.3' into main 4 years ago
Alex Baker 8e17843ace Handle empty google task remote parent strings 4 years ago
Alex Baker a4c3023c1a Allow null parents from Google Tasks 4 years ago
Alex Baker 205295a59a Tighten access on some dao methods 4 years ago
Alex Baker 122a2c2170 Make daos suspending 4 years ago
Alex Baker a1df03ddd1 Remove subtasks in chunk when moving tasks 4 years ago
Alex Baker 037d6fa9e2 Drag and drop in tags and filters 4 years ago
Alex Baker 0977503003 Add default timestamp argument to markDeleted 4 years ago
Alex Baker 6b2cc35a24 Add google task manual sort tests 4 years ago
Alex Baker 0fa9149f28 Convert remaining Room DAOs to Kotlin 4 years ago