rc/android-ios-parity #1

Merged
admin merged 81 commits from rc/android-ios-parity into master 2026-04-20 19:43:34 -05:00
Showing only changes of commit 7d71408bcc - Show all commits

View File

@@ -129,6 +129,10 @@ class WidgetDataRepository internal constructor(private val context: Context) {
store.writePendingCompletionIds(current)
}
/** Whether a task id is currently queued for optimistic completion. */
suspend fun isPendingCompletion(taskId: Long): Boolean =
taskId in store.readPendingCompletionIds()
/**
* Compute the three summary counters shown on the widget:
* - overdueCount — tasks with `isOverdue == true`