1. b3ce7aa Contacts: Cleaning up golden test files after the change of data mime types. by Dmitri Plotnikov · 16 years ago
  2. 3cb415e Add IS_SUPER_PRIMARY to Entity query projection. by Evan Millar · 16 years ago
  3. 285b771 [Issue 2092543] Making manually created contacts show in the list immediately. by Dmitri Plotnikov · 16 years ago
  4. 25abcf9 [Issue 2084618] Making the contact aggregator favor better display names. by Dmitri Plotnikov · 16 years ago
  5. 1261c42 Bump db version to force re-sync after mimetype name changes. by Dmitri Plotnikov · 16 years ago
  6. 433a3a0 Re-aggregate RawContacts when STARRED touched. by Jeff Sharkey · 16 years ago
  7. be84be1 Fixing getType, which I broke in CL 23525 by Dmitri Plotnikov · 16 years ago
  8. b4cfef6 Returning the correct content type for CONTENT_LOOKUP_URI by Dmitri Plotnikov · 16 years ago
  9. a673394 Avoiding reaggregation when the only thing that changes is the photo. by Dmitri Plotnikov · 16 years ago
  10. 927b9dc Breaking up contact aggregation into smaller transactions. by Dmitri Plotnikov · 16 years ago
  11. cdbd854 Making aggregation optional during Donut->Eclair contact import. by Dmitri Plotnikov · 16 years ago
  12. 1b7a794 Implementing live folders in ContactsProvider2 by Dmitri Plotnikov · 16 years ago
  13. cf80ca3 Fixing NPE that occurs in contact lookup key when both name and source ID are null. by Dmitri Plotnikov · 16 years ago
  14. 5870f2d Adding soft identity to Contacts by Dmitri Plotnikov · 16 years ago
  15. 4e0850d allow delaying after yielding by Fred Quintana · 16 years ago
  16. 944abb0 Take the account into account too when we are deleting and updating DATA. by Cynthia Wong · 16 years ago
  17. 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
  18. 5f515d9 Adding indexes to raw contacts and groups to facilitate sync. by Dmitri Plotnikov · 16 years ago
  19. c76d0a7 Include STARRED in Entity, trigger dirty when touched. by Jeff Sharkey · 16 years ago
  20. 023b943 Avoiding more unneccessary calls to markForAggregation by Dmitri Plotnikov · 16 years ago
  21. db52621 Building larger transactions by yielding for longer periods of time. by Dmitri Plotnikov · 16 years ago
  22. 421782c Avoiding unneccessary calls to markForAggregation by Dmitri Plotnikov · 16 years ago
  23. 9474333 Add legacy API support for inserting into URIs like content://contacts/people/1/phones. by Jeff Hamilton · 16 years ago
  24. ff2de10 Removing "summary"-style URIs. by Dmitri Plotnikov · 16 years ago
  25. 88d964d Fixing aggregation performance test by Dmitri Plotnikov · 16 years ago
  26. cabac02 Solving aggregation of dissimilar names by parsing them explicitly. by Dmitri Plotnikov · 16 years ago
  27. 3fe48cf Fixing the notification URI for legacy API by Dmitri Plotnikov · 16 years ago
  28. 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
  29. 5dec8cf [Issue 2070421] Providing legacy table names as aliases, so you can use people._id in queries. by Dmitri Plotnikov · 16 years ago
  30. aac2486 Merge change 22734 into eclair by Android (Google) Code Review · 16 years ago
  31. a276d23 Making name matching in aggregation much less lenient. by Dmitri Plotnikov · 16 years ago
  32. c09c085 clean up the too many deletes dialog by Fred Quintana · 16 years ago
  33. 8e45e5f Several changes in Contact Aggregation logic: by Dmitri Plotnikov · 16 years ago
  34. abb46d4 Fixing NPE that occurs during contact sync when an email record has no email by Dmitri Plotnikov · 16 years ago
  35. 9848688 Follow-up to change 22554. Should have upped the database version. by Dmitri Plotnikov · 16 years ago
  36. 61efab8 [Issue 2074490] Adding legacy support for getType by Dmitri Plotnikov · 16 years ago
  37. b3f909f Support for Global Search Shortcut refresh and contact images. by Dmitri Plotnikov · 16 years ago
  38. 14bba94 [Issue 2072020] Updating name lookup tables when structured name, email, nickname are updated. by Dmitri Plotnikov · 16 years ago
  39. 68936ce Correct counts for ungrouped contacts. by Jeff Sharkey · 16 years ago
  40. ac00468 Trigger update of IN_VISIBLE_GROUP when inserting Group. by Jeff Sharkey · 16 years ago
  41. 468c18f Merge change 22483 into eclair by Android (Google) Code Review · 16 years ago
  42. c2543da make the data version trigger happen before the update by Fred Quintana · 16 years ago
  43. 653f73c [Issue 2065658] Editing a phone number now updates phone lookup table by Dmitri Plotnikov · 16 years ago
  44. e84f247 Don't include a column that doesn't exist. by Jeff Sharkey · 16 years ago
  45. e07913c Add support for visibility of ungrouped contacts. by Jeff Sharkey · 16 years ago
  46. 97f9a16 Syntax: just moved a constants out of method bodies. by Dmitri Plotnikov · 16 years ago
  47. 0126458 Legacy compatibility for Im and Presence. by Dmitri Plotnikov · 16 years ago
  48. 4dcd106 Cleaning up Presence API by Dmitri Plotnikov · 16 years ago
  49. 3653cf1 Adding a "Photo" directory under Contacts. by Dmitri Plotnikov · 16 years ago
  50. 5e8793f Switch over from CP1 to CP2. by Jeff Hamilton · 16 years ago
  51. e46667e Introducing AGGREGATED_PRESENCE - thanks to JSharkey for the idea. by Dmitri Plotnikov · 16 years ago
  52. 038c3db add the reset() method to EntityIterator by Fred Quintana · 16 years ago
  53. a6def20 Support for data_with_presence URI by Dmitri Plotnikov · 16 years ago
  54. 203b55f Merge change 22158 into eclair by Android (Google) Code Review · 16 years ago
  55. 28153f2 Accounts aren't allow to have empty names. by Jeff Hamilton · 16 years ago
  56. 19a0962 Support for phones_with_presence URI by Dmitri Plotnikov · 16 years ago
  57. 6f7446a Contacts: "non-existent account type". by Dmitri Plotnikov · 16 years ago
  58. 12d5199 Merge change 21997 into eclair by Android (Google) Code Review · 16 years ago
  59. 4d4c9bf Merge change 21858 into eclair by Android (Google) Code Review · 16 years ago
  60. 6c4c491 Fix the package name. by Jeff Hamilton · 16 years ago
  61. 074cf38 A test for ContactsContract.Contacts.getPhotoUri by Dmitri Plotnikov · 16 years ago
  62. ea547d5 change should_sync to have a default value of 1 by Fred Quintana · 16 years ago
  63. e3eb7ef Completing implementation of phone lookup API. by Dmitri Plotnikov · 16 years ago
  64. 2971716 add support for deleting groups and rawcontacts by a selection string by Fred Quintana · 16 years ago
  65. c340409 Upgrading CallerInfo to the new Contacts API by Dmitri Plotnikov · 16 years ago
  66. eb9ffdc Bring back per-Account Contact-specific settings. by Jeff Sharkey · 16 years ago
  67. fb362d1 Fixing legacy API support for phone lookup. by Dmitri Plotnikov · 16 years ago
  68. 410a379 stop using deprecated startSync call by Fred Quintana · 16 years ago
  69. 54d6316 Adding indexes to optimize common contact list requests. by Dmitri Plotnikov · 16 years ago
  70. 9155470 Providing projection mappings for _id fields in Contacts legacy support. by Dmitri Plotnikov · 16 years ago
  71. ff776f8 Test case verifying http://b/2050470 by Dmitri Plotnikov · 16 years ago
  72. df9fd6b fixup after merge from master by Fred Quintana · 16 years ago
  73. 25125ba Increment version to trigger upgrade. by Jeff Sharkey · 16 years ago
  74. 38446bf Bring back SHOULD_SYNC flag, expose CONTACT_ID in entities. by Jeff Sharkey · 16 years ago
  75. ff065d0 Using a latch instead of semaphores. by Dmitri Plotnikov · 16 years ago
  76. 568904d do not merge: cherry-picked d326974ca339cef284cc045c61d340ddb60d08da from master branch by Dmitri Plotnikov · 16 years ago
  77. 249027f Merge change 21367 into eclair by Android (Google) Code Review · 16 years ago
  78. 5c54b6d Fixing sync ids in legacy contact import. by Dmitri Plotnikov · 16 years ago
  79. 2a03d9c Simplified and fixed aggregation on structured name. by Dmitri Plotnikov · 16 years ago
  80. c19e02a Fixing the "Liza Ma" use case. This name was parsed as Liza (first name), M.A. (suffix). by Dmitri Plotnikov · 16 years ago
  81. b580582 Merge from master (21282 and 21283) by Dmitri Plotnikov · 16 years ago
  82. 013a0d6 Contact import optimization: using direct inserts into the database. by Dmitri Plotnikov · 16 years ago
  83. 11944a1 Aggregation optimization: email lookup, name lookup, phone lookup by Dmitri Plotnikov · 16 years ago
  84. 2482dd0 Aggregation optimization: updating all Contacts attributes with a single pass over raw contacts. by Dmitri Plotnikov · 16 years ago
  85. a8a24ac Merge change 20935 by Android (Google) Code Review · 16 years ago
  86. 6c85aa2 Fixing the bug where the aggregator would get repeatedly interrupted. by Dmitri Plotnikov · 16 years ago
  87. 88e5f4d Fixing Data deletion logic by Dmitri Plotnikov · 16 years ago
  88. f992bfa Removing handling of primary phone/email on Contact. by Dmitri Plotnikov · 16 years ago
  89. de955f2 Proper transaction handling in ContactsProvider2 by Dmitri Plotnikov · 16 years ago
  90. caa1cf4 Fixing several issues of legacy support: by Dmitri Plotnikov · 16 years ago
  91. 73776ff DIRTY flag on Contacts will no longer be set if the query has the ?mark_as_dirty=true parameter. by Dmitri Plotnikov · 16 years ago
  92. 94021b2 add the deleted flag to the groups table by Fred Quintana · 16 years ago
  93. d659078 Using LIMIT instead of MAX_SUGGESTIONS by Dmitri Plotnikov · 16 years ago
  94. 4212974 Minor bug fix: NPE on missing phone number, email or nickname by Dmitri Plotnikov · 16 years ago
  95. 99a9b5e Fixing an exception produced by the Display Groups UI. by Dmitri Plotnikov · 16 years ago
  96. 9a181df Fixing an issue caused by non-exitence of the legacy contacts db. by Dmitri Plotnikov · 16 years ago
  97. 4a02307 Hiding security constraints in SQL VIEWS - first cut. by Dmitri Plotnikov · 16 years ago
  98. 5d0fa81 Fix presence query to match contract class for legacy API. by Jeff Sharkey · 16 years ago
  99. 8a18596 Fix presence query to match contract class. by Jeff Sharkey · 16 years ago
  100. 7a4550f - add some missing columns to some projections and views by Fred Quintana · 16 years ago