Commit Graph

1637 Commits (98af963256c4dd9df27da3514bd2739b1354e506)

Author SHA1 Message Date
Alex Baker 98af963256 Add custom filter criteria for completed tasks 4 years ago
Alex Baker 09fba4073a Add custom filter criteria for recurring tasks 4 years ago
Alex Baker 8b12ab3e0d Include hidden & completed in custom filter count 4 years ago
Alex Baker acf22b8ace Recreate local task if not found 4 years ago
supermazena dc615b6c51 Code cleanup 4 years ago
supermazena d4f3438eed Copy task together with subtasks 4 years ago
Alex Baker bf71efde55 Debounce opentask sync status changes
And ignore sync status unless using opentask provider
4 years ago
Alex Baker 930be1f249 Full date updates
* Move preference to 'Date and time' screen
* Show full dates in widget
* Show full dates in deadline control set
4 years ago
T0M0F b6059e509d Add option to always display full date
Closes #1156
4 years ago
T0M0F aca3c98914 Minor refactoring of DateUtilities
returning null from getRelativeDay if date is not within six days is misleading.
getReltativeDay should always return a relative date and never null. Checking if date is within six
days should happen before calling getRelativeDay.
4 years ago
Alex Baker b50b98fa5b Don't reference platform 'OK' and 'Cancel' strings
Will temporarily have English translation fall back to the platform
string to give translators time to address this
4 years ago
Alex Baker b80f14cc21 Fetch all tasks to reschedule at once 4 years ago
Alex Baker 5a60819fc7 Use clear button for deleting comments 4 years ago
Alex Baker a9849d4cea Merge branch 'main' of ssh://github.com/romedius/tasks into romedius-main 4 years ago
Alex Baker 2a47ee321c Multi-select rescheduling 4 years ago
Alex Baker 45c782c410 Add 'Due time' to default hide until 4 years ago
Alex Baker ced053d94c Add default tags preference 4 years ago
Alex Baker c4c9ac726a Add default location preference 4 years ago
Alex Baker 9683479ab3 Fix crash in geofence dialog for invalid radius 4 years ago
Alex Baker f18264487a Set isVisible on widget settings menu 4 years ago
Alex Baker c46c935d0b Add default recurrence setting 4 years ago
Alex Baker 6f12563fc4 Use onActivityResult for recurrence dialogs 4 years ago
Alex Baker c3dad30683 Don't try to update empty calendar URI 4 years ago
Alex Baker dda0653043 Fix hasChanges check for event URI 4 years ago
Alex Baker e3d0c6f7a3 Configure widget header spacing 4 years ago
Alex Baker 1c13d7ecbb Widget 'System default' theme changes
* Theme was supposed to be free
* Move dark theme check to getCount. Wasn't always working in
  hasStableIds and I don't expect this to work either
4 years ago
Alex Baker 5adeaf2a9a Use medium format for widget header dates 4 years ago
Alex Baker 1bf64ffec2 Convert AppWidgetManager to Kotlin 4 years ago
Alex Baker 730c82a037 Add UpdateCalendarWork 4 years ago
Alex Baker 86b8f9dcca Fix comparison for modified event 4 years ago
Alex Baker 3cbe88ecb9 Fix equality check ignoring geofence changes 4 years ago
Alex Baker 7d8ff14a75 Configure sort, hidden, and completed for widget 4 years ago
Alex Baker 91260e8892 Add QueryPreferences interface 4 years ago
Alex Baker 80b245702a Fix initial 'Disable sort groups' state 4 years ago
Romedius Weiss 0caaeb0d77 Added ability to delete comments.
fixes #60
Added translations for german and italian
4 years ago
Alex Baker 634b014e98 Disable hidden toggles for notifications filter 4 years ago
Alex Baker a19b130d83 Set max subscription price to 15 4 years ago
Alex Baker a71aa2b22c Fix due time display issues
* Fix due date and time on recently modified
* Fix due date for subtasks
4 years ago
Alex Baker f3000d8b82 Hide widget due dates when sorting by due date 4 years ago
Alex Baker 6a5b8d53bd Add Long.startOfDay() extension method 4 years ago
Alex Baker 6b3cb96848 Convert DateTimeUtils to Kotlin 4 years ago
Alex Baker 424b07f8fc Add 'System default' widget theme 4 years ago
Alex Baker 0f5d25dbf4 Remove defunct collapsed widget header values 4 years ago
Alex Baker bcbe1cadb9 Collapsible sort groups in widget 4 years ago
Alex Baker 339b4661c7 SectionedDataSource.getItem can return null 4 years ago
Alex Baker f1119d22a3 Display tag chips on widget 4 years ago
Alex Baker 1f8a20c745 Display place chips on widget 4 years ago
Alex Baker 5b8dcd286a Add toggle to disable widget list chips 4 years ago
Alex Baker 0783b3d4da Display list chips on widget 4 years ago
Alex Baker ca49ca642e Request davx5/etesync sync on swipe gesture 4 years ago