1. 87300f1 Merge "Handling timeout in PeopleApiPhoneLookup & Cp2ExtendedDirectoryPhoneLookup" by Treehugger Robot · 6 years ago
  2. 2785915 Merge "Update a few interfaces." by Treehugger Robot · 6 years ago
  3. 3a31929 Handling timeout in PeopleApiPhoneLookup & Cp2ExtendedDirectoryPhoneLookup by linyuh · 6 years ago
  4. 50ba08e Update a few interfaces. by erfanian · 6 years ago
  5. 875c43f Merge "Dismiss RTT request dialog if RTT is already active." by Treehugger Robot · 6 years ago
  6. 1f6216c Merge "Handle null carrier config for emergency call hint" by Treehugger Robot · 6 years ago
  7. fb0cfff Dismiss RTT request dialog if RTT is already active. by wangqi · 6 years ago
  8. ef7ac40 Handle null carrier config for emergency call hint by twyen · 6 years ago
  9. 9337f65 Merge "Update dagger types." by Treehugger Robot · 6 years ago
  10. 16191f1 Update dagger types. by erfanian · 6 years ago
  11. 561ad94 Merge "Move feedback quantum assets to third_party." by Treehugger Robot · 6 years ago
  12. 5abadff Merge changes I91ea9027,I19f2ae7e by Treehugger Robot · 6 years ago
  13. ae04f2b Move feedback quantum assets to third_party. by weijiaxu · 6 years ago
  14. 74903c9 Add keep.xml to keep string resources for spam. by wangqi · 6 years ago
  15. 25bb49e Replace TextView with BidiTextView in the new call log where a phone number can be shown. by linyuh · 6 years ago
  16. 444a3ae Merge "Fix assert when disabling VVM" by Treehugger Robot · 6 years ago
  17. 26fe89b Fix assert when disabling VVM by twyen · 6 years ago
  18. f9af28c Merge "Fix video call icon color" by Treehugger Robot · 6 years ago
  19. af13a97 Fix video call icon color by twyen · 6 years ago
  20. 203f146 Merge "Simplify & improve DialerBidiFormatter" by Treehugger Robot · 6 years ago
  21. 911e287 Merge changes I380bc932,Ida32182c,I61636776,I7957078a,Id35c3ebf, ... by Treehugger Robot · 6 years ago
  22. 3cd95dc Simplify & improve DialerBidiFormatter by linyuh · 6 years ago
  23. a2aa5f3 Internal change by Android Dialer · 6 years ago
  24. 836b75d Remove @GenerateTestDaggerApp from RCG. by weijiaxu · 6 years ago
  25. a4f2cae Fix color in RTT call screen. by wangqi · 6 years ago
  26. 6ad72f6 Updating PhotoInfo and GlidePhotoManager to support conference calls. by Android Dialer · 6 years ago
  27. f856446 Solve BiDi problem when phone number is concatenated with RTL-string by linyuh · 6 years ago
  28. f0d5155 Fix color of primary text on incall screen. by wangqi · 6 years ago
  29. 190343a Inlined ConfigProviderBindings.get() and removed ConfigProviderBindings. by zachh · 6 years ago
  30. b7321a9 Removed isUserUnlocked checks from ConfigProvider. by zachh · 6 years ago
  31. 3b552ec Add new spam API which can query additional data. by maxwelb · 6 years ago
  32. 5af531e Fix color of name text in call log. by wangqi · 6 years ago
  33. b287a05 Removed static configProvider field in ConfigProviderBindings. by zachh · 6 years ago
  34. 3fe4d2b Change RTT transcript screen to use toolbar. by wangqi · 6 years ago
  35. ba2a369 UI fixes for emergency numbers in the old call log. by linyuh · 6 years ago
  36. 598ab9a Fix title and icon color of action bar. by wangqi · 6 years ago
  37. a370b44 Update speakEasy colors and use theme_dialer_light by uabdullah · 6 years ago
  38. ea49b80 Add new default interface. by erfanian · 6 years ago
  39. 99c51db Fix missing background color by twyen · 6 years ago
  40. 743b501 Also check call configuration for disconnected call by yueg · 6 years ago
  41. 3d5e04f Add toast message when RTT request failed. by wangqi · 6 years ago
  42. 784a7cd Update button color. by erfanian · 6 years ago
  43. 8f000b7 Some minor tweaks to the UI. by calderwoodra · 6 years ago
  44. 70189d8 Fix dialpad theme on incall screen. by wangqi · 6 years ago
  45. d1a123a Accommodate long call time text in call details. by linyuh · 6 years ago
  46. ff9fe0b Fix color of checked button on incall screen. by wangqi · 6 years ago
  47. 7982723 Use geocode as label for businesses. by twyen · 6 years ago
  48. 47b5655 Add inject method to generated component by RCG. by weijiaxu · 6 years ago
  49. 2c3d81e Merge changes Ica13ee39,I5e0fedc8,I8e7efad0,I0ecc1f91,Iee1e658a, ... by Eric Erfanian · 6 years ago
  50. 152c3fd Drop maps.impl from packages.mk by erfanian · 6 years ago
  51. 83ac9ef Check if ID column is null before retrieving data from the smart dial database. by linyuh · 6 years ago
  52. 1cfc6ea Rename theme/private to theme/hidden. by calderwoodra · 6 years ago
  53. 936127c Some improvements to the answer fragment layouts. by erfanian · 6 years ago
  54. 86d9e86 Better a11y for the bottom sheet. by linyuh · 6 years ago
  55. e70ef90 Fix a few UI bugs. by calderwoodra · 6 years ago
  56. e3146e0 Log IMS video call available state by twyen · 6 years ago
  57. 3a44f18 Better a11y for contact badge in the new call log. by linyuh · 6 years ago
  58. 33291b5 Use lookup key to determine the letter tile color by twyen · 6 years ago
  59. 0fe130f Use Dialer Light Theme for SpeakEasyFragment by uabdullah · 6 years ago
  60. 19a7c0e Better a11y for new call log entries. by linyuh · 6 years ago
  61. 2ad3c08 Use Maps SDK lite mode instead of static API for emergency call. by yueg · 6 years ago
  62. f13f0b8 Updating locations where PrimaryInfo#setPhoto is used to also PrimaryInfo#setPhotoUri for new GlidePhotoManager implementation. As part of this addition, we also are cleaning the setPhoto(null) because this is not explicitly needed. by Android Dialer · 6 years ago
  63. a93df43 Converted ThemeUtil into a DaggerModule. by calderwoodra · 6 years ago
  64. ffd525d Delete AppCompatConstants by linyuh · 6 years ago
  65. a40a9ef Remove photo support in PhoneNumberService by twyen · 6 years ago
  66. c5c4218 Began implementation of Dialer dark theme. by calderwoodra · 6 years ago
  67. 4efd0eb Merge "Fix bug that SpeakEasyFragment is added again after recreate of InCallActivity." by Treehugger Robot · 6 years ago
  68. 5114e1d Merge changes Ia1765cb4,Ib262ca4b by Treehugger Robot · 6 years ago
  69. c46cfd2 Fix bug that SpeakEasyFragment is added again after recreate of InCallActivity. by wangqi · 6 years ago
  70. 97308c9 Use new dialer base theme instead of AppCompat theme for spam blocking promo by Android Dialer · 6 years ago
  71. 0956d35 Append the directory ID when building contact lookup URIs in CP2 lookups. by zachh · 6 years ago
  72. e10f20f Merge "Don't show "Add contact" and/or "Message" in the bottom sheet if corresponding permissions are not granted." by Treehugger Robot · 6 years ago
  73. fec2920 Don't show "Add contact" and/or "Message" in the bottom sheet if corresponding permissions are not granted. by linyuh · 6 years ago
  74. 4950fd5 Merge "Handle null VideoCall" by Treehugger Robot · 6 years ago
  75. a4b75b5 Merge "Set navigation bar color when dialpad is visible." by Treehugger Robot · 6 years ago
  76. 0b3147a Merge changes Ifedddd2b,Iaeeae900,I1f8348fb,Iff042966 by Treehugger Robot · 6 years ago
  77. 134d6b1 Handle null VideoCall by twyen · 6 years ago
  78. 73ed613 Set navigation bar color when dialpad is visible. by wangqi · 6 years ago
  79. 0a41f3c Check for WRITE_CALL_LOG permission in CallLogNotificationsQueryHelper. by zachh · 6 years ago
  80. 992ade7 Merge "Check READ_PHONE_STATE for isVoicemailAvailable()" by Treehugger Robot · 6 years ago
  81. b780cb9 Ignore dialer OMTP VVM error if VVM is disabled by twyen · 6 years ago
  82. 00d7ede Bump version codes and name to v22 by Android Dialer · 6 years ago
  83. e6f53f4 Adds alternative spam words for non-english speaking countries. by Android Dialer · 6 years ago
  84. ab5668c Check READ_PHONE_STATE for isVoicemailAvailable() by twyen · 6 years ago
  85. 599705c Merge "Check READ_PHONE_STATE for isVoicemailAvailable()" by Treehugger Robot · 6 years ago
  86. 857de2f Check READ_PHONE_STATE for isVoicemailAvailable() by twyen · 6 years ago
  87. 4791039 Merge changes I511c3930,Ifc534793 by Treehugger Robot · 6 years ago
  88. 71a22dc Add promotion module. by wangqi · 6 years ago
  89. 929539e Implement a global theme to be easily configured in Dialer. by calderwoodra · 6 years ago
  90. ea7399a Merge "A11y: group caller information together." by Treehugger Robot · 6 years ago
  91. dc761f4 A11y: group caller information together. by wangqi · 6 years ago
  92. bab3b10 Merge "Fix video call from search stripping + prefix" by Treehugger Robot · 6 years ago
  93. 5f3a727 Merge "Don't show an outgoing call to a spam number as spam." by Treehugger Robot · 6 years ago
  94. edb47e1 Merge "Cleaned up deps in SpamBlockingPromoHelperTest." by Treehugger Robot · 6 years ago
  95. f3291fb Fix video call from search stripping + prefix by twyen · 6 years ago
  96. ee506ae Don't show an outgoing call to a spam number as spam. by linyuh · 6 years ago
  97. 77669bb Cleaned up deps in SpamBlockingPromoHelperTest. by zachh · 6 years ago
  98. b327b63 Merge "Remove duplicate code when constructing PhotoInfo proto." by Treehugger Robot · 6 years ago
  99. 00cdd7b Remove duplicate code when constructing PhotoInfo proto. by linyuh · 6 years ago
  100. 619080d Merge "Don't post throttled notifications again." by Treehugger Robot · 6 years ago