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

Commits on Jul 29, 2020

  1. fix(plugin): contacts without an e-mail address are not being display…

    …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
    Peter Velosy committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    9e83d8a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Make the plugin return the identifier as well as the lookupKey of the…

    … chosen contact on Android.
    Peter Velosy committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    47e576f View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Fix Bugs, Add phone labels & Images

    - 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
    tnoetzel committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    3a74e04 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Configuration menu
    Copy the full SHA
    9b7e4e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. adaptation to Capacitor 3

    calvinho committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    51bd0a3 View commit details
    Browse the repository at this point in the history
  2. adaptation to Capacitor 3

    calvinho committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    1c87342 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Capacitor 3 adaptation

    calvinho committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    346ebc8 View commit details
    Browse the repository at this point in the history
  2. Capacitor 3 adaptation

    calvinho committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    49e04b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. query and return the postal addresses in Android

    calvinho committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    24b393e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    290bfd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5f2f10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44c6488 View commit details
    Browse the repository at this point in the history
  5. update README.md with sample data

    calvinho committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    7b6961e View commit details
    Browse the repository at this point in the history
  6. update README.md with iOS plist info

    calvinho committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    2c84cf5 View commit details
    Browse the repository at this point in the history
  7. add permission check in iOS

    calvinho committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    eebb1a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. use Dictionary instead of JSObject

    calvinho committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    74e9ca9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    272ba2a View commit details
    Browse the repository at this point in the history
  3. fix a bug when call id was not saved correctly during first load (whe…

    …n swift performs permission check the first time)
    calvinho committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    f5cbf34 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. parse postalAddress' element into JSObject

    calvinho committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    4b8cc36 View commit details
    Browse the repository at this point in the history
  2. parse postalAddress' element into JSObject

    calvinho committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    5bfc489 View commit details
    Browse the repository at this point in the history
  3. parse postalAddress' element into JSObject

    calvinho committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    1246a7e View commit details
    Browse the repository at this point in the history
  4. clean up console log

    calvinho committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    423e54e View commit details
    Browse the repository at this point in the history
  5. parse postalAddress' element into JSObject

    calvinho committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    69f97b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. 1.0.0 npm release

    calvinho committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    97d5673 View commit details
    Browse the repository at this point in the history
  2. update README.md

    calvinho committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    59504d8 View commit details
    Browse the repository at this point in the history
  3. update README.md

    calvinho committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    dbdd35c View commit details
    Browse the repository at this point in the history
  4. update podspec

    calvinho committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    6f55169 View commit details
    Browse the repository at this point in the history
  5. update package-lock.json

    calvinho committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    72a6abb View commit details
    Browse the repository at this point in the history
  6. update package-lock.json

    calvinho committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    cde8a85 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. upgrade to Capacitor 5

    calvinckho committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    cebca72 View commit details
    Browse the repository at this point in the history
  2. update README.md

    calvinckho committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    f2dc584 View commit details
    Browse the repository at this point in the history
  3. ios 13 instead of 11

    calvinckho committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    da1f751 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. ios 13 instead of 12

    calvinckho committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    8289420 View commit details
    Browse the repository at this point in the history
  2. ios 13 instead of 12

    calvinckho committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    5b8ed25 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. upgrade to Capacitor 6

    calvinckho committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    5aed986 View commit details
    Browse the repository at this point in the history