1. f26fd6d Don't return contact photos manager as service. by Andrew Lee · 9 years ago
  2. e867795 Stop using static common test lib. Fix Jack build by Brian Attwell · 9 years ago
  3. 4a1c574 Add Insert.EXTRA_{ACCOUNT,DATA_SET} to API. P #2/2 by Brian Attwell · 10 years ago
  4. 3a9e3b1 Merge "Unbundle from contacts contract part 3/3" by Brian Attwell · 10 years ago
  5. c3d202c Unbundle from contacts contract part 3/3 by Brian Attwell · 10 years ago
  6. 09bfb91 Move TestLoaderManager into /tests. Unbundling. by Brian Attwell · 10 years ago
  7. 3e8fedc Remove call to deleted method AsyncTask.init(). by Jeff Brown · 10 years ago
  8. 9d2b6d5 Follow ContactsContract API changes by Yorke Lee · 10 years ago
  9. 76939f7 Follow ContactsContract API change by Yorke Lee · 10 years ago
  10. 5d22c41 Remove ContactDetail code. by Paul Soulos · 10 years ago
  11. 5441bb6 Move contacts package name to resource string. by Jay Shrauner · 10 years ago
  12. c9bb217 Make ContactPreferences use SharedPreferences instead of System settings (2/5) by Yorke Lee · 10 years ago
  13. d1a47a4 Exercise EXTRA_CALL_TYPE_FILTER in Contacts test app by Yorke Lee · 10 years ago
  14. eb64a4b About Card by Paul Soulos · 10 years ago
  15. ab84044 Adds Call Log interactions to the recent card by Paul Soulos · 10 years ago
  16. 08b0d9a Remove unused class: TextWithHighlightingAnimation by Brian Attwell · 10 years ago
  17. 899aa21 Adds Calendar events to the Recent card by Paul Soulos · 10 years ago
  18. b3054e5 Adds Recent Interaction loading to QuickContacts. by Paul Soulos · 10 years ago
  19. 2c1bfd0 Remove two panel layout from PeopleActivity by Brian Attwell · 10 years ago
  20. 7039633 Fix broken contacts tests by Yorke Lee · 10 years ago
  21. 28daa7d Fix build breakage: Revert "Fix broken contacts tests" by Ed Heyl · 10 years ago
  22. 90ef577 Fix broken contacts tests by Yorke Lee · 10 years ago
  23. fc50bdd Delete dead social/stream code from Contacts by Brian Attwell · 10 years ago
  24. cb89f71 Remove ContactDetailLayoutController's social code by Brian Attwell · 10 years ago
  25. cd321f6 Move ContactLoader related code to ContactsCommon by Yorke Lee · 11 years ago
  26. 8c88c5c Fixing unit tests and moving to proper location. by Chiao Cheng · 11 years ago
  27. b27746b Merge "Fix broken test testImIntentCustom" by Yorke Lee · 12 years ago
  28. 726e1ec Fix broken test testImIntentCustom by Yorke Lee · 12 years ago
  29. 44cfc56 Allow read-only contacts to be editable. by Chiao Cheng · 12 years ago
  30. ad29eae Dedup NANPA numbers by Jay Shrauner · 12 years ago
  31. ddd4e82 Refactor editor layout file dependencies out of common. by Chiao Cheng · 12 years ago
  32. 738ff86 Move ValuesDelta to ContactsCommon. by Chiao Cheng · 12 years ago
  33. aa690d4 Prefactor RawContactDelta.ValuesDelta into top level class. by Chiao Cheng · 12 years ago
  34. 0d5588d Move AccountTypeManager to ContactsCommon. by Chiao Cheng · 12 years ago
  35. 428f008 Move dependencies of AccountTypeManager into ContactsCommon. by Chiao Cheng · 12 years ago
  36. 565ef6a Merge "Move AccountTypeManager singleton out of app context." by Chiao Cheng · 12 years ago
  37. a0233a0 Moving ContactListItemView and dependent classes. by Chiao Cheng · 12 years ago
  38. dabac3f Move AccountTypeManager singleton out of app context. by Chiao Cheng · 12 years ago
  39. c8dd78c Moving dependencies of PhoneFavoriteFragment. by Chiao Cheng · 12 years ago
  40. 34793c4 Moving PhoneNumberInteraction to Dialer. by Chiao Cheng · 12 years ago
  41. 9ea0015 Move label fetch logic into common utility class. by Chiao Cheng · 12 years ago
  42. d7ca03e Move dependencies in prep for PhoneNumberInteraction move. by Chiao Cheng · 12 years ago
  43. 52ce7ca Merge "Sharing ContactPhotoManager between dialer and people." by Chiao Cheng · 12 years ago
  44. 5c3603d Fixing unit test to not rely on html markup. by Chiao Cheng · 12 years ago
  45. 79a6b5d Sharing ContactPhotoManager between dialer and people. by Chiao Cheng · 12 years ago
  46. cbb91b8 Merge "Fix broken unit test from dialer split." by Chiao Cheng · 12 years ago
  47. 99d3803 am 77cfb2ac: am 03eaa114: Merge "Allow both AOSP and Google account types for Exchange" into jb-mr1-dev by Marc Blank · 12 years ago
  48. de8a664 Allow both AOSP and Google account types for Exchange by Marc Blank · 12 years ago
  49. 38e5786 Fix broken unit test from dialer split. by Chiao Cheng · 12 years ago
  50. 47b6f70 Refactor RawContact to be parcelable. by Chiao Cheng · 12 years ago
  51. a2180f3 Initial removal of dialer features. by Chiao Cheng · 12 years ago
  52. 84212b1 PhoneNumberTestService: show truncated number too. by Makoto Onuki · 12 years ago
  53. 095e2fa Clean up unused code used to use for.... by Makoto Onuki · 12 years ago
  54. e58bbc4 Dedup consecutive call log entries. by Chiao Cheng · 12 years ago
  55. b700cfd Switch libcore.util.Objects to equivalent guava Objects. by Chiao Cheng · 12 years ago
  56. c78606d Fix test by Makoto Onuki · 12 years ago
  57. 851222a Added thin object layer around contact data by Maurice Chu · 12 years ago
  58. e0b2f1e Global import order fix. by Chiao Cheng · 12 years ago
  59. 3e435f0 Change usages of com.google.android to com.google.common. by Chiao Cheng · 12 years ago
  60. 45ee872 Don't send view notification before showing quick contact by Makoto Onuki · 12 years ago
  61. 82a4f44 Clarify AccountType.resPackageName/summaryResPackageName by Makoto Onuki · 12 years ago
  62. ac71b53 Support adding phone/email to readonly contacts by Makoto Onuki · 12 years ago
  63. 2c428c7 Improve "fill calllog" by Makoto Onuki · 12 years ago
  64. ae48e81 Fix crash in StreamItemEntry.checkDecoded() by Makoto Onuki · 12 years ago
  65. 03b1fe5 Merge "Relax phone number collapser" by Makoto Onuki · 12 years ago
  66. 1e521b2 Merge "Fix stream item layout and failing tests" by Makoto Onuki · 12 years ago
  67. ac1bc8c Relax phone number collapser by Makoto Onuki · 12 years ago
  68. 205a3b6 Fix stream item layout and failing tests by Makoto Onuki · 12 years ago
  69. 14380a4 Add read/write calllog permissions to test package by Daisuke Miyakawa · 12 years ago
  70. 2f77c85 Various refactorings to prepare proper big picture loading by Daniel Lehmann · 12 years ago
  71. f68c5e7 Add READ_PROFILE and READ_SOCIAL_STREAM to test apk by Makoto Onuki · 12 years ago
  72. da9cdc1 Updates fragment dejunk by Makoto Onuki · 12 years ago
  73. 0070e98 Fix tests by Makoto Onuki · 12 years ago
  74. 9abfe36 Merge "Search email and search phone test intents" by Katherine Kuan · 13 years ago
  75. 1ce53ff Search email and search phone test intents by Katherine Kuan · 13 years ago
  76. cfdfed3 Swap in updated resource for Contacts test-adapter. by Josh Gargus · 13 years ago
  77. fd3fa58 Mark intent test LIST_CONTACTS_WITH_PHONES_ACTION as deprecated by Katherine Kuan · 13 years ago
  78. bf012bc Merge "Fix issues with photo selection on Prime." by Dave Santoro · 13 years ago
  79. 14d2083 Fix issues with photo selection on Prime. by Dave Santoro · 13 years ago
  80. 953dc0c Add projection support to QueryService by Makoto Onuki · 13 years ago
  81. fadd5e1 Use NEW_TASK flag for launching in-call UI by Daisuke Miyakawa · 13 years ago
  82. 6548885 Add phone number format tester to test apk by Makoto Onuki · 13 years ago
  83. 8e34744 Add service to test apk to execute arbitrary query by Makoto Onuki · 13 years ago
  84. 4e1d785 Correctly format numbers in RTL languages. by Flavio Lerda · 13 years ago
  85. 0454960 Fix test breakage by Daisuke Miyakawa · 13 years ago
  86. c89565e Store contact info using country iso as well. by Flavio Lerda · 13 years ago
  87. b5a6a92 Fix test for selecting an account. by Flavio Lerda · 13 years ago
  88. f8ce15c Fix bug 5563362: failed to initialize external account type by Makoto Onuki · 13 years ago
  89. c641e62 EditSchema: add mandatory check for "name" and "photo". by Makoto Onuki · 13 years ago
  90. ed90ea5 Stop using DisplayNameFormatter and reduce a query column by Daisuke Miyakawa · 13 years ago
  91. 4885a02 Use a plain String instead of CharArrayBuffer. by Flavio Lerda · 13 years ago
  92. 5c357cd Merge "Correctly match SIP addresses." into ics-mr1 by Flavio Lerda · 13 years ago
  93. b48d377 Fix tests. by Flavio Lerda · 13 years ago
  94. ffa8963 Correctly match SIP addresses. by Flavio Lerda · 13 years ago
  95. 1c6f381 Remove CallLogActivity. by Flavio Lerda · 13 years ago
  96. 86ccb6c Follow up to EditSchema parser by Makoto Onuki · 13 years ago
  97. d25f318 Merge "EditSchema parser for ExternalAccountType" by Makoto Onuki · 13 years ago
  98. dcf751d EditSchema parser for ExternalAccountType by Makoto Onuki · 13 years ago
  99. 0646f27 Use framework API to match voicemail number. by Flavio Lerda · 13 years ago
  100. 08bcf71 Only show "add connection" button if relevant by Katherine Kuan · 13 years ago