CountryCodePickerProject icon indicating copy to clipboard operation
CountryCodePickerProject copied to clipboard

Country Code Picker (CCP) is an android library which provides an easy way to search and select country or international phone code. Also supports Android EditText phone mask and international phone v...

Results 143 CountryCodePickerProject issues
Sort by recently updated
recently updated
newest added

``` Could not find com.hbb20:ccp:2.2.3. Required by: project :app Search in build.gradle files ``` I started to get this error for suddenly. ``` ext.kotlin_version = '1.6.21' repositories { google() mavenCentral()...

`Process: com.example.android, PID: 10996 android.view.WindowManager$BadTokenException: Unable to add window -- token null is not valid; is your activity running? at android.view.ViewRootImpl.setView(ViewRootImpl.java:907) at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:387) at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:95) at android.app.Dialog.show(Dialog.java:342) at com.hbb20.CountryCodeDialog.openCountryCodeDialog(CountryCodeDialog.java:265) at...

is there any way to set a custom Title on Dialog?

``` Fatal Exception: java.lang.IndexOutOfBoundsException Index: 253, Size: 253 java.util.ArrayList.get (ArrayList.java:437) com.hbb20.CountryCodeAdapter.getSectionTitle (CountryCodeAdapter.java:1) ``` Sometimes `FastScroller.java` crashes app. It will be better to check the length of `filteredCountries` before get `CCPCountry`...

I can't change the font for the droplist view or the dialog text font can you please add this feature in your new update? I found it in code as...

Update io.michaelrocks:libphonenumber-android to `8.13.48`. Use case of new numbers from Orange in Burkina Faso did not pass validation on previous version.