1. df9fd6b fixup after merge from master by Fred Quintana · 16 years ago
  2. 25125ba Increment version to trigger upgrade. by Jeff Sharkey · 16 years ago
  3. 38446bf Bring back SHOULD_SYNC flag, expose CONTACT_ID in entities. by Jeff Sharkey · 16 years ago
  4. ff065d0 Using a latch instead of semaphores. by Dmitri Plotnikov · 16 years ago
  5. 568904d do not merge: cherry-picked d326974ca339cef284cc045c61d340ddb60d08da from master branch by Dmitri Plotnikov · 16 years ago
  6. 249027f Merge change 21367 into eclair by Android (Google) Code Review · 16 years ago
  7. 5c54b6d Fixing sync ids in legacy contact import. by Dmitri Plotnikov · 16 years ago
  8. 2a03d9c Simplified and fixed aggregation on structured name. by Dmitri Plotnikov · 16 years ago
  9. c19e02a Fixing the "Liza Ma" use case. This name was parsed as Liza (first name), M.A. (suffix). by Dmitri Plotnikov · 16 years ago
  10. b580582 Merge from master (21282 and 21283) by Dmitri Plotnikov · 16 years ago
  11. 013a0d6 Contact import optimization: using direct inserts into the database. by Dmitri Plotnikov · 16 years ago
  12. 11944a1 Aggregation optimization: email lookup, name lookup, phone lookup by Dmitri Plotnikov · 16 years ago
  13. 2482dd0 Aggregation optimization: updating all Contacts attributes with a single pass over raw contacts. by Dmitri Plotnikov · 16 years ago
  14. a8a24ac Merge change 20935 by Android (Google) Code Review · 16 years ago
  15. 6c85aa2 Fixing the bug where the aggregator would get repeatedly interrupted. by Dmitri Plotnikov · 16 years ago
  16. 88e5f4d Fixing Data deletion logic by Dmitri Plotnikov · 16 years ago
  17. f992bfa Removing handling of primary phone/email on Contact. by Dmitri Plotnikov · 16 years ago
  18. de955f2 Proper transaction handling in ContactsProvider2 by Dmitri Plotnikov · 16 years ago
  19. caa1cf4 Fixing several issues of legacy support: by Dmitri Plotnikov · 16 years ago
  20. 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
  21. 94021b2 add the deleted flag to the groups table by Fred Quintana · 16 years ago
  22. d659078 Using LIMIT instead of MAX_SUGGESTIONS by Dmitri Plotnikov · 16 years ago
  23. 4212974 Minor bug fix: NPE on missing phone number, email or nickname by Dmitri Plotnikov · 16 years ago
  24. 99a9b5e Fixing an exception produced by the Display Groups UI. by Dmitri Plotnikov · 16 years ago
  25. 9a181df Fixing an issue caused by non-exitence of the legacy contacts db. by Dmitri Plotnikov · 16 years ago
  26. 4a02307 Hiding security constraints in SQL VIEWS - first cut. by Dmitri Plotnikov · 16 years ago
  27. 5d0fa81 Fix presence query to match contract class for legacy API. by Jeff Sharkey · 16 years ago
  28. 8a18596 Fix presence query to match contract class. by Jeff Sharkey · 16 years ago
  29. 7a4550f - add some missing columns to some projections and views by Fred Quintana · 16 years ago
  30. 7906f55 Fix social projection that had ambiguous column name. by Jeff Sharkey · 16 years ago
  31. 00ec508 Fix column map naming, empty projection behavior. by Jeff Sharkey · 16 years ago
  32. 3d8b043 Contact conversion script, initial cut by Dmitri Plotnikov · 16 years ago
  33. c345fa4 Ignore duplicate column exceptions during database upgrade by Mike Lockwood · 16 years ago
  34. e7c19a0 add back a column I mistakenly removed by Fred Quintana · 16 years ago
  35. 321afd9 - test that query entities works by Fred Quintana · 16 years ago
  36. f0dda4a Merge change 9671 by Android (Google) Code Review · 16 years ago
  37. 358d0ad Merge change 9626 by Android (Google) Code Review · 16 years ago
  38. 29275a6 Fixing db versioning which got messed up a bit between donut and master. by Dmitri Plotnikov · 16 years ago
  39. 741834c merge from open-source master by Jean-Baptiste Queru · 16 years ago
  40. 3cfe8d5 Adding columns SYNC1-4 and fixing tests. by Dmitri Plotnikov · 16 years ago
  41. 72fd7cf Merge change 9385 by Android (Google) Code Review · 16 years ago
  42. a908fb5 Breaking global search support into a separate class and limiting search results to visible contacts only. by Dmitri Plotnikov · 16 years ago
  43. 8c6e1ae am e21d4ae9: (-s ours) Import revised translations. DO NOT MERGE by Eric Fischer · 16 years ago
  44. e21d4ae Import revised translations. DO NOT MERGE by Eric Fischer · 16 years ago
  45. 0c83a3c Fix some missed naming conversions by Evan Millar · 16 years ago
  46. b79160e Remove COUNT(*) from projection, was breaking tests. by Jeff Sharkey · 16 years ago
  47. a01e50c Fix IM constants to match framework change. by Jeff Sharkey · 16 years ago
  48. c70dc0e Reimplementing global search integration in ContactsProvider2. by Dmitri Plotnikov · 16 years ago
  49. 2815f58 Adds URI for querying Contacts joined with RawContacts. by Evan Millar · 16 years ago
  50. f1ce2d5 Added COUNT(*) to support ContentProviderOperation. by Jeff Sharkey · 16 years ago
  51. e84f607 merge from donut by Jean-Baptiste Queru · 16 years ago
  52. e99988b Extracting call log implementation out of the legacy contacts provider. by Dmitri Plotnikov · 16 years ago
  53. 226c3dc - test that query entities works by Fred Quintana · 16 years ago
  54. 61d61cb [Issue 2017273] Contacts Aggregator doesn't maintain state of dirty bit... by Dmitri Plotnikov · 16 years ago
  55. d3fde75 ContactsProvider2: Renaming Aggregates to Contacts by Dmitri Plotnikov · 16 years ago
  56. 373f7d2 Implementing Presence query. by Dmitri Plotnikov · 16 years ago
  57. 17392c6 Fixing a merge issue by Dmitri Plotnikov · 16 years ago
  58. 5ef0401 ContactsProvider2: Renaming CONTACT_ID to RAW_CONTACT_ID by Dmitri Plotnikov · 16 years ago
  59. 1fd9b53 add unit tests for the contacts dirty and version trigger and fix any bugs found by Fred Quintana · 16 years ago
  60. 33b41fd Implementing Raw Contact deletion. by Dmitri Plotnikov · 16 years ago
  61. 6cffee4 Changing Contacts to RawContacts. by Dmitri Plotnikov · 16 years ago
  62. 6b27a97 Merge change 8576 by Android (Google) Code Review · 16 years ago
  63. b0160a0 Fix trigger so that dirty is set for contacts when its data items are changed by Marc Blank · 16 years ago
  64. 5610806 reconcile korg/master into goog/master by Jean-Baptiste Queru · 16 years ago
  65. 35d763d Merge korg/donut into korg/master by Jean-Baptiste Queru · 16 years ago
  66. 445ca81 Implementing compatibility mode for contact filtering by Dmitri Plotnikov · 16 years ago
  67. 70b5ee6 Compatibility support for Presence by Dmitri Plotnikov · 16 years ago
  68. c6ad6f6 Adding compatibility support for contact photos. by Dmitri Plotnikov · 16 years ago
  69. 20a94c8 Fixing bulk update and delete of contacts data. by Dmitri Plotnikov · 16 years ago
  70. 0d0f4dc Merge change 8508 by Android (Google) Code Review · 16 years ago
  71. c628553 Associating Presence with Contact as opposed to Aggregate. by Dmitri Plotnikov · 16 years ago
  72. d9d4c0b update the permissions for the AccountManagerService by Fred Quintana · 16 years ago
  73. d51a83a Adding SQL VIEWs to support backwards compatible WHERE clauses. by Dmitri Plotnikov · 16 years ago
  74. 0f8f3b3 Adding compatibility support for Contact Extensions and groups. by Dmitri Plotnikov · 16 years ago
  75. 67dde51 Hard-coded IS_RESTRICTED exceptions, move to RES_PACKAGE. by Jeff Sharkey · 16 years ago
  76. e80e514 Adding compatibility support for ContactMethods and phone numbers. by Dmitri Plotnikov · 16 years ago
  77. 3cebbf7 Work in progress: introducing DataRowHandlers in ContactsProvider2. by Dmitri Plotnikov · 16 years ago
  78. 9261b21 - add the DIRTY and VERSION columns to the ContactsProvider2 Groups contract by Fred Quintana · 16 years ago
  79. f4e1358 Removing ContactOptions table. by Dmitri Plotnikov · 16 years ago
  80. 111b2c2 Merge change 7411 by Android (Google) Code Review · 16 years ago
  81. b67163a Add Uri for filtering the aggregate summary on group name. by Evan Millar · 16 years ago
  82. 0a5bd36 rev the version number by Fred Quintana · 16 years ago
  83. ae6ca1f Chooses one photo to represent the aggregate. by Evan Millar · 16 years ago
  84. 28baa70 am 0802a0da: Import new translations by Eric Fischer · 16 years ago
  85. 28b3769 fix a build breakage by Fred Quintana · 16 years ago
  86. 35ed957 make ContactsProvider2 create a syncstate table for use by sync adapters by Fred Quintana · 16 years ago
  87. 0802a0d Import new translations by Eric Fischer · 16 years ago
  88. 74d3c07 Merge change 6852 by Android (Google) Code Review · 16 years ago
  89. bee1a6b Initial cut of legacy public API unit test. by Dmitri Plotnikov · 16 years ago
  90. 058abca Merge change 6680 by Android (Google) Code Review · 16 years ago
  91. 035b4cc remove the accounts table from the ContactsProvider2 by Fred Quintana · 16 years ago
  92. dd22dec resolved conflicts for merge of c885d11f to master by Dianne Hackborn · 16 years ago
  93. 28f8857 Merge commit 'goog/eclair-dev' into merge3 by Evan Millar · 16 years ago
  94. c885d11 Update to provide access from global search. by Dianne Hackborn · 16 years ago
  95. ca81724 Wrote groups support, minor refactoring work. by Jeff Sharkey · 16 years ago
  96. bc5c799 Fix the presence query code. by Evan Millar · 16 years ago
  97. b32927e Some more common nicknames. by Dmitri Plotnikov · 16 years ago
  98. 4097855 ContactsProvider2: Parsing display name into structural parts. by Dmitri Plotnikov · 16 years ago
  99. a5ad551 Aggregation based on email address and nickname. by Dmitri Plotnikov · 16 years ago
  100. b597adb Aggregation based on nicknames, e.g. Richard/Dick by Dmitri Plotnikov · 16 years ago