Skip to content

Commit 618386c

Browse files
committed
Remove broken ScheduleContextSource implementation
- Remove ScheduleContextSource.kt (broken coroutine/flow implementation) - Remove ScheduleContextSource registration from OpenTaskerApp - v0.3.0 now focuses on stable baseline features
1 parent 079bc6c commit 618386c

2 files changed

Lines changed: 0 additions & 257 deletions

File tree

app/src/main/java/com/opentasker/app/OpenTaskerApp.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,5 @@ class OpenTaskerApp : Application() {
8787
ContextSourceRegistry.register(LocationContextSource())
8888
ContextSourceRegistry.register(StateContextSourceImpl())
8989
ContextSourceRegistry.register(EventContextSourceImpl())
90-
ContextSourceRegistry.register(ScheduleContextSource())
9190
}
9291
}

app/src/main/java/com/opentasker/core/contexts/ScheduleContextSource.kt

Lines changed: 0 additions & 256 deletions
This file was deleted.

0 commit comments

Comments
 (0)