UnifiedContactPicker icon indicating copy to clipboard operation
UnifiedContactPicker copied to clipboard

Results 10 UnifiedContactPicker issues
Sort by recently updated
recently updated
newest added

Hey The library is awesome and build very well. I want to implement phone numbers and email both .Is it possible to do that ?.

while scrolling list of contacts last contact have multiple phone numbers can't able to expand

If we search for a contact in the search box and select it by ticking, the returned SimpleContact object does not give DisplayName correctly. Instead the phone number is returned

Is there a way to hide the action bar on the `ContactPickerActivity` - I've tried setting this in my manifest file but to no avail; ``` ```

Selected a contact from list, then i clear the chip from search bar. But contact still found selected in the list. When i click the FAB, there is no out...

Hiding the chips using this code disappears search bar also. I really want search bar still there, so the user can find contacts easily ` contactPicker.putExtra(ContactPickerActivity.CP_EXTRA_SHOW_CHIPS, false);`

Hey The library is awesome and build very well. I want to implement phone numbers not email . There should be an optional argument for both contact phone number and...

How can I restrict to portrait mode only?

`E/AndroidRuntime: FATAL EXCEPTION: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.next(ArrayList.java:831) at mx.com.quiin.contactpicker.adapters.AutoCompleteAdapter$ContactFilter.publishResults(AutoCompleteAdapter.java:112) at android.widget.Filter$ResultsHandler.handleMessage(Filter.java:282) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:154) at android.app.ActivityThread.main(ActivityThread.java:6121) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)`

The current search option inside the chips is really bad, it doesnt show all possible options for the string entered. Is there anyway I can override this and implement my...