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
120 stars 8 forks source link

Add SMS link handling #17

Closed vinaygopinath closed 5 months ago

vinaygopinath commented 5 months ago

As the repo is growing, this refactors the source code into packages and adds support for sms/smsto/mms/mmsto links.

Demo showing link handling for SMS, MMS and tel (previously implemented). launch-chat-sms.webm

Demo showing link handling for SMS, with navigation to the app launch-chat-sms-mms-tel.webm

You can test this yourself with this JSFiddle: http://jsfiddle.net/b6xqgr1d/1

Closes #15