summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/contacts/ContactAggregator.java
Commit message (Expand)AuthorAgeFilesLines
* [Issue 2156901] Fixing update of the "starred" flag on raw contactsDmitri Plotnikov2009-09-301-2/+7
* Renaming OpenHelper to ContactsDatabaseHelperDmitri Plotnikov2009-09-291-32/+32
* [Issue 2153617] Increasing contact aggregation suggestion cap and constrainin...Dmitri Plotnikov2009-09-291-5/+13
* Adding columns to support attribution of status updates. Also renaming some c...Dmitri Plotnikov2009-09-271-3/+3
* Storing social status updates in a persistent table.Dmitri Plotnikov2009-09-241-5/+2
* [Issue 2110703] Using triggers to update aggregate contact presence statusDmitri Plotnikov2009-09-231-8/+80
* [Issue 2097207] Adding support for filtering of contact aggregation suggestionsDmitri Plotnikov2009-09-211-31/+72
* No longer relying on the components of structured name for aggregation.Dmitri Plotnikov2009-09-211-114/+85
* clear the aggregation state at transaction start timeFred Quintana2009-09-171-0/+4
* [Issue 2112473] Speeding up aggregation by changing LEFT OUTER JOIN to JOIN a...Dmitri Plotnikov2009-09-161-4/+12
* Fixing breakage of legacy contacts API support broken by an earlier CLDmitri Plotnikov2009-09-161-0/+57
* [Issue 2112473] Another round of optimizations in Contact Aggregator.Dmitri Plotnikov2009-09-161-12/+18
* Reducing unnecessary triggering of sync adapters by ContactsProvider2Dmitri Plotnikov2009-09-111-1/+4
* [Issue 2112637] Adding support for Presence to the Aggregation Suggestions.Dmitri Plotnikov2009-09-101-10/+5
* [Issue 2112162] Fixing the issue causing incomplete contact aggregation passes.Dmitri Plotnikov2009-09-101-3/+11
* [Issue 2097210] Fixing incorrect aggregate contact update when splitting a th...Dmitri Plotnikov2009-09-091-3/+10
* Fixing transactionality of contact aggregation by bailing after yielding the ...Dmitri Plotnikov2009-09-091-58/+58
* Fixing broken tests in ContactsProvider2Dmitri Plotnikov2009-09-091-8/+1
* Addressing data security issues in ContactsProvider2Dmitri Plotnikov2009-09-091-19/+0
* Making automatic contact aggregation even more conservative.Dmitri Plotnikov2009-09-081-7/+9
* Fixing contact aggregation exception API.Dmitri Plotnikov2009-09-041-4/+6
* Add contacts aggregator event logging.Ken Shirriff2009-09-031-1/+10
* [Issue 2092543] Making manually created contacts show in the list immediately.Dmitri Plotnikov2009-09-021-17/+120
* [Issue 2084618] Making the contact aggregator favor better display names.Dmitri Plotnikov2009-09-021-16/+96
* Re-aggregate RawContacts when STARRED touched.Jeff Sharkey2009-09-011-0/+35
* Avoiding reaggregation when the only thing that changes is the photo.Dmitri Plotnikov2009-09-011-6/+66
* Breaking up contact aggregation into smaller transactions.Dmitri Plotnikov2009-09-011-35/+64
* Making aggregation optional during Donut->Eclair contact import.Dmitri Plotnikov2009-08-311-3/+11
* Adding soft identity to ContactsDmitri Plotnikov2009-08-311-9/+22
* Avoiding more unneccessary calls to markForAggregationDmitri Plotnikov2009-08-271-0/+4
* Building larger transactions by yielding for longer periods of time.Dmitri Plotnikov2009-08-271-2/+9
* Avoiding unneccessary calls to markForAggregationDmitri Plotnikov2009-08-271-0/+20
* Several changes in Contact Aggregation logic:Dmitri Plotnikov2009-08-251-90/+111
* [Issue 2072020] Updating name lookup tables when structured name, email, nick...Dmitri Plotnikov2009-08-241-51/+8
* Introducing AGGREGATED_PRESENCE - thanks to JSharkey for the idea.Dmitri Plotnikov2009-08-201-0/+26
* Completing implementation of phone lookup API.Dmitri Plotnikov2009-08-191-3/+3
* Simplified and fixed aggregation on structured name.Dmitri Plotnikov2009-08-141-45/+15
* Aggregation optimization: email lookup, name lookup, phone lookupDmitri Plotnikov2009-08-131-11/+23
* Aggregation optimization: updating all Contacts attributes with a single pass...Dmitri Plotnikov2009-08-121-172/+140
* Removing handling of primary phone/email on Contact.Dmitri Plotnikov2009-08-111-115/+22
* Proper transaction handling in ContactsProvider2Dmitri Plotnikov2009-08-111-21/+1
* Minor bug fix: NPE on missing phone number, email or nicknameDmitri Plotnikov2009-08-101-5/+11
* Hiding security constraints in SQL VIEWS - first cut.Dmitri Plotnikov2009-08-071-1/+1
* Contact conversion script, initial cutDmitri Plotnikov2009-08-051-2/+30
* Reimplementing global search integration in ContactsProvider2.Dmitri Plotnikov2009-07-311-28/+26
* ContactsProvider2: Renaming Aggregates to ContactsDmitri Plotnikov2009-07-271-167/+165
* ContactsProvider2: Renaming CONTACT_ID to RAW_CONTACT_IDDmitri Plotnikov2009-07-271-52/+48
* Changing Contacts to RawContacts.Dmitri Plotnikov2009-07-271-40/+40
* Hard-coded IS_RESTRICTED exceptions, move to RES_PACKAGE.Jeff Sharkey2009-07-211-15/+10
* Work in progress: introducing DataRowHandlers in ContactsProvider2.Dmitri Plotnikov2009-07-171-9/+8