Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ContactsContract.Groups.DIRTY #355

Open
7 tasks
vestrel00 opened this issue Jul 19, 2024 · 0 comments
Open
7 tasks

Add support for ContactsContract.Groups.DIRTY #355

vestrel00 opened this issue Jul 19, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@vestrel00
Copy link
Owner

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
@vestrel00 vestrel00 added the enhancement New feature or request label Jul 19, 2024
@vestrel00 vestrel00 self-assigned this Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: To do
Development

No branches or pull requests

1 participant