Commit Graph

135 Commits (97a3f074d03a4d117cdeb7d7a6e628d4d28e622b)

Author SHA1 Message Date
Alex Baker 55adbc2025 Reorganized data module 5 months ago
Alex Baker 06c4255886 Remove androidx.core from data module 5 months ago
Alex Baker c3fc9a57cc Replace now with currentTimeMillis 5 months ago
Alex Baker 6e14d07d0c Move Room to data module 5 months ago
Alex Baker 3cd0295b71 Refactor notification scheduling
* Remove foreground service
* Use expedited work to trigger notifications
* Remove miscellaneous notification channel
5 months ago
Alex Baker cf182aceab Display number of tasks to be cleared 8 months ago
Alex Baker db889d233a Remove AfterSaveWork 8 months ago
Alex Baker 6c031925ba Replace some setter usage with constructors 10 months ago
Alex Baker ee500c24b1
Convert filters to data classes (#2569) 12 months ago
Alex Baker e1aed0f1af Make CaldavTask.id immutable 1 year ago
Alex Baker 52d664856d Convert CaldavTask to data class 1 year ago
Alex Baker 53738031d1 Change CaldavTask to val 1 year ago
Alex Baker 08ae11046a Fix tests 1 year ago
Alex Baker 686a36ecbd Fix tests 1 year ago
Alex Baker 120eb4dd30 Fix tests 2 years ago
Alex Baker 2006e2c84b Convert GoogleTask to CaldavTask 2 years ago
Alex Baker 513f8b017f Convert GoogleTaskList to CaldavCalendar 2 years ago
Alex Baker a04fbebd0f Convert GoogleTaskAccount to CaldavAccount 2 years ago
Alex Baker 9ed8486cfc Convert CaldavCalendar to data class 2 years ago
Alex Baker 1154ba4be4 Store icalendar data on disk 3 years ago
Alex Baker cb834a9818 Convert random and snooze reminders to alarms
Display snooze time in edit screen
3 years ago
Alex Baker 2d9c1638dc Add support for relative and repeating alarms 3 years ago
Alex Baker a6e0bf433a Add reminder preference migration tests 3 years ago
Alex Baker e496ce1594 Fix tests 3 years ago
Alex Baker b13f62a9fb Add option to notify at start date 3 years ago
Alex Baker 3c9fc2d176 Fix start date initialization 4 years ago
Alex Baker c4a97d2569 Use ical4j instead of google-rfc-2445 4 years ago
Alex Baker 5e128fd6de Use ical4j in recurrence tests 4 years ago
Alex Baker 82ea12f0db Uncomplete subtasks after scheduling repeat 4 years ago
Alex Baker d49f75a2fd Don't clear completed with recurring ancestors 4 years ago
Alex Baker 36130e4978 Ignore flaky test 4 years ago
Alex Baker 0900112f08 Initial OpenTasksSynchronizer tests 4 years ago
Alex Baker 137a27432a Add tests for 11.3 migration 4 years ago
mhmdanas 47a25d1b7d Use raw strings when they're easier to read 4 years ago
Alex Baker 5e6cf64b7b Batch writes to opentasks-provider 4 years ago
Alex Baker a04f617fff Convert GtasksListService to Kotlin 4 years ago
Alex Baker 1178b8f3e6 Prevent setting parent to self 4 years ago
Alex Baker 97cb202f22 Add recursive loop tests 4 years ago
Alex Baker 489b0298c6 Replace some usage of legacy task dao 4 years ago
Alex Baker 9559d90c25 Legacy TaskDao delegates to new TaskDao 4 years ago
Alex Baker 22363bcb17 Remove unused blocking dao methods 4 years ago
Alex Baker c3c5de1e5c Use coroutines in task creator 4 years ago
Alex Baker 3db92db33b Convert TitleParser to Kotlin 4 years ago
Alex Baker 789836058d Use coroutines in geofence api 4 years ago
Alex Baker 783f1bde69 Remove unused blocking dao methods 4 years ago
Alex Baker 919ba42098 Convert account settings activities to Kotlin 4 years ago
Alex Baker e01d5c87ca Don't read intent when relaunching from history 4 years ago
Alex Baker f8c06fdc07 Use coroutines in task adapters 4 years ago
Alex Baker 6debb8b0ab Fix task mover tests 4 years ago
Alex Baker f6dd3a63e6 Blocking daos delegate to suspending daos 4 years ago