PrivateDNSAndroid
PrivateDNSAndroid copied to clipboard
Add Text field Validation
Resolves #6
Generally not a big deal but I don't like how this implementation is more restrictive than the system settings one (source code). I feel at the very least IDN's like яндекс.рф and 互联网中心.中国 should be accepted. As an alternative maybe just fail the validation if any special character are matched?
Generally not a big deal but I don't like how this implementation is more restrictive than the system settings one (source code). I feel at the very least IDN's like
яндекс.рфand互联网中心.中国should be accepted
Adding the package of Google guava Library to get the same implementation
Adding this library doesnt affect the output size since R8 is enabled
LGTM