The app now supports starting a chat with WhatsApp, Signal and Telegram (fixes #15 in the original repo).
The phone number parsing has been improved to automatically strip whitespace, hyphens and parentheses, fixing #24.
The UI element to select a country code has been removed in favour of entering it manually, which should be faster. The expectation is that the user will provide formatted phone numbers that include a country code.
The app registers itself as able to receive shared text from other apps (fixing #22), as well as handle tel: URL scheme phone number links (fixes #23).
This introduces testing for the core parts of the app, including instrumentation tests.
This makes the following changes
tel:
URL scheme phone number links (fixes #23).