libphonenumber-android icon indicating copy to clipboard operation
libphonenumber-android copied to clipboard

Android port of Google's libphonenumber

Results 10 libphonenumber-android issues
Sort by recently updated
recently updated
newest added

Oman latest phone number shows a error. Please Update the phone number validation for Oman. Sample Number : +968 77****** - > starts with 77 , 8 digit number. @MichaelRocks

Pakistan latest phone number shows an error. Update the phone number validation for Pakistan . Sample Number : +92326*******

`com.google.i18n.phonenumbers.CountryCodeToRegionCodeMap.getCountryCodeToRegionCodeMap()` has been [public](https://github.com/google/libphonenumber/blob/v8.12.52/java/libphonenumber/src/com/google/i18n/phonenumbers/CountryCodeToRegionCodeMap.java#L33) for [some time](https://github.com/google/libphonenumber/pull/2732/files#diff-239a96c887a120982beeaa8ed4f336e6514920d96fd9aef36442842b43f4fc8bL33) but `io.michaelrocks.libphonenumber.android.CountryCodeToRegionCodeMap.getCountryCodeToRegionCodeMap()` is [package private](https://github.com/MichaelRocks/libphonenumber-android/blob/v8.12.52/library/src/main/java/io/michaelrocks/libphonenumber/android/CountryCodeToRegionCodeMap.java#L34)

bug

Hi! Thx for the good work and a small request. Lib currently has methods to get example number for country but original google resources only store 1 example. Looks like...

Error info: Caused by: com.android.tools.r8.CompilationFailedException: Compilation failed to complete, origin: D:\Workspace\ctzqp_overseas\app\build\intermediates\transforms\APMSPlugin\debug\272.jar:io/michaelrocks/libphonenumber/android/NumberParseException$ErrorType.class at Version.fakeStackEntry(Version_4.0.52.java:0) I am using `libphonenumber-android:8.13.26`, build app happen error, and I have not enable dexproguard. Gradle version: 7.5...

bug

Hi, I'm not sure if this is the right place to ask this, but I am at the end of my teather, so any help would be mightly appricated.. I...

bug

Hello I parse an Belarus phone number like "+375 25 1234567". Result from isValidNumber() = false. https://en.wikipedia.org/wiki/Telephone_numbers_in_Belarus code 25 – Mobile phone operator life:) Belarus

bug

Hello I parse an Kazakhstan phone number like "+7 610 876 56 56" is not correctly. This phone number is not formatted. https://en.wikipedia.org/wiki/Telephone_numbers_in_Kazakhstan. Kazakhstan was assigned zone codes 6xx and...

bug

Hello, I parse an Australian phone number like "+61401118888" correctly, then I try adding 6 digits to the number and it still parses as valid. How is this possible? For...

There's newer meta version, please refer to https://github.com/google/libphonenumber/blob/master/release_notes.txt Those commits are generated by running `./update.sh ../libphonenumber` locally.