Commit Graph

71 Commits (b2efb42d55b84ef4d5a039cfd55e119a15146294)

Author SHA1 Message Date
Alex Baker b2efb42d55 Load initial data in task edit view model 2 months ago
Alex Baker d0360a4862 Revert "Update timestamp on edits"
This reverts commit b477623524.
6 months ago
Alex Baker b477623524 Update timestamp on edits
Fix bugs introduced by 775289b05
7 months ago
Alex Baker c2a9d21f01 Make review request from edit fragment 8 months ago
Alex Baker 374f10c731 Add subtasks in order for new tasks 9 months ago
Alex Baker bd6000fcd6 Add subtasks to top 10 months ago
Alex Baker 52d664856d Convert CaldavTask to data class 1 year ago
Alex Baker 02958e46e6 Fix duplicated subtasks 1 year ago
Alex Baker 3555c11b33 Move task after saving changes 1 year ago
Alex Baker 2c697fd5b9 Convert Geofence to data class 1 year ago
Alex Baker 3131c56651 Code review 1 year ago
Alex Baker c2222657ec Remove gt_parent from CaldavTask 1 year ago
Alex Baker 2006e2c84b Convert GoogleTask to CaldavTask 1 year ago
Alex Baker 71f22dd05d Read-only support 2 years ago
Alex Baker bf829727ff Check if original attachments are initialized 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 226687fee8 Add alarms to new subtasks 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 3163150e8f Move add alarm to task edit view model 2 years ago
Alex Baker c532abc87f Simplify task edit view model 2 years ago
Alex Baker e450f51f60 Convert repeat control set to compose 2 years ago
Alex Baker 57ca2f013a Update schema for recurrence
* Move repeat until into recurrence
* Move repeat from out of recurrence
2 years ago
Alex Baker b4c3bec3ab Convert subtask control set to compose 2 years ago
Alex Baker f5a53e6453 Convert TimerControlSet to compose 2 years ago
Alex Baker 908d75909d Convert CalendarControlSet to compose 2 years ago
Alex Baker 8f4db8374d Convert LocationControlSet to compose 2 years ago
Alex Baker 08069d0a3d Convert StartDateControlSet to compose 2 years ago
Alex Baker 6513c40c97 View model due date as state flow 2 years ago
Alex Baker de50854c99 Merge branch 'main' of ssh://github.com/ydario/tasks into main 2 years ago
Alex Baker 2137bf8004 Convert tag control to compose 2 years ago
Alex Baker 25877f05e2 Convert ListFragment to compose 2 years ago
Alex Baker 708e2b14e6 Convert priority control set to compose 2 years ago
Yuri Dario bb4ce22542 Allow display of task's creation/modification/completion dates. 2 years ago
Alex Baker 3198392d38 Fix test compile 2 years ago
Alex Baker 99b533e5cd Add 'addTask' event 2 years ago
Alex Baker b23aa62d42 Fix clearing task fragments 2 years ago
Alex Baker 1de4b220c3 Fix tests 2 years ago
Alex Baker b087cc090f Add ClearTaskEditFragment event 2 years ago
Alex Baker 2aee91a04b Use In-App Review API 2 years ago
Alex Baker ce191d3325 Add MainActivity and TaskList event buses 2 years ago
Alex Baker a5e0a06762 Fix check for ring flag changes 2 years ago
Alex Baker 968ba7080d Convert some fields to lateinit 2 years ago
Alex Baker c9be5728b1 Remove kotlinx-collections-immutable-jvm 2 years ago
Alex Baker dfe64d5f6f Convert selected alarms to MutableStateFlow 2 years ago
Alex Baker 656c856737 Remove bitwise operations 2 years ago
Alex Baker 488836f848 Fix ring flag migration issue 2 years ago
Alex Baker 4acad387dc Force sync if alarms change 2 years ago
Alex Baker a5a65e2a2e Fix random reminder issues 2 years ago
Alex Baker cb834a9818 Convert random and snooze reminders to alarms
Display snooze time in edit screen
2 years ago