summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/contacts/ContactsProvider2.java
Commit message (Expand)AuthorAgeFilesLines
* Read the unrestricted pacakages list from XML.Jeff Hamilton2009-09-301-5/+5
* Remove GAIA stringCostin Manolache2009-09-291-1/+1
* Read query parameter REQUESTING_PACKAGE_PARAM_KEY to determine whether to res...Evan Millar2009-09-291-22/+47
* Renaming OpenHelper to ContactsDatabaseHelperDmitri Plotnikov2009-09-291-100/+102
* Use separate API for vCards through openAssetFile().Jeff Sharkey2009-09-281-6/+21
* Adding support to ContactsProvider2 for status update attributionDmitri Plotnikov2009-09-281-41/+117
* Fix handling of times_contacted.Jeff Hamilton2009-09-281-9/+10
* Make ContactsProvider2 check FOR_EXPORT_ONLY query parameter and restrictDaisuke Miyakawa2009-09-281-2/+7
* Adding columns to support attribution of status updates. Also renaming some c...Dmitri Plotnikov2009-09-271-154/+133
* Added undo delete handling in update.Tadashi G. Takaoka2009-09-261-2/+32
* Replace delayed query parameters with transaction flags.Jeff Sharkey2009-09-261-42/+21
* [Issue 2148072] Adding support for non-public legacy API content://contacts/g...Dmitri Plotnikov2009-09-251-17/+16
* When a Presence.DATA_ID is provided explicitly associate the presence with th...Jeff Hamilton2009-09-251-35/+44
* As we are now searching for contacts by organization, adding support for sear...Dmitri Plotnikov2009-09-251-8/+18
* Storing social status updates in a persistent table.Dmitri Plotnikov2009-09-241-36/+136
* Allow updating via raw_contacts/#/dataNeel Parekh2009-09-241-0/+10
* Offer to delay visibility updates until caller forces.Jeff Sharkey2009-09-241-20/+49
* Limit to account when updating RawContacts.Jeff Sharkey2009-09-241-0/+1
* [Issue 2110703] Using triggers to update aggregate contact presence statusDmitri Plotnikov2009-09-231-26/+13
* ContactProvider: Make nickname, company and title searchable.Tadashi G. Takaoka2009-09-231-21/+54
* [Issue 2133126] Fixing presence update/insert to do a proper replace.Dmitri Plotnikov2009-09-231-1/+10
* fix entity query when querying by idFred Quintana2009-09-221-3/+9
* [Issue 2097207] Adding support for filtering of contact aggregation suggestionsDmitri Plotnikov2009-09-211-2/+8
* [Issue 2133143] Updating contact visibility as group membership changesDmitri Plotnikov2009-09-211-1/+19
* No longer relying on the components of structured name for aggregation.Dmitri Plotnikov2009-09-211-28/+171
* Adding support for contacts/data/phones/#, contacts/data/emails/# and contact...Dmitri Plotnikov2009-09-181-7/+60
* Changes sortorder for LIST_STEQUENT.Megha Joshi2009-09-181-1/+1
* Making contact name filtering more restrictive: ignoring name variants and em...Dmitri Plotnikov2009-09-181-35/+43
* Add LOOKUP_KEY to distinct data projection.Jeff Sharkey2009-09-171-0/+1
* fix some places where we did not clean all data for removed accountsFred Quintana2009-09-171-10/+15
* clear the aggregation state at transaction start timeFred Quintana2009-09-171-6/+2
* Fixing broken buildDmitri Plotnikov2009-09-171-2/+2
* Add system property to control contact aggregation.Ken Shirriff2009-09-171-39/+42
* Waking up sync adapters when sync settings change.Dmitri Plotnikov2009-09-171-0/+3
* [Issue 2125440] Checking account query parameters for all relevant queriesDmitri Plotnikov2009-09-171-20/+33
* Fixing breakage of legacy contacts API support broken by an earlier CLDmitri Plotnikov2009-09-161-10/+5
* [Issue 2112473] Speeding up aggregation by running it on the main threadDmitri Plotnikov2009-09-161-1/+1
* Add logic to expose new Settings.ANY_UNSYNCED flag.Jeff Sharkey2009-09-151-0/+8
* Add lookup_key to 2 projection maps.Evan Millar2009-09-151-0/+3
* change to use the new CALLER_IS_SYNCADAPTER flagFred Quintana2009-09-141-113/+71
* [Issue 2084032] Adding support for legacy URI: contacts/contact_methods/emailDmitri Plotnikov2009-09-141-8/+12
* ContactsProvider2: optimizing structured name updateDmitri Plotnikov2009-09-141-46/+54
* [Issue 2116081] Removing account's data from _sync_state when account is deletedDmitri Plotnikov2009-09-111-0/+1
* Reducing unnecessary triggering of sync adapters by ContactsProvider2Dmitri Plotnikov2009-09-111-14/+59
* Removing unnecessary (and very harmful) aggregation triggerDmitri Plotnikov2009-09-111-6/+0
* [Issue 2111706] Fixing email filter, which was stopping after an "@"Dmitri Plotnikov2009-09-101-1/+1
* Handle lookup Uris for delete and update cases.Jeff Sharkey2009-09-101-0/+26
* Correct to use RawContacts._ID instead of CONTACT_ID.Jeff Sharkey2009-09-101-1/+1
* [Issue 2112637] Adding support for Presence to the Aggregation Suggestions.Dmitri Plotnikov2009-09-101-2/+4
* [Issue 2102836] Fixing the false positive aggregating on multiple secondary m...Dmitri Plotnikov2009-09-101-2/+6