vinaygopinath / launch-chat

Chat with WhatsApp, Signal and Telegram users without saving phone numbers or sharing your contacts with the app
https://f-droid.org/en/packages/org.vinaygopinath.launchchat/
GNU General Public License v3.0
131 stars 8 forks source link

Add VCard/"share contact" support #18

Closed vinaygopinath closed 7 months ago

vinaygopinath commented 7 months ago

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