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

fix(plugin): contacts without an e-mail address are not being displayed on Android #2

Closed
wants to merge 1 commit into from

Conversation

petervelosy
Copy link

  • Modify the PICK intent so that it loads all root level contact entries (i.e. not only those with an e-mail address)
  • Add two content queries so that first the root level contact (ContactsContract.Contacts), and then the subordinate contact data records (ContactsContract.Contacts.Data) are retrieved. This makes it possible to load e-mails and phone numbers for a contact, stored in the latter.
  • Add the .gradle/ folder to .gitignore

Refs #1

…ed on Android

- Modify the PICK intent so that it loads all root level contact entries (i.e. not only those with an e-mail address)
- Add two content queries so that first the root level contact (ContactsContract.Contacts), and then the subordinate contact data records (ContactsContract.Contacts.Data) are retrieved. This makes it possible to load e-mails and phone numbers for a contact, stored in the latter.
- Add the .gradle/ folder to .gitignore

Refs TeamMaestro#1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant