Skip to content

Add support for ContactsContract.Groups.DIRTY #355

Description

@vestrel00

Problem

Similar to #354, this library currently does not support reading and writing the value of Group's ContactsContract.SyncColumns.DIRTY, which is a critical component to sync adapter operations.

Solution

Add dirty field to GroupEntity and support CRUD operations for it.

  • Check behavior in GroupsInsert
  • Check behavior in GroupsUpdate
  • Check behavior in GroupsDelete (e.g. delete by matching dirty using WHERE clause)
  • Check behavior in GroupsQuery
  • Update all in-code documentation
  • Update docs, where necessary
  • Update gh-pages branch

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions