1. bc28ea7 Implement dialog for responding RTT request. by wangqi · 7 years ago
  2. 9a625f8 Update contact photo for RTT call screen. by wangqi · 7 years ago
  3. a462370 Fix the bug that number format is not correct in RTL mode. by wangqi · 7 years ago
  4. f6be617 Add upgrade to RTT call button. by wangqi · 7 years ago
  5. c6d2186 Fix bubble showing after dismiss bug. by yueg · 7 years ago
  6. b910304 Move update color code from CallCardPresenter to InCallPresenter. by yueg · 7 years ago
  7. 2789d6a UI adjustment to RTT screen. by wangqi · 7 years ago
  8. 6a0a018 Fix bug preventing rejecting video calls by roldenburg · 7 years ago
  9. 6ca8c72 Replace png icons with vector drawable for video call screen. by wangqi · 7 years ago
  10. 08424ee Show toast when handing off from LTE to WiFi by roldenburg · 7 years ago
  11. 32643ee Remove unnecessary call to StatusBarNotifier.updateNotification(). by yueg · 7 years ago
  12. 8dc242d Replace assets "quantum_ic_videocam_white_24" with a vector asset. by linyuh · 7 years ago
  13. aef646d Replace png icon with vector drawable for voice call screen. by wangqi · 7 years ago
  14. 122fb0b Remove obsolete methods in CompatUtils and rename it as "LocaleUtils". by linyuh · 7 years ago
  15. 437ae95 Remove obsolete version checks and compat utilities after min SDK was bumped up to N. by linyuh · 7 years ago
  16. 07d6d00 Move spam setting related methods out of spam interface into a separate spam by Android Dialer · 7 years ago
  17. cb2a981 Switch setLabel and setLocation by twyen · 7 years ago
  18. d74e72e Removed NUI shortcut. by zachh · 7 years ago
  19. 4fde0ac Show SIM auto select reason in in call UI by twyen · 7 years ago
  20. 009695e Add waiting for join banner to RTT outgoing call. by wangqi · 7 years ago
  21. cdae908 Allow user to delete previous bubbles. by wangqi · 7 years ago
  22. 57fdc2b Increase minSdk to 24. by calderwoodra · 7 years ago
  23. 33c9019 Display "Emergency number" in the call log for emergency numbers by maxwelb · 7 years ago
  24. 7642b80 Show error when finding location time out. by yueg · 7 years ago
  25. d05d899 Add more boilerplate to the incallui. by erfanian · 7 years ago
  26. e931c12 Check null for getPhoneAccount() by twyen · 7 years ago
  27. fce3a79 Use single return to break bubble of RTT chat. by wangqi · 7 years ago
  28. 73ae752 Use current county ISO for PhoneLookupHistoryRecorder by twyen · 7 years ago
  29. 262b6f2 Add Cequint contact lookup result type. by wangqi · 7 years ago
  30. 448dc90 Fix bubble not showing on device restart. by yueg · 7 years ago
  31. 7dd5743 Fix but that avatar overlapping with status bar. by wangqi · 7 years ago
  32. c6cbb12 Add audio select menu. by wangqi · 7 years ago
  33. b8d0f50 Add swap call button to RTT call. by wangqi · 7 years ago
  34. f6c6f3b Fix full screen issue when switching between RTT and voice call. by wangqi · 7 years ago
  35. 1800fa4 Move HIDE_VOICEMAIL_SETTINGS_MENU out of voicemail/impl by twyen · 7 years ago
  36. 48f93f4 Remove bubble "new" prefix. by yueg · 7 years ago
  37. d6cb3b9 Dismiss keyboard when opening overflow menu in RTT call. by wangqi · 7 years ago
  38. 93d27d0 Save RTT chat history during the call. by wangqi · 7 years ago
  39. fd4c9f7 Add support of dialpad in RTT call. by wangqi · 7 years ago
  40. 724cc8f Show bubble when call connected and in-call UI not showing. by yueg · 7 years ago
  41. 6b4f264 Optimize characters sent to remote party for RTT chat. by wangqi · 7 years ago
  42. db30a13 Refactor array of RttChatMessage to List. by wangqi · 7 years ago
  43. e987eb0 Implement logic for blocking a number from the new call log's bottom sheet. by linyuh · 7 years ago
  44. a8d677f Support local emergency phone number check when there are multiple SIMs. by linyuh · 7 years ago
  45. 6ce88e7 Fix view not attached to window manager crash and add logs. by yueg · 7 years ago
  46. 73a74c3 Handle preferred SIM for ACTION_CALL by twyen · 7 years ago
  47. da410d3 Show a warning dialog about charges when user starts a video call by wangqi · 7 years ago
  48. 0d907de Add support for bluetooth etc. audio route for RTT call. by wangqi · 7 years ago
  49. d2e5d0b Move assisted dialing out of P. by erfanian · 7 years ago
  50. 1f83a0a Update fragment class. by erfanian · 7 years ago
  51. 3ba5bd0 Add ripple effect to RTT incall buttons. by wangqi · 7 years ago
  52. b01a893 Update RTT icon on ringing screen. by wangqi · 7 years ago
  53. b06d009 Disable phone number formatting for devices with Argentinian SIMs. by linyuh · 7 years ago
  54. 604e481 Implement overflow menu for RTT call. by wangqi · 7 years ago
  55. 9e335e2 Updating SecondaryInfo value class to use AutoValue with builder pattern. by Android Dialer · 7 years ago
  56. e309c16 Remove background of RTT chat fragment. by wangqi · 7 years ago
  57. c3d3c3d Move DirectoryCompat from "contacts/common" to "dialer/common/cp2". by linyuh · 7 years ago
  58. a4a4df9 Fix bug that soft keyboard pushes action bar out of window. by wangqi · 7 years ago
  59. 31fe998 Updating PrimaryCallState value class to use AutoValue with builder pattern. by Android Dialer · 7 years ago
  60. 719341f Implement logic of bottom sheet options related to spam numbers. by linyuh · 7 years ago
  61. 0d97015 Track initial call log building metrics separately from incremental building metrics. by zachh · 7 years ago
  62. 1c1e4c7 Fix bugs of RTT chat. by wangqi · 7 years ago
  63. 37a969d Fix bug in isVoicemailNumber method not returning early by roldenburg · 7 years ago
  64. f943910 Updating PrimaryInfo value class to use AutoValue with builder pattern. by Android Dialer · 7 years ago
  65. 7a96dc7 Moved metrics related methods out of LoggingBindings. by zachh · 7 years ago
  66. 153af2f Implement read/write text stream to RttCall. by wangqi · 7 years ago
  67. 8d407a0 Annotate RTT as @TargetApi(28). by wangqi · 7 years ago
  68. e547644 Move RttChatBot to simulator. by wangqi · 7 years ago
  69. d844a34 Update RTT call with real name/number and timer. by wangqi · 7 years ago
  70. 219b870 Add simulator RTT call. by wangqi · 7 years ago
  71. 33e19a9 Update title of after call spam dialog. by wangqi · 7 years ago
  72. b841a6e Finish AudioRouteSelectorActivity when all calls disconnect. by yueg · 7 years ago
  73. cd19791 Show reject hint text for all incoming calls by wangqi · 7 years ago
  74. 4b9f28f Bubble layout change. by yueg · 7 years ago
  75. beaaff2 Remove bubble v1. by yueg · 8 years ago
  76. a792792 Update the SpeakEasy component. by erfanian · 8 years ago
  77. 64f9ed2 Update text on after call spam notification and dialog. by wangqi · 8 years ago
  78. 974fc29 internal change by Android Dialer · 8 years ago
  79. 577f338 This text is for dismiss button in dialog that's to dismiss the dialog after by wangqi · 8 years ago
  80. 41eb2f5 Add arrow icon to bubble sound button when Bluetooth is connected. by yueg · 8 years ago
  81. b6e16f5 Remove bubble from AOSP. by yueg · 8 years ago
  82. d6b91d1 Don't override contactExists if there is no update from Cequint Caller ID. by wangqi · 8 years ago
  83. 03b1319 Added number presentation to AnnotatedCallLog. by zachh · 8 years ago
  84. 04306a7 Update preferred SIM SuggestionProvider by twyen · 8 years ago
  85. 2a422f7 Bubble v2 a11y. by yueg · 8 years ago
  86. c8dfaf1 Add flag to enable NUI shortcut. by calderwoodra · 8 years ago
  87. 571a2b4 Add foreground service permission by roldenburg · 8 years ago
  88. a584bcd Fixed a regression where we incorrectly reported that the dialpad was visible. by calderwoodra · 8 years ago
  89. dd5f1a5 Updated call number by NW is not displayed by wangqi · 8 years ago
  90. f255661 Update Assisted Dialing references. by erfanian · 8 years ago
  91. 05838b5 Changed PhoneLookup#lookup to accept a DialerPhoneNumber. by zachh · 8 years ago
  92. 2c4fc1c Update Simulator to launch SpeakEasy by Android Dialer · 8 years ago
  93. 6bd612f Pass PhoneAccountHandle into VideoTech isAvailable by roldenburg · 8 years ago
  94. 10f6e82 Move onUiShowing() call from onResume/onPause to onStart/onStop. by yueg · 8 years ago
  95. 3eca69f Use EmptyVideoTech instead of null RcsVideoShare VideoTech impl when unavailable by roldenburg · 8 years ago
  96. 4ee24a9 Fixed bug in handling of empty numbers in new call log. by zachh · 8 years ago
  97. 7b94d1e Add the boilerplate dagger logic for SpeakEasy. by erfanian · 8 years ago
  98. 7f5acbe Roll forward the broadcast in-call UI changes. by yueg · 8 years ago
  99. 6ea98b2 Update content description of back button on banner of RTT chat. by wangqi · 8 years ago
  100. 02415ab Adjustment to banner of RTT chat window. by wangqi · 8 years ago