summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/contacts/LegacyApiSupport.java
Commit message (Expand)AuthorAgeFilesLines
* Add supports for SIM and Phone accountblong2015-10-061-4/+5
* Revert "Remove global search support."Mathew Inwood2013-09-301-1/+26
* Remove global search support.Mathew Inwood2013-09-201-26/+1
* Clean up int data conversion callsJay Shrauner2013-05-231-8/+6
* Cancellation of queries for search suggestions.Piotr Jastrzebski2012-10-011-2/+2
* Reorganize import in contacts providerMakoto Onuki2012-06-271-13/+13
* Account table refactoringMakoto Onuki2012-01-101-20/+23
* Add data_set for Settings.Dave Santoro2011-09-091-2/+6
* Remove restricted white-listingDaniel Lehmann2011-07-111-12/+6
* Full text search: email suggestionsDmitri Plotnikov2011-02-111-1/+30
* Full text search: QSB supportDmitri Plotnikov2011-02-111-4/+5
* Using a sqlite3 extension function to restore CTS compatibilityDmitri Plotnikov2011-01-051-11/+11
* Ensuring that cached db connection is only used in transactionsDmitri Plotnikov2010-11-301-3/+3
* Properly updating TIMES_CONTACTED when invoked via legacy Contacts APIDmitri Plotnikov2010-03-041-4/+11
* Making exceptions more verbose in ContactsProvider2Dmitri Plotnikov2010-03-041-7/+7
* Contacts provider uses LOOKUP_KEY for search result IDsTom O'Neill2009-12-231-3/+3
* Update times_contacted manually since triggers to do that are gone.Vasu Nori2009-12-111-12/+25
* Adding a new column to Contacts: NAME_RAW_CONTACT_IDDmitri Plotnikov2009-12-011-1/+1
* Fixing legacy contacts API breakage uncovered by CTS testsDmitri Plotnikov2009-11-051-7/+173
* Fixing breakage in Legacy Contacts API support uncovered in CTS tests.Dmitri Plotnikov2009-11-041-12/+6
* Allowing on-the-phone only contacts to be seen through legacy compatibility A...Dmitri Plotnikov2009-10-291-22/+30
* [Issue 2185274] Optimizing queries used by Google VoiceDmitri Plotnikov2009-10-131-2/+7
* [Issue 2084032] Adding support for non-public legacy contacts uri "groups/sys...Dmitri Plotnikov2009-09-301-3/+32
* [Issue 2084032] Adding support for legacy contacts uris "people/#/organizatio...Dmitri Plotnikov2009-09-301-2/+22
* Renaming OpenHelper to ContactsDatabaseHelperDmitri Plotnikov2009-09-291-52/+57
* Adding support to ContactsProvider2 for status update attributionDmitri Plotnikov2009-09-281-5/+7
* Fix handling of times_contacted.Jeff Hamilton2009-09-281-7/+6
* Fixing legacy contacts API support after the latest change in the status upda...Dmitri Plotnikov2009-09-271-5/+7
* Adding columns to support attribution of status updates. Also renaming some c...Dmitri Plotnikov2009-09-271-5/+4
* [Issue 2148075] Legacy contacts API: Adding missing columns to the groupmembe...Dmitri Plotnikov2009-09-251-1/+1
* [Issue 2148072] Adding support for non-public legacy API content://contacts/g...Dmitri Plotnikov2009-09-251-1/+31
* Storing social status updates in a persistent table.Dmitri Plotnikov2009-09-241-1/+10
* No longer relying on the components of structured name for aggregation.Dmitri Plotnikov2009-09-211-3/+3
* [Issue 2084032] Adding support for remaining legacy contacts API update and d...Dmitri Plotnikov2009-09-181-137/+355
* [Issue 2123926] Adding support for some non-public legacy contact APIsDmitri Plotnikov2009-09-181-52/+15
* [Issue 2084032] Adding support for legacy URI: contacts/contact_methods/emailDmitri Plotnikov2009-09-141-1/+10
* [Issue 2083923] Preventing contacts from crashing Google VoiceDmitri Plotnikov2009-09-121-89/+196
* Fix a race condition that could break legacy APIs.Jeff Hamilton2009-09-051-3/+4
* Relaxed type and label checking, structured consistency.Jeff Sharkey2009-09-021-2/+4
* Implementing live folders in ContactsProvider2Dmitri Plotnikov2009-08-311-13/+39
* Add legacy API support for inserting into URIs like content://contacts/people...Jeff Hamilton2009-08-271-0/+6
* Fixing the notification URI for legacy APIDmitri Plotnikov2009-08-261-1/+2
* [Issue 2070421] Providing legacy table names as aliases, so you can use peopl...Dmitri Plotnikov2009-08-261-28/+24
* [Issue 2074490] Adding legacy support for getTypeDmitri Plotnikov2009-08-241-0/+81
* Support for Global Search Shortcut refresh and contact images.Dmitri Plotnikov2009-08-241-3/+10
* Syntax: just moved a constants out of method bodies.Dmitri Plotnikov2009-08-211-15/+17
* Legacy compatibility for Im and Presence. Dmitri Plotnikov2009-08-211-93/+39
* Accounts aren't allow to have empty names.Jeff Hamilton2009-08-201-1/+2
* Contacts: "non-existent account type".Dmitri Plotnikov2009-08-201-0/+8
* Completing implementation of phone lookup API.Dmitri Plotnikov2009-08-191-4/+2