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

Upgrade to Capacitor 3 + improvements #3

Open
wants to merge 35 commits into
base: main
Choose a base branch
from

Conversation

calvinckho
Copy link

I upgraded the plugin so it is compatible with Capacitor 3. Other improvements include:

  • emailAddresses, phoneNumbers, postalAddresses are arrays of JSON objects instead of arrays of strings
  • handle permission check correctly in iOS
  • improve README.md

Peter Velosy and others added 30 commits July 29, 2020 18:28
…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
- Fix iOS bug: Attempt to present * on * whose view is not in the window hierarchy

- Add phone labels array to iOS and Android

- Add image references to iOS and Android
…n swift performs permission check the first time)
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.

2 participants