AquaMail Forum

English - Android => How do I... => Topic started by: mandm0515 on September 08, 2014, 09:36:20 pm

Title: Contact Picker - Frequently Used
Post by: mandm0515 on September 08, 2014, 09:36:20 pm
How do I set the contact picker to display / auto-complete the most frequently used email addresses first rather than just an alpha-list of emails that match?

For example:  if I have  "bob at abc.com", "bob at xyz.com" and "bob at 123.com" - but have emailed bob at 123.com recently (or frequently), how do I set auto-complete to display bob at 123.com first?

Title: Re: Contact Picker - Frequently Used
Post by: Kostya Vasilyev on September 13, 2014, 01:07:36 am
The drop-down list (autocomplete), that's right on the compose window, does sort by frequency --

-- but the sorting is per contact, not per address (within the same contact).

This is the "TIMES_CONTACTED" field defined in the system:

http://developer.android.com/reference/android/provider/ContactsContract.ContactOptionsColumns.html#TIMES_CONTACTED

In your example, do all those emails belong to the same contact?