summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/contacts/ContactsProvider2.java
Commit message (Expand)AuthorAgeFilesLines
* Support secondary localesJay Shrauner2014-04-181-23/+56
* Replace the global mValues reference in ContactsProvider2.javaBen Gilad2014-04-071-239/+271
* One more cleanup CL before the change to remove/replace mValues.Ben Gilad2014-04-041-532/+471
* Merge "Partial revert of db1acfece867c4133e1749826f74f5b4e8eed1b2 (http://ag/...Makoto Onuki2014-04-031-161/+113
|\
| * Partial revert of db1acfece867c4133e1749826f74f5b4e8eed1b2Makoto Onuki2014-04-031-161/+113
* | Remove some dead/unused/boilerplate code.Ben Gilad2014-04-021-108/+93
|/
* Add IN_DEFAULT_DIRECTORY to views and projectionsBrian Attwell2014-03-041-0/+2
* Do not ignore leading "*"s in phone lookupsBrian Attwell2014-02-281-7/+21
* Respect user-defined selection in STREQUENTS queryYorke Lee2014-01-271-2/+3
* Fix EMAIL_FILTER ranking for duplicate emails in different accountsYorke Lee2014-01-101-1/+6
* Fixes cases when a contact was deleted via the contacts app.Chiao Cheng2013-11-221-0/+4
* Use content_uri constants instead of locally defined string.Chiao Cheng2013-11-011-113/+167
* Catch potential NPEJay Shrauner2013-10-091-1/+1
* Revert "Remove global search support."Mathew Inwood2013-09-301-1/+31
* Add IS_SUPER_PRIMARY to default phone only strequents projectionYorke Lee2013-09-241-0/+1
* Merge "Change CONTACTS_STREQUENTS for phone only queries" into klp-devYorke Lee2013-09-241-45/+57
|\
| * Change CONTACTS_STREQUENTS for phone only queriesYorke Lee2013-09-231-45/+57
* | Merge "Change frequents algorithm to return contacts in a different order" in...Yorke Lee2013-09-231-8/+21
|\ \
| * | Change frequents algorithm to return contacts in a different orderYorke Lee2013-09-221-8/+21
| |/
* | Remove global search support.Mathew Inwood2013-09-201-31/+1
|/
* Fix PHONE_FILTER and CALLABLES_FILTER search behaviorYorke Lee2013-09-101-5/+3
* Fix bluetooth sharingYorke Lee2013-08-201-1/+2
* Set UNKNOWN_LENGTH for assetFileDescriptorYorke Lee2013-08-161-3/+1
* Handle DEMOTE and UNDEMOTE in CP2Yorke Lee2013-08-051-3/+32
* Add Data.contact_id to phone strequents projectionYorke Lee2013-07-311-0/+2
* Add pinning support in ContactsProviderYorke Lee2013-07-241-0/+83
* am 5e0fa885: am 321d81dc: Merge "Change method to determine if the table is e...Jay Shrauner2013-07-021-3/+2
|\
| * am 321d81dc: Merge "Change method to determine if the table is empty"Jay Shrauner2013-07-021-3/+2
| |\
| | * Change method to determine if the table is emptyHyoseong Kim2013-06-031-3/+2
* | | Merge "Add updates on usage data to Delta API."Christine Chen2013-06-101-1/+3
|\ \ \
| * | | Add updates on usage data to Delta API.Christine Chen2013-06-101-1/+3
* | | | Use ICU collator for display name orderingJay Shrauner2013-05-311-2/+2
|/ / /
* | | Clean up int data conversion callsJay Shrauner2013-05-231-55/+68
* | | Fix unit tests when phone is in ja_JP localeJay Shrauner2013-05-101-1/+1
* | | Close PFD after finished reading from pipe.Jeff Sharkey2013-04-251-0/+4
|/ /
* | Fixed issue where some contacts are not added to delete log.Chiao Cheng2013-04-231-11/+42
* | Fixing delta api for account removal case.Chiao Cheng2013-04-181-1/+37
* | Adding contacts delta api.Chiao Cheng2013-04-081-9/+60
* | Provider side changes for exposing data usage statsYorke Lee2013-04-031-7/+37
* | Add new apis to CP2Yorke Lee2013-03-271-0/+114
* | Merge "Auto-update ContactsDB on ICU version change" into jb-mr2-devJay Shrauner2013-03-051-8/+49
|\ \
| * | Auto-update ContactsDB on ICU version changeJay Shrauner2013-03-041-8/+49
* | | Reverting is_primary sort order back to previous priority.Chiao Cheng2013-02-281-2/+2
|/ /
* | Use ICU JNI wrappers for phonebook labelsJay Shrauner2013-02-251-53/+78
* | Fix issue #8152662: Unable to share a contact via EmailDianne Hackborn2013-02-081-0/+16
* | Merge "Fix collation/indexing for i18n contacts"Jay Shrauner2013-02-061-33/+29
|\ \
| * | Fix collation/indexing for i18n contactsJay Shrauner2013-01-031-33/+29
* | | Start tracking content provider app ops.Dianne Hackborn2013-01-151-0/+2
* | | Standardize search algorithm between People and DialerYorke Lee2013-01-081-2/+2
|/ /
* | Fixing missing punctuation for punctuation search case.Chiao Cheng2012-12-211-1/+10