1. 57fdc2b Increase minSdk to 24. by calderwoodra · 7 years ago
  2. 58d0b2a Delete old search, old contacts, p13n logger, filtered numbers add number search. by calderwoodra · 7 years ago
  3. 2213f8e Add learn more info to VM Transcription setting by uabdullah · 7 years ago
  4. cac4acd Add RootComponentGenerator to auto-generate root components for different dialer variants. by Weijia Xu · 7 years ago
  5. deb4400 Use SwitchPreferenceWithClickableSummary instead of SwitchPreference for VM Donation by uabdullah · 7 years ago
  6. 6365789 Removed appContext from CallLogDataSource and PhoneLookup. by zachh · 7 years ago
  7. 5ce3454 Show VM activating in settings by uabdullah · 7 years ago
  8. 682daf2 Enable and disable the call log framework on flag changes. by zachh · 7 years ago
  9. 33c9019 Display "Emergency number" in the call log for emergency numbers by maxwelb · 7 years ago
  10. e157b04 Remove "contacts/common" from the dependency list of package "dialer/widget". by linyuh · 7 years ago
  11. 2482c0f Added "clearData" to CallLogDataSource and PhoneLookup interfaces. by zachh · 7 years ago
  12. 1d1111e Identify MMI codes specific to some OEM devices via hard-coding. by linyuh · 7 years ago
  13. 026ed57 Mitigate some of the jank in opening/closeing search. by calderwoodra · 7 years ago
  14. 96d7d22 Fix animation of first time showing dialpad FAB. by wangqi · 7 years ago
  15. 9bc97d1 Added unregisterContentResolvers() to CallLogDataSource and PhoneLookup. by zachh · 7 years ago
  16. d6180d4 Make the top row of the bottom sheet not clickable. by linyuh · 7 years ago
  17. 67a08ed Convert @AutoValue VoicemailEntry to a proto by linyuh · 7 years ago
  18. 64b5778 Convert @AutoValue CoalescedRow to a proto by linyuh · 7 years ago
  19. 3e97f65 Show spam blocking promo after block spam dialog by Android Dialer · 7 years ago
  20. 9239dd2 Implement call command by twyen · 7 years ago
  21. 356db9a Add spam blocking setting related operations in spam module by Android Dialer · 7 years ago
  22. a00cfff Added polling job for CallLogConfig. by zachh · 7 years ago
  23. cd3d498 Implement VoicemailDataSource by twyen · 7 years ago
  24. f4a4824 Watch for phenotype flag changes and update CallLogConfig. by zachh · 7 years ago
  25. e931c12 Check null for getPhoneAccount() by twyen · 7 years ago
  26. 6f80c36 Check null for getPhoneAccount() in VoicemailChannelUtils by twyen · 7 years ago
  27. 3fbc7b5 Fix bug that dialpad fab wifi calling icon not showing. by wangqi · 7 years ago
  28. 30770f8 Check if parent is null since fetch call can be called while Dialer is paused. by calderwoodra · 7 years ago
  29. a7530f8 Refactor VM Settings and add support for voicemail transcription by uabdullah · 7 years ago
  30. 264f287 Make MainActivity the default activity for AOSP. by calderwoodra · 7 years ago
  31. 7a26660 Remove contact id from all non-local directory contacts. by calderwoodra · 7 years ago
  32. 73ae752 Use current county ISO for PhoneLookupHistoryRecorder by twyen · 7 years ago
  33. 262b6f2 Add Cequint contact lookup result type. by wangqi · 7 years ago
  34. 1c41a0a Work contacts quick contact badge no longer crashes. by calderwoodra · 7 years ago
  35. d0fc916 Check if dialpad is already open when handleing new intents. by calderwoodra · 7 years ago
  36. 7086ed1 Use a vector "unblock" icon in the bottom sheet by linyuh · 7 years ago
  37. 5383bca Restore delete call log item logging in call details. by calderwoodra · 7 years ago
  38. ae3bc3d Close keyboard when placing a call to nearby places and remote contacts. by calderwoodra · 7 years ago
  39. 2baf763 Adjust bottom nav margins, sizes, ect. by calderwoodra · 7 years ago
  40. e760e42 Resolve all build resource conflicts. by calderwoodra · 7 years ago
  41. e1c143a Add utility used to style content with learn more links by maxwelb · 7 years ago
  42. 9dc2477 Add Brazil to the set of countries we do not format phone numbers by roldenburg · 7 years ago
  43. 3cad49b Register ShowBlockReportSpamDialogReceiver in MainActivity. by linyuh · 7 years ago
  44. 6b576be Introduce GlidePhotoManager to CallDetailsActivity by linyuh · 7 years ago
  45. c44bc80 Added CallLogConfig. by zachh · 7 years ago
  46. 6642847 Split CallDetailsActivity by linyuh · 7 years ago
  47. 5e16adb Fixed overlapping fragments issue. by calderwoodra · 7 years ago
  48. b271645 Add impression for spam blocking setting interaction. by Android Dialer · 7 years ago
  49. 7affcce Removed references to MainActivity since they weren't necessary. by calderwoodra · 7 years ago
  50. 019aa34 Sanitize inputs for PreferredSimFallbackProvider.query() by twyen · 7 years ago
  51. 6a65954 Add 6dp spacing between transcription and secondary text for nui vm by uabdullah · 7 years ago
  52. acb1261 Make NUI VM Background White by uabdullah · 7 years ago
  53. f8a0caa Don't fetch calls if the parent doesn't exist. by calderwoodra · 7 years ago
  54. f53ba7b Keyboard and search now close when appropriate. by calderwoodra · 7 years ago
  55. 6b56ebf Use config provider for OEM MMI codes by twyen · 7 years ago
  56. ce208d1 Use white background in new call log. by zachh · 7 years ago
  57. 32aa23f Make VVM Transcription Promo padding 4dp instead of 10dp by uabdullah · 7 years ago
  58. 14e72ef Generate default lookup URI for quick contact badge if lookup URI is not available. by twyen · 7 years ago
  59. ffdea54 Make NUI VM avatar and icon consistent with nui call log by uabdullah · 7 years ago
  60. 1800fa4 Move HIDE_VOICEMAIL_SETTINGS_MENU out of voicemail/impl by twyen · 7 years ago
  61. 48f93f4 Remove bubble "new" prefix. by yueg · 7 years ago
  62. 909073e Implement redlines for NUI VM Tab by uabdullah · 7 years ago
  63. 43ae8e2 Add spam blocking setting in spam module. by Android Dialer · 7 years ago
  64. 362350a Implement non-ui logic for delete/undo delete voicemails by uabdullah · 7 years ago
  65. fd4c9f7 Add support of dialpad in RTT call. by wangqi · 7 years ago
  66. 3a6d4d6 Add flag for filtering emergency calls from call log by maxwelb · 7 years ago
  67. e847670 Bring back new navigation screen event logging. by yueg · 7 years ago
  68. 98ff44d Add divider line to nui voicemail alert by uabdullah · 7 years ago
  69. 6b91494 Disable phone number formatting for Argentina only (MCC = 722). by linyuh · 7 years ago
  70. 20824a0 Implement logic for unblocking a number from the new call log's bottom sheet. by linyuh · 7 years ago
  71. e987eb0 Implement logic for blocking a number from the new call log's bottom sheet. by linyuh · 7 years ago
  72. a8d677f Support local emergency phone number check when there are multiple SIMs. by linyuh · 7 years ago
  73. 0c2805f Add additional logging to missed call notification code path by roldenburg · 7 years ago
  74. 01d9f64 Combine fragment hide/show transactions into one transaction. by roldenburg · 7 years ago
  75. 73a74c3 Handle preferred SIM for ACTION_CALL by twyen · 7 years ago
  76. da410d3 Show a warning dialog about charges when user starts a video call by wangqi · 7 years ago
  77. a05ee28 NUI logging by yueg · 7 years ago
  78. 1221ed5 Make user able to set default sim when there is no account. by yueg · 7 years ago
  79. 9e8b673 Covnert @AutoValue PhotoInfo into a proto. by linyuh · 7 years ago
  80. 9dd56a4 Updating voicemail_donation_promo_content per UXW by maxwelb · 7 years ago
  81. 6200bef Disable phone number formatting for LATAM MCCs. by linyuh · 7 years ago
  82. eb3ae0a Check if the activity is still alive before refreshing unread tab counts. by calderwoodra · 7 years ago
  83. 563bb5a Added impression logging for AnnotatedCallLog rebuild operations. by zachh · 7 years ago
  84. dfded3a Added timing to some more AnnotatedCallLog operations. by zachh · 7 years ago
  85. d2e5d0b Move assisted dialing out of P. by erfanian · 7 years ago
  86. b7bea42 Remove voicemail instruction text by maxwelb · 7 years ago
  87. c378fb1 Remove dialer sounds and vibrations settings fragments and redirect to the system sound settings fragment instead. by uabdullah · 7 years ago
  88. 6c81c66 Use voicemail image for empty voicemail tab and update color by uabdullah · 7 years ago
  89. 164ddd1 Implemented DialerFloatingActionButton by calderwoodra · 7 years ago
  90. 1e04880 Instead of just cancelling loaders, reset them as well. by calderwoodra · 7 years ago
  91. b06d009 Disable phone number formatting for devices with Argentinian SIMs. by linyuh · 7 years ago
  92. 0cf82d3 Rename NUI logging prefix from NUI_ to MAIN_ by yueg · 7 years ago
  93. f127d3c Added same primes metrics that existed in Dialtacts to NUI. by calderwoodra · 7 years ago
  94. 58862de Preload call log fragment on app start. by calderwoodra · 7 years ago
  95. 76cf7e1 Some small bug fixes in NUI. by calderwoodra · 7 years ago
  96. 999b5d5 Log contact source when reporting spam from the new UI. by linyuh · 7 years ago
  97. c267ce5 Add accessibility label for voicemail transcription rating by maxwelb · 7 years ago
  98. 192b1ff Parity of OldMainActivityPeer with ListsFragment for VM by uabdullah · 7 years ago
  99. 210452f Show empty view when there are no voicemails by uabdullah · 7 years ago
  100. 99e0aa4 Never start playing voicemails in the NUI VM tab from the speaker by uabdullah · 7 years ago