contactstore icon indicating copy to clipboard operation
contactstore copied to clipboard

A modern, strongly-typed contacts API for Android.

Results 6 contactstore issues
Sort by recently updated
recently updated
newest added

This issue is here for you to write any nice things about the project you like. I would love to know how ContactStore has helped you in your projects. If...

There are more people contributing to the project lately, and it would be nice to have less moderation required on each PR. This issue is about creating a gradle task...

good first issue

This is related to my previous feature-request (thanks again for that) about contact-groups and their associated accounts. My scenario is as follows: I load an existing contact from Android using...

feature request

Does this exist in the current API scheme with fetching? Im not seeing an easy way to check this data without a secondary cursor query on the phones and emails.

feature request

Hi I have a little problem: it seems like the nickname is lost when I try to create a new contact. My code looks like this: ``` contactStore.execute { insert(contact,...