Commit Graph

1155 Commits (c534632c52dee762b1b0f64554eea86364b3d496)

Author SHA1 Message Date
Alex Baker 6664defc16 Minor refactoring 9 months ago
Alex Baker 94b6d7569b Move search to viewmodel 9 months ago
Alex Baker e70f5f3b24 Move query constants 9 months ago
Alex Baker 2bfc46f32b Remove CalendarReminderActivity 9 months ago
Alex Baker 4c61353411 Remove TimerControlSetCallback 9 months ago
Alex Baker f8d3985e97 Add hideKeyboard extension methods 9 months ago
Alex Baker c2a9d21f01 Make review request from edit fragment 9 months ago
Alex Baker 20c81417a0 Handle sort result in task list fragment 9 months ago
Alex Baker 77c86bbfb4 Move sync state to viewmodel 9 months ago
Alex Baker 928ec9f647 Add night mode context extensions 9 months ago
Alex Baker 84ab8d0517 Remove MainActivity.onBackPressed 9 months ago
Alex Baker db66a66578 Move subscription begging to viewmodel 9 months ago
Alex Baker ea8a4b5e2d Remove InjectingAppCompatActivity 9 months ago
Alex Baker 7048f6a965 Fix crash in debug logging 10 months ago
vulewuxe86 113cf6f1b8
#2257 Change priority for selected items (#2452) 10 months ago
Alex Baker 2de5b3c275 Use share text when subject is missing 10 months ago
Alex Baker 573f6b897e Set audio attributes on completion sound 10 months ago
Alex Baker f62de8b7f3 Microsoft recurrence sync
Limit recurrence options for Microsoft tasks
11 months ago
vulewuxe86 3d0cf46f8d
Select the new items after duplication (#2446)
#1201 Select the new items after duplication
11 months ago
Alex Baker 427ee369b4 Fix miscellaneous inspections 11 months ago
Alex Baker 804c0f974a Force a due date for recurring tasks 11 months ago
Alex Baker 7b12e491ad Replace isGoogleTask with accountType 11 months ago
Alex Baker 5308404ed6 Fix some random inspections 11 months ago
Alex Baker a3d86dcb03 Exclude subtasks of hidden tasks from My Tasks 12 months ago
Alex Baker c065525cef Add subtask sort configuration 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 b0bb58bb4c Convert TaskListViewModel to flow 1 year ago
Alex Baker f5ab0e6f56 Sorting updates
* Make contents scrollable
* Use fixed value for 'no date' sorting
* Completion sort defaults to descending
* Show error if 'My order' is not supported
1 year ago
Alex Baker 48e73b4bb3 Sort options for completed tasks 1 year ago
Alex Baker d4192803f8 Use recursive queries if filter can be sorted 1 year ago
Alex Baker 7945160536 Separate group and sort configurations 1 year ago
Alex Baker fce12ae4a8 Fix sort by title 1 year ago
Alex Baker 3c87ab4fc1 Fix subtask sort order 1 year ago
Alex Baker 2da4dcd17a Use drawer ordering for 'By list' sort mode 1 year ago
Alex Baker e05874d36a Revert "Accompanist appcompat theme adapter"
This reverts commit db82ef7fd6.

accompanist theme adapter doesn't support translucent backgrounds like
the wallpaper theme
1 year ago
Alex Baker 57c4018e37 Update filters when restoring backup 1 year ago
Alex Baker 067317b5a0 Migrate google task filters 1 year ago
Alex Baker ad3c35bc5d Comment bar hidden by default 1 year ago
Alex Baker 251edd39ed Fix task order shifting 1 year ago
Alex Baker 114ec3f03b Convert Task to data class 1 year ago
Alex Baker a8d62b6632 Convert TaskContainer to Kotlin 1 year ago
Alex Baker c303ce32ab Change lists with drag and drop 1 year ago
Alex Baker cfa46c7e24 Remove paging 1 year ago
Alex Baker 18242e5284 Add sort by list 1 year ago
Alex Baker 47f4ae8dde Refactor recursive queries 1 year ago
Alex Baker 5f4753da6f Gradle plugin 8.0.0 1 year ago
Alex Baker 4121163008 Non-transitive R classes 1 year ago
Alex Baker e37497b77f Fix some recomposition issues on chips 1 year ago
Alex Baker db82ef7fd6 Accompanist appcompat theme adapter 1 year ago
Alex Baker 32eed65f04 Don't set repeat count to 0 1 year ago
Alex Baker 100928d002 Merge branch 'juliushaertl-enh/noid/quick-save-new-task' 1 year ago
Alex Baker b85dc20d24 Fix sort order string formatting 1 year ago
Alex Baker ad54394c08 Fix parcel crash 1 year ago
Alex Baker 3cb8cd9a45 Fix migrations 1 year ago
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 ac62b4f385 Move cd_order to task table 1 year ago
Alex Baker 2006e2c84b Convert GoogleTask to CaldavTask 1 year ago
Alex Baker 513f8b017f Convert GoogleTaskList to CaldavCalendar 1 year ago
Alex Baker a04fbebd0f Convert GoogleTaskAccount to CaldavAccount 1 year ago
Alex Baker 0f6013cecc Compose BOM 2023.01.00, Kotlin 1.8.0 1 year ago
Julius Härtl 99d1dea0f1
feat: Save task when ime action done is triggered
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 year ago
Alex Baker 63fda6f681 Add default reminders to new incoming ical tasks 2 years ago
Alex Baker 2a825ce2c7 Disable editing title for read only task 2 years ago
Alex Baker 71f22dd05d Read-only support 2 years ago
Alex Baker 9ed8486cfc Convert CaldavCalendar to data class 2 years ago
Alex Baker d82e594043 Limit sort order for astrid manual sorting
Fix crash when sorting ~1000 tasks
2 years ago
Alex Baker 55a994fcca Fix alarm calculator tests 2 years ago
Alex Baker 4b3e7b026b Merge branch 'dynamic_default_reminder' of ssh://github.com/orellazri/tasks into orellazri-dynamic_default_reminder 2 years ago
Alex Baker 8d78a5bfdb Merge tag '12.7.1' 2 years ago
Alex Baker 23bf69d3f4 Only accept content URIs in share activity 2 years ago
Alex Baker 390265a9df Schedule notifications after permissions granted 2 years ago
Orel 48613bc925 Make default reminder for tasks without due times dynamic 2 years ago
Alex Baker 9219796c6b Restore trailing icon on tag row 2 years ago
Alex Baker d589a89506 Create, rename, and delete microsoft lists 2 years ago
Alex Baker e3ff3bf499 Fix crash when clicking beast mode banner 2 years ago
Alex Baker 2ac6c2413b Attachment changes
* Add attachment table to map attachment to file
* Convert TaskAttachment to immutable data class
* Copy attachments when duplicating tasks
2 years ago
Alex Baker a0e26263b1 Fix list row 2 years ago
Alex Baker 4ccba6f2b1 Fix cloning subtask 2 years ago
Alex Baker 8258c73a7f Merge ssh://github.com/lkempf/tasks into HEAD 2 years ago
Alex Baker bb9e2f90b4 Replace ListPicker with FilterPicker
Simplify fragment result listeners
2 years ago
Lukas Kempf 7344f66189 Don't forget parent when copying tasks. 2 years ago
Alex Baker 532fea0d29 Replace FilterSelectionActivity
* Add FilterPicker DialogFragment
* Add FilterPicker compose component
* Rename FilterSelectionActivity to WidgetFilterSelectionActivity
2 years ago
Alex Baker d157bbec53 Convert ListPicker to compose 2 years ago
Alex Baker 9a33f54202 Add navigation drawer view model 2 years ago
Alex Baker 8f5b7ccc20 Skip add dialog when replacing some reminders
* random reminders
* pick date and time reminders
2 years ago
Alex Baker 20ab106e12 Click on alarm row to replace it 2 years ago
Alex Baker 60820ab3c9 Convert comments row to compose 2 years ago
Alex Baker d0fcca1a1f Embed task edit row fragments in compose 2 years ago
Alex Baker 22de530590 Ran silent code cleanup 2 years ago
Alex Baker cdd163efbf Add preferences.linkify 2 years ago
Alex Baker 3163150e8f Move add alarm to task edit view model 2 years ago
Alex Baker 738c345275 Move view state to view model 2 years ago
Alex Baker eabe2b37ee Refresh subtasks in task edit fragment 2 years ago
Alex Baker c532abc87f Simplify task edit view model 2 years ago
Alex Baker ccaed6ddb4 Add SubtaskRow composable 2 years ago
Alex Baker 1cac090c9d Add AlarmRow composable 2 years ago