1. db52621 Building larger transactions by yielding for longer periods of time. by Dmitri Plotnikov · 16 years ago
  2. 421782c Avoiding unneccessary calls to markForAggregation by Dmitri Plotnikov · 16 years ago
  3. 9474333 Add legacy API support for inserting into URIs like content://contacts/people/1/phones. by Jeff Hamilton · 16 years ago
  4. ff2de10 Removing "summary"-style URIs. by Dmitri Plotnikov · 16 years ago
  5. 88d964d Fixing aggregation performance test by Dmitri Plotnikov · 16 years ago
  6. cabac02 Solving aggregation of dissimilar names by parsing them explicitly. by Dmitri Plotnikov · 16 years ago
  7. 3fe48cf Fixing the notification URI for legacy API by Dmitri Plotnikov · 16 years ago
  8. 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
  9. 5dec8cf [Issue 2070421] Providing legacy table names as aliases, so you can use people._id in queries. by Dmitri Plotnikov · 16 years ago
  10. aac2486 Merge change 22734 into eclair by Android (Google) Code Review · 16 years ago
  11. a276d23 Making name matching in aggregation much less lenient. by Dmitri Plotnikov · 16 years ago
  12. c09c085 clean up the too many deletes dialog by Fred Quintana · 16 years ago
  13. 8e45e5f Several changes in Contact Aggregation logic: by Dmitri Plotnikov · 16 years ago
  14. abb46d4 Fixing NPE that occurs during contact sync when an email record has no email by Dmitri Plotnikov · 16 years ago
  15. 9848688 Follow-up to change 22554. Should have upped the database version. by Dmitri Plotnikov · 16 years ago
  16. 61efab8 [Issue 2074490] Adding legacy support for getType by Dmitri Plotnikov · 16 years ago
  17. b3f909f Support for Global Search Shortcut refresh and contact images. by Dmitri Plotnikov · 16 years ago
  18. 14bba94 [Issue 2072020] Updating name lookup tables when structured name, email, nickname are updated. by Dmitri Plotnikov · 16 years ago
  19. 68936ce Correct counts for ungrouped contacts. by Jeff Sharkey · 16 years ago
  20. ac00468 Trigger update of IN_VISIBLE_GROUP when inserting Group. by Jeff Sharkey · 16 years ago
  21. 468c18f Merge change 22483 into eclair by Android (Google) Code Review · 16 years ago
  22. c2543da make the data version trigger happen before the update by Fred Quintana · 16 years ago
  23. 653f73c [Issue 2065658] Editing a phone number now updates phone lookup table by Dmitri Plotnikov · 16 years ago
  24. e84f247 Don't include a column that doesn't exist. by Jeff Sharkey · 16 years ago
  25. e07913c Add support for visibility of ungrouped contacts. by Jeff Sharkey · 16 years ago
  26. 97f9a16 Syntax: just moved a constants out of method bodies. by Dmitri Plotnikov · 16 years ago
  27. 0126458 Legacy compatibility for Im and Presence. by Dmitri Plotnikov · 16 years ago
  28. 4dcd106 Cleaning up Presence API by Dmitri Plotnikov · 16 years ago
  29. 3653cf1 Adding a "Photo" directory under Contacts. by Dmitri Plotnikov · 16 years ago
  30. 5e8793f Switch over from CP1 to CP2. by Jeff Hamilton · 16 years ago
  31. e46667e Introducing AGGREGATED_PRESENCE - thanks to JSharkey for the idea. by Dmitri Plotnikov · 16 years ago
  32. 038c3db add the reset() method to EntityIterator by Fred Quintana · 16 years ago
  33. a6def20 Support for data_with_presence URI by Dmitri Plotnikov · 16 years ago
  34. 203b55f Merge change 22158 into eclair by Android (Google) Code Review · 16 years ago
  35. 28153f2 Accounts aren't allow to have empty names. by Jeff Hamilton · 16 years ago
  36. 19a0962 Support for phones_with_presence URI by Dmitri Plotnikov · 16 years ago
  37. 6f7446a Contacts: "non-existent account type". by Dmitri Plotnikov · 16 years ago
  38. 12d5199 Merge change 21997 into eclair by Android (Google) Code Review · 16 years ago
  39. 4d4c9bf Merge change 21858 into eclair by Android (Google) Code Review · 16 years ago
  40. 6c4c491 Fix the package name. by Jeff Hamilton · 16 years ago
  41. 074cf38 A test for ContactsContract.Contacts.getPhotoUri by Dmitri Plotnikov · 16 years ago
  42. ea547d5 change should_sync to have a default value of 1 by Fred Quintana · 16 years ago
  43. e3eb7ef Completing implementation of phone lookup API. by Dmitri Plotnikov · 16 years ago
  44. 2971716 add support for deleting groups and rawcontacts by a selection string by Fred Quintana · 16 years ago
  45. c340409 Upgrading CallerInfo to the new Contacts API by Dmitri Plotnikov · 16 years ago
  46. eb9ffdc Bring back per-Account Contact-specific settings. by Jeff Sharkey · 16 years ago
  47. fb362d1 Fixing legacy API support for phone lookup. by Dmitri Plotnikov · 16 years ago
  48. 410a379 stop using deprecated startSync call by Fred Quintana · 16 years ago
  49. 54d6316 Adding indexes to optimize common contact list requests. by Dmitri Plotnikov · 16 years ago
  50. 9155470 Providing projection mappings for _id fields in Contacts legacy support. by Dmitri Plotnikov · 16 years ago
  51. ff776f8 Test case verifying http://b/2050470 by Dmitri Plotnikov · 16 years ago
  52. df9fd6b fixup after merge from master by Fred Quintana · 16 years ago
  53. 25125ba Increment version to trigger upgrade. by Jeff Sharkey · 16 years ago
  54. 38446bf Bring back SHOULD_SYNC flag, expose CONTACT_ID in entities. by Jeff Sharkey · 16 years ago
  55. ff065d0 Using a latch instead of semaphores. by Dmitri Plotnikov · 16 years ago
  56. 568904d do not merge: cherry-picked d326974ca339cef284cc045c61d340ddb60d08da from master branch by Dmitri Plotnikov · 16 years ago
  57. 249027f Merge change 21367 into eclair by Android (Google) Code Review · 16 years ago
  58. 5c54b6d Fixing sync ids in legacy contact import. by Dmitri Plotnikov · 16 years ago
  59. 2a03d9c Simplified and fixed aggregation on structured name. by Dmitri Plotnikov · 16 years ago
  60. c19e02a Fixing the "Liza Ma" use case. This name was parsed as Liza (first name), M.A. (suffix). by Dmitri Plotnikov · 16 years ago
  61. b580582 Merge from master (21282 and 21283) by Dmitri Plotnikov · 16 years ago
  62. 013a0d6 Contact import optimization: using direct inserts into the database. by Dmitri Plotnikov · 16 years ago
  63. 11944a1 Aggregation optimization: email lookup, name lookup, phone lookup by Dmitri Plotnikov · 16 years ago
  64. 2482dd0 Aggregation optimization: updating all Contacts attributes with a single pass over raw contacts. by Dmitri Plotnikov · 16 years ago
  65. a8a24ac Merge change 20935 by Android (Google) Code Review · 16 years ago
  66. 6c85aa2 Fixing the bug where the aggregator would get repeatedly interrupted. by Dmitri Plotnikov · 16 years ago
  67. 88e5f4d Fixing Data deletion logic by Dmitri Plotnikov · 16 years ago
  68. f992bfa Removing handling of primary phone/email on Contact. by Dmitri Plotnikov · 16 years ago
  69. de955f2 Proper transaction handling in ContactsProvider2 by Dmitri Plotnikov · 16 years ago
  70. caa1cf4 Fixing several issues of legacy support: by Dmitri Plotnikov · 16 years ago
  71. 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
  72. 94021b2 add the deleted flag to the groups table by Fred Quintana · 16 years ago
  73. d659078 Using LIMIT instead of MAX_SUGGESTIONS by Dmitri Plotnikov · 16 years ago
  74. 4212974 Minor bug fix: NPE on missing phone number, email or nickname by Dmitri Plotnikov · 16 years ago
  75. 99a9b5e Fixing an exception produced by the Display Groups UI. by Dmitri Plotnikov · 16 years ago
  76. 9a181df Fixing an issue caused by non-exitence of the legacy contacts db. by Dmitri Plotnikov · 16 years ago
  77. 4a02307 Hiding security constraints in SQL VIEWS - first cut. by Dmitri Plotnikov · 16 years ago
  78. 5d0fa81 Fix presence query to match contract class for legacy API. by Jeff Sharkey · 16 years ago
  79. 8a18596 Fix presence query to match contract class. by Jeff Sharkey · 16 years ago
  80. 7a4550f - add some missing columns to some projections and views by Fred Quintana · 16 years ago
  81. 7906f55 Fix social projection that had ambiguous column name. by Jeff Sharkey · 16 years ago
  82. 00ec508 Fix column map naming, empty projection behavior. by Jeff Sharkey · 16 years ago
  83. 3d8b043 Contact conversion script, initial cut by Dmitri Plotnikov · 16 years ago
  84. c345fa4 Ignore duplicate column exceptions during database upgrade by Mike Lockwood · 16 years ago
  85. e7c19a0 add back a column I mistakenly removed by Fred Quintana · 16 years ago
  86. 321afd9 - test that query entities works by Fred Quintana · 16 years ago
  87. f0dda4a Merge change 9671 by Android (Google) Code Review · 16 years ago
  88. 358d0ad Merge change 9626 by Android (Google) Code Review · 16 years ago
  89. 29275a6 Fixing db versioning which got messed up a bit between donut and master. by Dmitri Plotnikov · 16 years ago
  90. 741834c merge from open-source master by Jean-Baptiste Queru · 16 years ago
  91. 3cfe8d5 Adding columns SYNC1-4 and fixing tests. by Dmitri Plotnikov · 16 years ago
  92. 72fd7cf Merge change 9385 by Android (Google) Code Review · 16 years ago
  93. a908fb5 Breaking global search support into a separate class and limiting search results to visible contacts only. by Dmitri Plotnikov · 16 years ago
  94. 8c6e1ae am e21d4ae9: (-s ours) Import revised translations. DO NOT MERGE by Eric Fischer · 16 years ago
  95. e21d4ae Import revised translations. DO NOT MERGE by Eric Fischer · 16 years ago
  96. 0c83a3c Fix some missed naming conversions by Evan Millar · 16 years ago
  97. b79160e Remove COUNT(*) from projection, was breaking tests. by Jeff Sharkey · 16 years ago
  98. a01e50c Fix IM constants to match framework change. by Jeff Sharkey · 16 years ago
  99. c70dc0e Reimplementing global search integration in ContactsProvider2. by Dmitri Plotnikov · 16 years ago
  100. 2815f58 Adds URI for querying Contacts joined with RawContacts. by Evan Millar · 16 years ago