1. 044685c [Issue 2084032] Adding support for remaining legacy contacts API update and delete calls. by Dmitri Plotnikov · 16 years ago
  2. ee56e80 [Issue 2123926] Adding support for some non-public legacy contact APIs by Dmitri Plotnikov · 16 years ago
  3. 3de6754 Making contact name filtering more restrictive: ignoring name variants and email-based nicknames. by Dmitri Plotnikov · 16 years ago
  4. 8f1631f Add LOOKUP_KEY to distinct data projection. by Jeff Sharkey · 16 years ago
  5. 48e6471 Merge change 25673 into eclair by Android (Google) Code Review · 16 years ago
  6. 5f9e610 fix some places where we did not clean all data for removed accounts by Fred Quintana · 16 years ago
  7. f2f14a3 Fixing database upgrade logic for upgrade 87->90 by Dmitri Plotnikov · 16 years ago
  8. ed4754b Merge change 25592 into eclair by Android (Google) Code Review · 16 years ago
  9. 1ea2971 clear the aggregation state at transaction start time by Fred Quintana · 16 years ago
  10. d92a6ee Import revised translations. DO NOT MERGE by Eric Fischer · 16 years ago
  11. fc4e892 Fixing broken build by Dmitri Plotnikov · 16 years ago
  12. 0e8520c Add system property to control contact aggregation. by Ken Shirriff · 16 years ago
  13. 43880c9 Waking up sync adapters when sync settings change. by Dmitri Plotnikov · 16 years ago
  14. bae1149 Merge change 25506 into eclair by Android (Google) Code Review · 16 years ago
  15. 89c626e [Issue 2125440] Checking account query parameters for all relevant queries by Dmitri Plotnikov · 16 years ago
  16. 6f157d1 [Issue 2123481] Adding notifications to CallLogProvider by Dmitri Plotnikov · 16 years ago
  17. a4090f6 Fix build breakage. Remove junk from file. by Michael Chan · 16 years ago
  18. 2b6b4cd change the contact_entities_view to join to the raw_contacts table by Fred Quintana · 16 years ago
  19. 1b03c2d [Issue 2112473] Speeding up aggregation by changing LEFT OUTER JOIN to JOIN and adding LIMIT to some queries by Dmitri Plotnikov · 16 years ago
  20. bb89f2b Merge change 25437 into eclair by Android (Google) Code Review · 16 years ago
  21. dee54bb Fixing breakage of legacy contacts API support broken by an earlier CL by Dmitri Plotnikov · 16 years ago
  22. dc0c284 Merge change 25384 into eclair by Android (Google) Code Review · 16 years ago
  23. f60d509 Make bulkInsert yield if contented, s.t. other processes can access the contacts db if needed. This is a temp. fix until we figure out what is going on with the bulkInsert of presence - i.e., why are they taking so long. by Cynthia Wong · 16 years ago
  24. 1443b15 [Issue 2112473] Speeding up aggregation by running it on the main thread by Dmitri Plotnikov · 16 years ago
  25. 21ed031 Merge change 25200 into eclair by Android (Google) Code Review · 16 years ago
  26. e1b656d [Issue 2112473] Another round of optimizations in Contact Aggregator. by Dmitri Plotnikov · 16 years ago
  27. 341e462 Add logic to expose new Settings.ANY_UNSYNCED flag. by Jeff Sharkey · 16 years ago
  28. 56d2bd4 Add lookup_key to 2 projection maps. by Evan Millar · 16 years ago
  29. f795380 [Issue 2112473] Optimizing contact aggregation by enforcing use of indexes by Dmitri Plotnikov · 16 years ago
  30. f6be85f change to use the new CALLER_IS_SYNCADAPTER flag by Fred Quintana · 16 years ago
  31. bce6ee2 [Issue 2084032] Adding support for legacy URI: contacts/contact_methods/email by Dmitri Plotnikov · 16 years ago
  32. 8c4f838 ContactsProvider2: optimizing structured name update by Dmitri Plotnikov · 16 years ago
  33. 67b73a3 [Issue 2083923] Preventing contacts from crashing Google Voice by Dmitri Plotnikov · 16 years ago
  34. 52aa678 Merge change 24820 into eclair by Android (Google) Code Review · 16 years ago
  35. 7f42577 Fixing contact name lookup delete (it was inserting instead of deleting) by Dmitri Plotnikov · 16 years ago
  36. 4637c20 [Issue 2116081] Removing account's data from _sync_state when account is deleted by Dmitri Plotnikov · 16 years ago
  37. 81d6a78 Reducing unnecessary triggering of sync adapters by ContactsProvider2 by Dmitri Plotnikov · 16 years ago
  38. cac7746 Removing unnecessary (and very harmful) aggregation trigger by Dmitri Plotnikov · 16 years ago
  39. 1e530df [Issue 2111706] Fixing email filter, which was stopping after an "@" by Dmitri Plotnikov · 16 years ago
  40. 2e990cc Handle lookup Uris for delete and update cases. by Jeff Sharkey · 16 years ago
  41. 51bf5ea Correct to use RawContacts._ID instead of CONTACT_ID. by Jeff Sharkey · 16 years ago
  42. 7581213 [Issue 2112637] Adding support for Presence to the Aggregation Suggestions. by Dmitri Plotnikov · 16 years ago
  43. da165c9 [Issue 2112162] Fixing the issue causing incomplete contact aggregation passes. by Dmitri Plotnikov · 16 years ago
  44. c1778ef [Issue 2102836] Fixing the false positive aggregating on multiple secondary matches by Dmitri Plotnikov · 16 years ago
  45. 718b97b Return to original GroupsTest; wasn't broken after all. by Jeff Sharkey · 16 years ago
  46. d173ca0 Add support to open contacts as vCard asset files. by Jeff Sharkey · 16 years ago
  47. dea3ee5 [Issue 2097210] Fixing incorrect aggregate contact update when splitting a three-way joined contact by Dmitri Plotnikov · 16 years ago
  48. cb144e1 [Issue 2108974] Deletion of an aggregate contact will now be synched to the server. by Dmitri Plotnikov · 16 years ago
  49. 03b8c9d Merge change 24451 into eclair by Android (Google) Code Review · 16 years ago
  50. cf9b3dd Fixing transactionality of contact aggregation by bailing after yielding the transaction by Dmitri Plotnikov · 16 years ago
  51. df9db5e clear mUpdatedSyncStates in clearTransactionalChanges() by Fred Quintana · 16 years ago
  52. 790d120 Clearing out references to deprecated API by Dmitri Plotnikov · 16 years ago
  53. 6bc46c9 Fixing broken tests in ContactsProvider2 by Dmitri Plotnikov · 16 years ago
  54. 4529f06 Addressing data security issues in ContactsProvider2 by Dmitri Plotnikov · 16 years ago
  55. ad8e419 Merge change 24292 into eclair by Android (Google) Code Review · 16 years ago
  56. c100221 Fix typo: IMMEDITATE -> IMMEDIATE by Omari Stephens · 16 years ago
  57. 28245e1 Making automatic contact aggregation even more conservative. by Dmitri Plotnikov · 16 years ago
  58. b5a4add batch up some changes, like the version update, until the end of the transaction by Fred Quintana · 16 years ago
  59. 70e8934 Merge change 24270 into eclair by Android (Google) Code Review · 16 years ago
  60. 01911fa [Issue 1789740] Ensuring that organization is used as a contact display name if name itself is unspecified by Dmitri Plotnikov · 16 years ago
  61. 75fd8ba Import revised translations. DO NOT MERGE by Eric Fischer · 16 years ago
  62. 3ee1a2b Merge change 24076 into eclair by Android (Google) Code Review · 16 years ago
  63. 5e99505 Introducing a more advanced email filter, which will do a proper name lookup by Dmitri Plotnikov · 16 years ago
  64. b61f0d6 Fix a race condition that could break legacy APIs. by Jeff Hamilton · 16 years ago
  65. 0c0adda Fixing contact aggregation exception API. by Dmitri Plotnikov · 16 years ago
  66. 352a5f6 Merge change 23526 into eclair by Android (Google) Code Review · 16 years ago
  67. 70d2ff8 Add an onAccountsUpdated handler, to delete contacts if an account is deleted. by Cynthia Wong · 16 years ago
  68. 588891a Add contacts aggregator event logging. by Ken Shirriff · 16 years ago
  69. af088ae Removing references to deprecated API by Dmitri Plotnikov · 16 years ago
  70. a5bfaf5 Adding a trigger to implement the "removeContactIfSingleton" functionality. by Dmitri Plotnikov · 16 years ago
  71. f8a5056 Bump db version, since I forgot to in 23713. by Evan Millar · 16 years ago
  72. 622e0a2 Relaxed type and label checking, structured consistency. by Jeff Sharkey · 16 years ago
  73. b3ce7aa Contacts: Cleaning up golden test files after the change of data mime types. by Dmitri Plotnikov · 16 years ago
  74. 3cb415e Add IS_SUPER_PRIMARY to Entity query projection. by Evan Millar · 16 years ago
  75. 285b771 [Issue 2092543] Making manually created contacts show in the list immediately. by Dmitri Plotnikov · 16 years ago
  76. 25abcf9 [Issue 2084618] Making the contact aggregator favor better display names. by Dmitri Plotnikov · 16 years ago
  77. 1261c42 Bump db version to force re-sync after mimetype name changes. by Dmitri Plotnikov · 16 years ago
  78. 433a3a0 Re-aggregate RawContacts when STARRED touched. by Jeff Sharkey · 16 years ago
  79. be84be1 Fixing getType, which I broke in CL 23525 by Dmitri Plotnikov · 16 years ago
  80. b4cfef6 Returning the correct content type for CONTENT_LOOKUP_URI by Dmitri Plotnikov · 16 years ago
  81. a673394 Avoiding reaggregation when the only thing that changes is the photo. by Dmitri Plotnikov · 16 years ago
  82. 927b9dc Breaking up contact aggregation into smaller transactions. by Dmitri Plotnikov · 16 years ago
  83. cdbd854 Making aggregation optional during Donut->Eclair contact import. by Dmitri Plotnikov · 16 years ago
  84. 1b7a794 Implementing live folders in ContactsProvider2 by Dmitri Plotnikov · 16 years ago
  85. cf80ca3 Fixing NPE that occurs in contact lookup key when both name and source ID are null. by Dmitri Plotnikov · 16 years ago
  86. 5870f2d Adding soft identity to Contacts by Dmitri Plotnikov · 16 years ago
  87. 4e0850d allow delaying after yielding by Fred Quintana · 16 years ago
  88. 944abb0 Take the account into account too when we are deleting and updating DATA. by Cynthia Wong · 16 years ago
  89. e2579e0 Use the account name and type when we are doing update and deletes on contacts in the provider. Added a test for the delete case. by Cynthia Wong · 16 years ago
  90. 5f515d9 Adding indexes to raw contacts and groups to facilitate sync. by Dmitri Plotnikov · 16 years ago
  91. c76d0a7 Include STARRED in Entity, trigger dirty when touched. by Jeff Sharkey · 16 years ago
  92. 023b943 Avoiding more unneccessary calls to markForAggregation by Dmitri Plotnikov · 16 years ago
  93. db52621 Building larger transactions by yielding for longer periods of time. by Dmitri Plotnikov · 16 years ago
  94. 421782c Avoiding unneccessary calls to markForAggregation by Dmitri Plotnikov · 16 years ago
  95. 9474333 Add legacy API support for inserting into URIs like content://contacts/people/1/phones. by Jeff Hamilton · 16 years ago
  96. ff2de10 Removing "summary"-style URIs. by Dmitri Plotnikov · 16 years ago
  97. 88d964d Fixing aggregation performance test by Dmitri Plotnikov · 16 years ago
  98. cabac02 Solving aggregation of dissimilar names by parsing them explicitly. by Dmitri Plotnikov · 16 years ago
  99. 3fe48cf Fixing the notification URI for legacy API by Dmitri Plotnikov · 16 years ago
  100. 0b30cac Fixing a bug where changing/adding a phone number on the web would not be reflected on the phone. by Dmitri Plotnikov · 16 years ago