PrivateDNSAndroid icon indicating copy to clipboard operation
PrivateDNSAndroid copied to clipboard

Add Text field Validation

Open InfiniteCoder06 opened this issue 1 year ago • 2 comments

Resolves #6

InfiniteCoder06 avatar Apr 06 '24 10:04 InfiniteCoder06

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?

karasevm avatar Apr 13 '24 17:04 karasevm

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

InfiniteCoder06 avatar Apr 14 '24 10:04 InfiniteCoder06

LGTM

karasevm avatar Jun 13 '24 10:06 karasevm