SubhamTyagi / openinwa

Create chat in WhatsApp without saving number to your phonebook
GNU General Public License v3.0
83 stars 30 forks source link

Switch to android-phone-field library #9

Closed ialokim closed 5 years ago

ialokim commented 5 years ago

As discussed in #8, I've switched to a library for the phone input field, flag picker and validation.

Because the original repo looked quite unmaintained and there was no one answering my request for maintainers, I've forked the project and implemented quite a lot of changes on here: /ialokim/android-phone-field. Please refer to the Readme for the features currently supported.

As the library uses androidx.* packages, I had to switch to them over here too. I've already tested the changes with a bunch of phone numbers, but up to now pasting numbers into the field is not always supported either, unfortunately.*

*I still have to look deeper into the failing cases.

Fixes #8 .