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

Validate the user phone number #5

Open vinaygopinath opened 1 year ago

vinaygopinath commented 1 year ago

Problem

The app does not provide any feedback on the entered/shared phone number and simply invokes the messaging app, which then performs validation. This is an unnecessarily long user journey, especially if the user has made a typo.

Solution

The app should validate the entered/shared phone number and indicate whether it might be valid in the region specified by the country code.

Requirements