1. be11b32 Handle invalid PhoneAccountHandle for CarrierIdentifier by twyen · 7 years ago
  2. 2e44e1f Merge "Show spam blocking promo notification in place of after call notification instead of canceling it and recreating a new notification." by Treehugger Robot · 7 years ago
  3. f3fc489 Merge changes I2f94f9a6,Ie58ecf2a,I56696fef by Treehugger Robot · 7 years ago
  4. c165ca1 Show spam blocking promo notification in place of after call notification by Android Dialer · 7 years ago
  5. f2d31a1 Update spam blocking promotion wordings. by Android Dialer · 7 years ago
  6. 9b902f5 Handle null returned from TelecomManager.getCallCapablePhoneAccounts() by twyen · 7 years ago
  7. f7d0833 Add more Cequint provider. by wangqi · 7 years ago
  8. e1eafe6 Merge changes Ia72bdfab,I72df9feb by Treehugger Robot · 7 years ago
  9. bd040bc Merge changes I642a11d6,Ic4b69781 by Treehugger Robot · 7 years ago
  10. 60b2d29 Update dynamic shortcuts to match speed dial pinned positions. by calderwoodra · 7 years ago
  11. 47d9f4f Add empty content view for when the user has no contacts in favorites. by calderwoodra · 7 years ago
  12. 29b9540 Fixed various speed dial issues. by calderwoodra · 7 years ago
  13. 147e862 Use StorageComponent to get SharedPreference in SpamBlockingPromoHelper by Android Dialer · 7 years ago
  14. d9d4b06 Merge "Finishing touches for accessibility in the new call log and the new voicemail fragment" by Treehugger Robot · 7 years ago
  15. aa3e607 Merge "Internal change." by Treehugger Robot · 7 years ago
  16. 854bf9d Merge "Updating ContactGridManager to use GlidePhotoManager for more efficient contact photo creation. If the photoUri does not exist, GlidePhotoManagerImpl will create the needed LetterTileDrawable to use in the contact photo's place." by Treehugger Robot · 7 years ago
  17. abd2b2f Finishing touches for accessibility in the new call log and the new voicemail fragment by linyuh · 7 years ago
  18. 9a53317 Internal change. by linyuh · 7 years ago
  19. 55cd263 Updating ContactGridManager to use GlidePhotoManager for more efficient contact photo creation. If the photoUri does not exist, GlidePhotoManagerImpl will create the needed LetterTileDrawable to use in the contact photo's place. by Android Dialer · 7 years ago
  20. 1bff1f6 Merge "Implement accessibility for the new voicemail fragment." by Treehugger Robot · 7 years ago
  21. 4a8890f Implement accessibility for the new voicemail fragment. by linyuh · 7 years ago
  22. b86b1a2 Merge "Added assisted dialing to all calls in speed dial." by Treehugger Robot · 7 years ago
  23. bc64941 Added assisted dialing to all calls in speed dial. by calderwoodra · 7 years ago
  24. 284a546 Merge "Improve ContactPhotoView" by Treehugger Robot · 7 years ago
  25. 51789e7 Improve ContactPhotoView by linyuh · 7 years ago
  26. 06b52c2 Merge "Don't add identical numbers in the cursor to the SpeedDialUiItem." by Treehugger Robot · 7 years ago
  27. 60e0b7c Don't add identical numbers in the cursor to the SpeedDialUiItem. by calderwoodra · 7 years ago
  28. 5b9d0c5 Merge "Refactoring simulator portal and related files." by Treehugger Robot · 7 years ago
  29. dd84cbc Merge "Clear frequents dialog now reloads the speed dial fragment." by Treehugger Robot · 7 years ago
  30. 8e1eddf Refactoring simulator portal and related files. by weijiaxu · 7 years ago
  31. fa863be Clear frequents dialog now reloads the speed dial fragment. by calderwoodra · 7 years ago
  32. 5a6e0fb Merge "Add Espresso tests for the new call log." by Treehugger Robot · 7 years ago
  33. a7562fb Merge "Use new instances of PreCallAction on activity resume" by Treehugger Robot · 7 years ago
  34. 47636a2 Merge changes Id53c298a,I7df0ece7,I9f41b1a7,Iffbfa408,I2aac0df1, ... by Treehugger Robot · 7 years ago
  35. 7cbe682 Add Espresso tests for the new call log. by linyuh · 7 years ago
  36. c97a895 Use new instances of PreCallAction on activity resume by twyen · 7 years ago
  37. 3e2c6b8 Don't use LoaderManager.getInstance() in dialer. by zachh · 7 years ago
  38. 7e7fb6f Implement PhoneNumberCacheLookup by twyen · 7 years ago
  39. d1a269b Fix add call button behavior. by yueg · 7 years ago
  40. c876815 Use component for iconography by erfanian · 7 years ago
  41. 37b588d Move SpamStub to separate package. by wangqi · 7 years ago
  42. d607673 Initialize dialpadFragment and searchFragment with FragmentManager when MainSearchController is created by twyen · 7 years ago
  43. 57ca6a8 Compress all of dialer's png files. by calderwoodra · 7 years ago
  44. d0e3030 Delete unused check__SpamStatus methods by maxwelb · 7 years ago
  45. 19ce6b1 Refactor simulator menu and add portal package for adding simulator service later. by weijiaxu · 7 years ago
  46. eb76b08 Add simulator component in generated root component. by weijiaxu · 7 years ago
  47. b87334b Update DialerCall to use SpamStatus instead of booleans by maxwelb · 7 years ago
  48. 0cd4afc Added contacts permission screen to speed dial fragment. by calderwoodra · 7 years ago
  49. db5a8c1 Don't crash when cp2 returns a null label. by calderwoodra · 7 years ago
  50. 6164075 Register system call log content observer if user enables Phone permission. by zachh · 7 years ago
  51. 0ae50bd Exit multiselect mode when opening the dialpad. by calderwoodra · 7 years ago
  52. b628cfb Support missing phone permission in new call log. by zachh · 7 years ago
  53. 21f2f3e Merge "Move coalescing logic out of AnnotatedCallLogContentProvider." by Treehugger Robot · 7 years ago
  54. c6bd3f3 Merge "Improved support for missing contacts permission in new call log." by Treehugger Robot · 7 years ago
  55. 34daf89 Move coalescing logic out of AnnotatedCallLogContentProvider. by linyuh · 7 years ago
  56. c10636d Improved support for missing contacts permission in new call log. by zachh · 7 years ago
  57. 799c27b Merge "Don't show select SIM dialog after the pre call action has been discarded" by Treehugger Robot · 7 years ago
  58. 24aebf0 Don't show select SIM dialog after the pre call action has been discarded by twyen · 7 years ago
  59. 14ceb5d Merge changes Ie424d231,Ied6072ca,I1902e527,Ie649a9fb,I11fc1a02, ... by Treehugger Robot · 7 years ago
  60. ef5c101 Use old BottomSheetBehavior. by wangqi · 7 years ago
  61. 3887ab0 Use listeners to drive fragment lifecycles. by erfanian · 7 years ago
  62. 5e8b10b Add SpamMetadata to SpamStatus by maxwelb · 7 years ago
  63. 5bafd13 Prevent showDialpad from adding multiple instances of fragments by twyen · 7 years ago
  64. 56a4cda Update logging in incallactivity. by uabdullah · 7 years ago
  65. 541c2e5 Revert null check on dialpadHint by twyen · 7 years ago
  66. 95b2a78 Add @InstallIn and @IncludeInDialerRoot to dagger modules in dialer codebase. by weijiaxu · 7 years ago
  67. 810d43d Add RTT after call promo bottomsheet. by wangqi · 7 years ago
  68. ced93f2 Merge changes Ia54e3421,Id2176e6e,I0311770e,I79f99c34,I8579afff, ... by Treehugger Robot · 7 years ago
  69. 2f4a007 Add some annotations that won't influence aosp. by weijiaxu · 7 years ago
  70. 270663c Update answer button logic. by erfanian · 7 years ago
  71. ebaf630 Hide new after call spam blocking promo behind an additional flag. by Android Dialer · 7 years ago
  72. 6d728d5 Allow the TextView for call log primary text to adjust size when recycled. by linyuh · 7 years ago
  73. 267cdad Format callback phone number. by yueg · 7 years ago
  74. 4f2b930 Added getLoggingName() to CallLogDataSource and PhoneLookup interfaces. by zachh · 7 years ago
  75. c0200c4 Do not show bubble for outgoing call if it's not a background call. by yueg · 7 years ago
  76. f0a425e Always fetch status onResume and add logging for voicemail status in OldMainPeer and by uabdullah · 7 years ago
  77. b2b6365 Place Duo calls with PreCall by twyen · 7 years ago
  78. d7c058c Creating CallIntent, AutoValue builder, to replace CallIntentBuilder. by Android Dialer · 7 years ago
  79. fe5a0d3 Set the DisplayNameSource to PHONE in DefaultLookupUriGenerator. by zachh · 7 years ago
  80. 3b905e4 Config correct layout boundaries to accommodate long text (call log & bottom sheet) by linyuh · 7 years ago
  81. 9d1ef8f Use info from EmergencyPhoneLookup to render UI for an emergency number. by linyuh · 7 years ago
  82. 41da94c Implement EmergencyPhoneLookup for checking if a number is an emergency number. by linyuh · 7 years ago
  83. cf0905f Add GlobalSpamListStatus and UserSpamListStatus by maxwelb · 7 years ago
  84. 80e3892 Move SpamStatus classes into subpackage by maxwelb · 7 years ago
  85. dcff9e6 Delete obsolete checkSpamStatus(Listener) API by maxwelb · 7 years ago
  86. 830da7c Update callers of checkSpamStatus to use Future based API by maxwelb · 7 years ago
  87. 3768a7a Fix bug that showing block option for private number. by wangqi · 7 years ago
  88. f3d253b Add a null check for digitsHint. by calderwoodra · 7 years ago
  89. 168e222 Don't commit fragment transactions if it's not safe. by calderwoodra · 7 years ago
  90. 4bd39ec Add ListenableFuture based APIs for checkSpamStatus by maxwelb · 7 years ago
  91. a583c2b Pass activity between new call log's adapter/view holder. by zachh · 7 years ago
  92. d384474 Replace assert checks with safety checks instead. by calderwoodra · 7 years ago
  93. 12061c8 Add SimpleSpamStatus and use it in FakeSpam and SpamStub by maxwelb · 7 years ago
  94. 8293227 Show calls to/from emergency numbers as "Emergency number" in call log & call details by linyuh · 7 years ago
  95. c49c914 Merge "Reworked GenerateDaggerApplication." by Eric Erfanian · 7 years ago
  96. a1f3a20 Reworked GenerateDaggerApplication. by Zachary Heidepriem · 7 years ago
  97. 84b862a Merge changes Ibab0bc7e,I1cb26187,I64225b78,I4806ab65,I7d431e74, ... by Eric Erfanian · 7 years ago
  98. 763ce44 Remove TODOs for showing SIM info in the bottom sheet & call details. by linyuh · 7 years ago
  99. 4ef430e Use Telecom Bluetooth API instead of system Bluetooth API. by yueg · 7 years ago
  100. fb21541 Update audio route after user select different audio route. by wangqi · 7 years ago