You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 toGroupEntity
and support CRUD operations for it.GroupsInsert
GroupsUpdate
GroupsDelete
(e.g. delete by matching dirty using WHERE clause)GroupsQuery
gh-pages
branchThe text was updated successfully, but these errors were encountered: