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

Add VCard/"share contact" support #18

Merged
merged 1 commit into from
Apr 9, 2024
Merged

Conversation

vinaygopinath
Copy link
Owner

This adds an intent filter to register as a potential option to open shared VCF files from third-party apps. The shared VCF file is examined for phone numbers, and all phone numbers are inserted into the phone number input field.

Out of scope for this PR: When multiple phone numbers are available, the "Open" buttons do not function. A future PR will show a dialog to prompt the user to select a phone number, since this scenario also applies to text shared with the app.

launch-chat-vcf.webm

Closes #11

This adds an intent filter to register as a potential option to open shared VCF files from third-party apps.
The shared VCF file is examined for phone numbers, and all phone numbers are inserted into the phone number input field.

Out of scope for this PR: When multiple phone numbers are available, the "Open" buttons do not function. A future PR will show a dialog to prompt the user to select a phone number, since this scenario also applies to text shared with the app.
@vinaygopinath vinaygopinath merged commit 033cb9b into main Apr 9, 2024
3 checks passed
@vinaygopinath vinaygopinath deleted the vg-add-vcf-support branch April 9, 2024 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Handle VCF files shared by third-party apps
1 participant