1. 5a9cd71 Add call log list item actions for adding contacts. by Andrew Lee · 10 years ago
  2. 432cfa1 Merge "Update layouts for call log list item actions." into mnc-dev by Andrew Lee · 10 years ago
  3. 51c2bde Update layouts for call log list item actions. by Andrew Lee · 10 years ago
  4. 99413b4 Hide "clear" action if search text is empty. by Andrew Lee · 10 years ago
  5. f4ea223 Merge "Tidy up search ripples/layout." into mnc-dev by Andrew Lee · 10 years ago
  6. 2e943ee Tidy up search ripples/layout. by Andrew Lee · 10 years ago
  7. 7206436 Merge "Shown actions for queries with at least one digit." into mnc-dev by Andrew Lee · 10 years ago
  8. 222c96d Shown actions for queries with at least one digit. by Andrew Lee · 10 years ago
  9. 573c2d5 Fix vertical padding on call log fragment. by Andrew Lee · 10 years ago
  10. 5e6431e Merge "Change FAB icon and behavior for contacts tab." into mnc-dev by Andrew Lee · 10 years ago
  11. fdfeaaf Change FAB icon and behavior for contacts tab. by Andrew Lee · 10 years ago
  12. 71532b2 Merge "Revert "Fix NPE from ListsFragment crash."" into mnc-dev by Andrew Lee · 10 years ago
  13. 6a86624 Revert "Fix NPE from ListsFragment crash." by Andrew Lee · 10 years ago
  14. 9410a60 Merge "Add "show call history" list item." into mnc-dev by Andrew Lee · 10 years ago
  15. 69705be Add "show call history" list item. by Andrew Lee · 10 years ago
  16. 7ea6420 Fix tab elevation for action bar placeholder. by Andrew Lee · 10 years ago
  17. d10eef2 Fix NPE from ListsFragment crash. by Andrew Lee · 10 years ago
  18. 2555402 Check the voicemail IDs as opposed to the whole URI. by Nancy Chen · 10 years ago
  19. 57dee3b Unbundle AOSP Dialer in mnc-dev by Yorke Lee · 10 years ago
  20. ac17517 Import translations. DO NOT MERGE by Geoff Mendal · 10 years ago
  21. b82e8da Use TelecomManager.placeCall API by Yorke Lee · 10 years ago
  22. f452a20 Import translations. DO NOT MERGE by Geoff Mendal · 10 years ago
  23. 46c0882 Merge "CallLogAdapter cleanup and refactoring." by Tyler Gunn · 10 years ago
  24. 7615490 Merge "Add resources to recyclerview dependency." by Deepanshu Gupta · 10 years ago
  25. 9afa723 CallLogAdapter cleanup and refactoring. by Tyler Gunn · 10 years ago
  26. 41ddbe1 Make sure to correctly remove onPreDrawListener by Yorke Lee · 10 years ago
  27. 5772002 Merge "Use UserManager.isSystemUser API" by Yorke Lee · 10 years ago
  28. 021395e Import translations. DO NOT MERGE by Geoff Mendal · 10 years ago
  29. b942490 Use UserManager.isSystemUser API by Yorke Lee · 10 years ago
  30. 9021763 Add resources to recyclerview dependency. by Deepanshu Gupta · 10 years ago
  31. ff1769f Remove use of private isResumed API by Yorke Lee · 10 years ago
  32. b5f47c5 Merge "Change hasVoicemailNumber to getVoicemailNumber" by Yorke Lee · 10 years ago
  33. c1b7d0a Move call log actions into expandable view. by Andrew Lee · 10 years ago
  34. a409b6a Change hasVoicemailNumber to getVoicemailNumber by Yorke Lee · 10 years ago
  35. 1582ac1 Merge "Use TelecommManager.getDefaultOutgoingPhoneAccount" by Yorke Lee · 10 years ago
  36. 3af7e56 Use TelecommManager.getDefaultOutgoingPhoneAccount by Yorke Lee · 10 years ago
  37. 4015d9e Follow TelecomManager API changes by Yorke Lee · 10 years ago
  38. 4fb0b8e Make call log cards white. by Andrew Lee · 10 years ago
  39. ede8e85 Merge "Merge commit 'd3ffa4914baebe668d540fc966efddd0c89a92a2' into merge_work" by Prerepa Viswanadham · 10 years ago
  40. f317088 Cardify the call log list items! by Andrew Lee · 10 years ago
  41. 4ab3400 Merge commit 'd3ffa4914baebe668d540fc966efddd0c89a92a2' into merge_work by Prerepa Viswanadham · 10 years ago
  42. f7a478d Merge "Replace ListView with RecyclerView in call log." by Andrew Lee · 10 years ago
  43. 492cd73 Replace ListView with RecyclerView in call log. by Andrew Lee · 10 years ago
  44. db31914 Merge "Remove deprecated API use" by Jay Shrauner · 10 years ago
  45. fa8c8d7 Merge "Switch to new SelectPhoneAccountDialogFragment API" by Jay Shrauner · 10 years ago
  46. 1c1d9ac Remove deprecated API use by Jay Shrauner · 10 years ago
  47. 6974895 Move some CallLog testing from adapter to fragment. by Andrew Lee · 10 years ago
  48. fcb5a03 Remove footer view. by Andrew Lee · 10 years ago
  49. 64c031c Merge "Remove expand/collapse animations in the Call Log." by Andrew Lee · 10 years ago
  50. ff6adf9 Separate empty view logic from ListView. by Andrew Lee · 10 years ago
  51. d32de0a Merge "Move copy of GroupingListAdapter to Dialer app." by Andrew Lee · 10 years ago
  52. 07a5e0a Move copy of GroupingListAdapter to Dialer app. by Andrew Lee · 10 years ago
  53. a1bb125 Add dependencies for RecyclerView. by Andrew Lee · 10 years ago
  54. c6fde8d Remove expand/collapse animations in the Call Log. by Andrew Lee · 10 years ago
  55. 2370e85 Merge "Don't track ReportDialog state in CallLogFragment." by Andrew Lee · 10 years ago
  56. 384eaad Switch to new SelectPhoneAccountDialogFragment API by Jay Shrauner · 10 years ago
  57. 477291e Merge "Create ContactInfoCache from CallLogAdapter." by Andrew Lee · 10 years ago
  58. f652ab0 Don't track ReportDialog state in CallLogFragment. by Andrew Lee · 10 years ago
  59. 029e1a8 Merge "Use hardware layer for SearchFragment fade in" by Yorke Lee · 10 years ago
  60. d3ffa49 Cannot direct dial or video call from Dialer search results. by Tyler Gunn · 10 years ago
  61. 74479d4 Create ContactInfoCache from CallLogAdapter. by Andrew Lee · 10 years ago
  62. c35c84c Merge "Declare that Dialer does not use cleartext network traffic." by Alex Klyubin · 10 years ago
  63. d522989 Use hardware layer for SearchFragment fade in by Yorke Lee · 10 years ago
  64. ea5f308 Merge "Stop using static common test lib. Fix Jack build" by Brian Attwell · 10 years ago
  65. 0d27e1d Merge "Move ContactInfo request classes to package." by Andrew Lee · 10 years ago
  66. 45c1489 Declare that Dialer does not use cleartext network traffic. by Alex Klyubin · 10 years ago
  67. 5b9ebe2 Move ContactInfo request classes to package. by Andrew Lee · 10 years ago
  68. c1fc077 Move ContactInfo database methods into helper. by Andrew Lee · 10 years ago
  69. 4639045 Stop using static common test lib. Fix Jack build by Brian Attwell · 10 years ago
  70. 81c3829 Move setPhoto logic to CallLogListItemViews. by Andrew Lee · 10 years ago
  71. 25e7327 Move view expand logic to CallLogListItemViews. by Andrew Lee · 10 years ago
  72. 1d519b3 Don't return contacts photo manager as a service. by Andrew Lee · 10 years ago
  73. c00378b Import translations. DO NOT MERGE by Geoff Mendal · 10 years ago
  74. 8d7ed4a Merge "Move view-specific logic to ViewHolders." by Andrew Lee · 10 years ago
  75. 30355a8 Move view-specific logic to ViewHolders. by Andrew Lee · 10 years ago
  76. 2d42ccf Merge "Move Report-Bad-Data toast to GoogleDialer." by Andrew Lee · 10 years ago
  77. b229fed Remove unused getBetterNumberFromContacts method. by Andrew Lee · 10 years ago
  78. 5387ddb Move Report-Bad-Data toast to GoogleDialer. by Andrew Lee · 10 years ago
  79. 83f1688 Merge "Fix image-related GoogleDialer compiler warnings." by Andrew Lee · 10 years ago
  80. 0d47684 Merge "Remove more strings without default translation." by Andrew Lee · 10 years ago
  81. 4753fc7 Merge "Add logging of shortcut types on click." by Andrew Lee · 10 years ago
  82. b6fc8fb Merge "Make menu options protected instead of private." by Andrew Lee · 10 years ago
  83. eab660d Fix image-related GoogleDialer compiler warnings. by Andrew Lee · 10 years ago
  84. 548018f Remove more strings without default translation. by Andrew Lee · 10 years ago
  85. 2df7406 Add logging of shortcut types on click. by Andrew Lee · 10 years ago
  86. 467de3d Make menu options protected instead of private. by Andrew Lee · 10 years ago
  87. 826185d Merge "Fix NPE in device ID dialog." by Nancy Chen · 10 years ago
  88. 02c3652 Import translations. DO NOT MERGE by Geoff Mendal · 10 years ago
  89. b1dff5e Fix the dial string to include the + sign added by user for VT call by Garik Badalyan · 10 years ago
  90. b7bec8f Merge "Remove search shortcut background drawable." by Andrew Lee · 10 years ago
  91. 17538de Merge "Notify adapter of data set change onResume." by Andrew Lee · 10 years ago
  92. 0f4ec2a Fix NPE in device ID dialog. by Nancy Chen · 10 years ago
  93. a74d7d5 Merge "Add CACHED_PHOTO_URI to test values" by Yorke Lee · 10 years ago
  94. 72c9053 Merge "Fix NPE in call detail activity for voicemails." by Nancy Chen · 10 years ago
  95. 164d9d5 Fix NPE in call detail activity for voicemails. by Nancy Chen · 10 years ago
  96. a42f9b7 Import translations. DO NOT MERGE by Geoff Mendal · 10 years ago
  97. 084d524 Import translations. DO NOT MERGE by Geoff Mendal · 10 years ago
  98. a587886 Remove search shortcut background drawable. by Andrew Lee · 10 years ago
  99. 6903d98 Notify adapter of data set change onResume. by Andrew Lee · 10 years ago
  100. 5f0db7a Update smart dial results after adding contact. by Andrew Lee · 10 years ago