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

Currently the arrow is on the right side of the country code. It would be nice to allow the user to change it to the left.

there are two type of the first letter in the Arabic alphabet which are ( ا ) and ( أ ) and they are kind of the same letter in...

``` java.lang.IndexOutOfBoundsException: setSpan (5 ... 5) ends beyond length 4 at android.text.SpannableStringBuilder.checkRange(SpannableStringBuilder.java:1265) at android.text.SpannableStringBuilder.setSpan(SpannableStringBuilder.java:684) at android.text.SpannableStringBuilder.setSpan(SpannableStringBuilder.java:677) at android.text.Selection.setSelection(Selection.java:76) at android.text.Selection.setSelection(Selection.java:87) at com.hbb20.InternationalPhoneTextWatcher.afterTextChanged(InternationalPhoneTextWatcher.java:168) at android.widget.TextView.sendAfterTextChanged(TextView.java:9443) at android.widget.TextView$ChangeWatcher.afterTextChanged(TextView.java:12348) at android.text.SpannableStringBuilder.sendAfterTextChanged(SpannableStringBuilder.java:1218) at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:579)...

Hi! It will be nice if will be some way to exclude resources from library. Many application don't use flags icons or strings . It will reduce library size Thank...

Library doesnot validate Hong Kong phone numbers that starts from "70": +852 70... Other +852 71.. +852 72... is good

Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.dailyraffle/com.freecashoutapp.freecashout.activities.RegisterActivity}: android.view.InflateException: Binary XML file line #90: Binary XML file line #90: Error inflating class com.hbb20.CountryCodePicker at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3319) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3415) at android.app.ActivityThread.access$1100(ActivityThread.java:229) at...

I have set default country flag to drawable left of edittext and when i chanfe country i want to change the flag as well how do i do that

Hi, I have implemented the library which seems to be working fine, until today when I found that the country selector is not working without changing any respective code. If...

`detectedCountry` can be null. But in line `!detectedCountry.equals(selectedCountry)` we use it ```java @Override public void onTextChanged(CharSequence s, int start, int before, int count) { CCPCountry selectedCountry = getSelectedCountry(); if (selectedCountry...

i have problem when call ccp.getLanguageToApply().getCode() function. This always returns default language code of my device. How can i get the language code of selected country? Have i missed something?...