adeekshith / watomatic

Auto reply app helping you move away from less private messengers like WhatsApp and Facebook Messenger
https://watomatic.app
GNU General Public License v3.0
429 stars 85 forks source link

Support deeplink to allow other apps/websites to set Watomatic message #256

Closed adeekshith closed 3 years ago

adeekshith commented 3 years ago

Support deeplink to allow other apps/websites to set Watomatic message using scheme: watomatic://auto-reply?message=<encoded-message>

To test, can use adb shell to call an intent: $ adb shell am start -W -a android.intent.action.VIEW -d "watomatic://auto-reply/?message=Contact%20me%20on%20Xyz%20app.%20My%20id%3A%20999999"

which asks the user to set a message like this:

Screenshot_1620359653

Fix #252