Package-level declarations
Types
Link copied to clipboard
class DmfsTaskList(val provider: DmfsTaskListProvider, val values: ContentValues, val providerName: TaskProvider.ProviderName)
Represents a locally stored task list, containing at.bitfire.ical4android.DmfsTasks (tasks). Communicates with tasks.org-compatible content providers (currently tasks.org and OpenTasks) to store the tasks.
Link copied to clipboard
class DmfsTaskListProvider(val account: Account, client: ContentProviderClient, val providerName: TaskProvider.ProviderName)
Manages locally stored tasklists (represented by DmfsTaskList) in DmfsTask tasks provider.
Link copied to clipboard
at.bitfire.synctools.storage.BatchOperation for the tasks.org / OpenTasks provider