You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tasks/app
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.
4 years ago
..
schemas/com.todoroo.astrid.dao.Database Separate principal and principal_access tables 5 years ago
scripts Remove GetLocalization scripts 7 years ago
src Fix chunking of SQLite queries in case of task deletion 4 years ago
build.gradle.kts Room 2.4.0-alpha05 4 years ago
google_checks.xml Share code style 7 years ago
licenses.yml Fork OpenTasks to fix PendingIntent 4 years ago
lint.xml Format XML 8 years ago
proguard.pro Remove ButterKnife 5 years ago