1. 9d0fd9c Make Notification.Builder.SetFlag public by cncn · 4 years, 9 months ago
  2. abcc201 Not asking for the password when dragging down and bypass by Selim Cinek · 5 years ago
  3. 16f334e Fixed the layout of media heads up notifications by Selim Cinek · 5 years ago
  4. c3fec68 Removed the AmbientPulseManager by Selim Cinek · 5 years ago
  5. 2d976f9 Merge "Fix typo." into qt-dev by TreeHugger Robot · 5 years ago
  6. d9f4835 Clarify required/optional fields in BubbleMetadata. by Julia Tuttle · 5 years ago
  7. 4f1bf20 Fix typo. by Julia Tuttle · 5 years ago
  8. 38275c3 Fix progress bar color in foreground notifications by Beth Thibodeau · 5 years ago
  9. 28fb1a9 Clarify FLAG_BUBBLE semantics. by Julia Tuttle · 5 years ago
  10. eae986e Remove bubble API added & deprecated in Q by Mady Mellor · 5 years ago
  11. 8c2360b DO NOT MERGE - Updated some javadocs. by Felipe Leme · 5 years ago
  12. c529d6d API feedback: getSuppressNotification -> isNotificationSuppressed by Mady Mellor · 5 years ago
  13. d8913d7 Merge "Drop the 'initial' of suppressInitialNotification API" into qt-dev by Mady Mellor · 5 years ago
  14. 65dcaa9 Make FLAG_BUBBLE public; update some documentation by Mady Mellor · 5 years ago
  15. 8a1f025 Drop the 'initial' of suppressInitialNotification API by Mady Mellor · 5 years ago
  16. f15c5e5 Do not colorize dark mode actions by Lucas Dupin · 5 years ago
  17. 7eb18ef Introduce FLAG_BUBBLE & mark notifs allowed to bubble with it by Mady Mellor · 5 years ago
  18. 8a529e2 Update desired heights docs based on feedback from CL after it was submitted by Mady Mellor · 5 years ago
  19. d3304bf Merge "Update BubbleMetadata#setDesiredHeight to be in DPs" by Mady Mellor · 5 years ago
  20. 2c70987 Remove the title API bc we don't use it by Mady Mellor · 5 years ago
  21. 989d897 Merge "Documentation & refinements around BubbleMetadata#setIcon API" by Mady Mellor · 5 years ago
  22. 7af771a Update BubbleMetadata#setDesiredHeight to be in DPs by Mady Mellor · 5 years ago
  23. 9848a6c Documentation & refinements around BubbleMetadata#setIcon API by Mady Mellor · 5 years ago
  24. 6d15a88 Merge "Add Nullability annotations for Notification.Action.Builder methods." by TreeHugger Robot · 5 years ago
  25. e1fc87b Add Nullability annotations for Notification.Action.Builder methods. by Gustav Sennton · 5 years ago
  26. df4c244 Fix curly brackets in Notification.java by Gustav Sennton · 5 years ago
  27. cf8f1b2 API review: annotate everything by Mady Mellor · 5 years ago
  28. 3c37379 Merge "Added LocusId support to Shortcut and Notification." by TreeHugger Robot · 5 years ago
  29. 90205ef Added LocusId support to Shortcut and Notification. by Felipe Leme · 5 years ago
  30. d6f7187 Merge "Annotate Notification.Action.Builder building methods with @NonNull." by TreeHugger Robot · 5 years ago
  31. 9e8f83d All Parcelable CREATOR fields are @NonNull. by Jeff Sharkey · 5 years ago
  32. 625bcab Annotate Notification.Builder methods with @NonNull. by Gustav Sennton · 5 years ago
  33. 44a2313 Annotate Notification.Action.Builder building methods with @NonNull. by Gustav Sennton · 5 years ago
  34. 138f4c9 Remove title API from bubble metadata by Mady Mellor · 5 years ago
  35. 1ab4aa8 Add API so apps can know when a user dismisses a bubble by Mady Mellor · 5 years ago
  36. 6fe4a10 Fixes an issue with decorated custom view styles by Selim Cinek · 6 years ago
  37. 2bcd403 SeamlessMedia button as one of media action button by linanson · 6 years ago
  38. b091bc9 Merge "BubbleMetadata flags: suppress initial notif & auto expand when posted" by Mady Mellor · 6 years ago
  39. 0e06994 Fixes an issue where the ambient layout could be null by Selim Cinek · 6 years ago
  40. 0157ff2 BubbleMetadata flags: suppress initial notif & auto expand when posted by Mady Mellor · 6 years ago
  41. 00be88f New pulsing notification layout by Lucas Dupin · 6 years ago
  42. c39b4ae Create BubbleMetadata use it instead of app overlay intent by Mady Mellor · 6 years ago
  43. 005d7a0 Change the API for setting Notification Actions to be contextual. by Gustav Sennton · 6 years ago
  44. 79ebf4b Add javadoc for Notification.getAllowSystemGeneratedContextualActions() by Gustav Sennton · 6 years ago
  45. 691f5a7 Merge "Fixed a padding issue if there is no right icon but a reply icon" by Selim Cinek · 6 years ago
  46. 6e41b0e Fixed a padding issue if there is no right icon but a reply icon by Selim Cinek · 6 years ago
  47. cf8be14 Merge "Adding API to specify a dark text specific layout in app-widgets" by Sunny Goyal · 6 years ago
  48. c12d31c Adding API to specify a dark text specific layout in app-widgets by Sunny Goyal · 6 years ago
  49. bdec147 Merge "Updates color and size of bell icon." by TreeHugger Robot · 6 years ago
  50. b561359 Merge "Require a permission for Q apps using full screen intents" by Julia Reynolds · 6 years ago
  51. bae5ba3 Updates color and size of bell icon. by Gus Prevas · 6 years ago
  52. c98b163 Avoid NPE when adding a smart action with a null icon. by Gustav Sennton · 6 years ago
  53. 47fd15f Require a permission for Q apps using full screen intents by Julia Reynolds · 6 years ago
  54. 8ce7d1d Merge "Add onActionClicked in NotificationAssistantService" by TreeHugger Robot · 6 years ago
  55. 7d4b3a5 Add onActionClicked in NotificationAssistantService by Tony Mak · 6 years ago
  56. 10bbc0e Fixed a racecondition when creating notification headers by Selim Cinek · 6 years ago
  57. 761884c Add Notification.Builder.setAllowSystemGeneratedContextualActions(). by Gustav Sennton · 6 years ago
  58. fa83075 Merge "Add smart actions to message notifications." by Gustav Sennton · 6 years ago
  59. 8db41f6 Merge "Override equals in Person object" by Beverly Tai · 6 years ago
  60. eab5368 Add smart actions to message notifications. by Gustav Sennton · 6 years ago
  61. e98937a Override equals in Person object by Beverly · 6 years ago
  62. 1463d83 Add a Notifications API for contextual (smart) actions. by Gustav Sennton · 6 years ago
  63. f5525d4 Merge "Includes foreground services in top notification section." by TreeHugger Robot · 6 years ago
  64. b0c1a46 Includes foreground services in top notification section. by Gus Prevas · 6 years ago
  65. a322649 Adds an icon to noisy notifications. by Gus Prevas · 6 years ago
  66. b6bd93d Add APIs for notification app overlays by Julia Reynolds · 6 years ago
  67. 9cc9660 Fixes touch ripples on media buttons. by Gus Prevas · 6 years ago
  68. 515de0d Merge "Fix and cleanup smart replies checking" by TreeHugger Robot · 6 years ago
  69. 638430e Fix and cleanup smart replies checking by Tony Mak · 6 years ago
  70. c997fc6 Merge "docs: fixing errors found with lint check" into pi-dev am: 8c7d2142f6 by kopriva · 6 years ago
  71. 4d12f4c Merge "docs: fixing errors found with lint check" into pi-dev am: 8c7d2142f6 by kopriva · 6 years ago
  72. a1a7848 docs: fixing errors found with lint check by kopriva · 6 years ago
  73. d3c9932 No color spans in notifications when night mode by Lucas Dupin · 6 years ago
  74. d736375 Deprecates WearableExtender methods not supported by Wear SysUI v3. by Gus Prevas · 6 years ago
  75. db0657a Merge "Move some members to the "Q blacklist"." by Mathew Inwood · 6 years ago
  76. 8c854f8 Move some members to the "Q blacklist". by Mathew Inwood · 6 years ago
  77. eac0905 docs: fixed instances of typo in 'overridden' am: debd4ee72d am: 9b641cbc71 by kopriva · 6 years ago
  78. 9b641cb docs: fixed instances of typo in 'overridden' am: debd4ee72d by kopriva · 6 years ago
  79. debd4ee docs: fixed instances of typo in 'overridden' by kopriva · 6 years ago
  80. 62a7224 Merge "Add @UnsupportedAppUsage annotations" am: d08509363c by Mathew Inwood · 6 years ago
  81. 21b2bb9 Merge "Add @UnsupportedAppUsage annotations" by TreeHugger Robot · 6 years ago
  82. 4fb17d1 Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  83. 61e8ae6 Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  84. 5da4a6b Fixed an issue when updating media actions by Selim Cinek · 6 years ago
  85. 401ea16 Merge "Dark Notification Shade" by Lucas Dupin · 6 years ago
  86. f03e752 Dark Notification Shade by Lucas Dupin · 6 years ago
  87. 09db2ea Suggest smart actions in ExtServices by Tony Mak · 6 years ago
  88. a6b5344 Do not treat EXTRA_SMALL_ICON <int> as Parcelable by Robin Lee · 6 years ago
  89. 62eea67 Do not treat EXTRA_SMALL_ICON <int> as Parcelable by Robin Lee · 6 years ago
  90. 7231e7b Merge "More conservative dark text calculation" by TreeHugger Robot · 6 years ago
  91. a291d19 More conservative dark text calculation by Lucas Dupin · 6 years ago
  92. 19b51f4 Merge "Further interruptiveness changes" into pi-dev am: fe1d9dc1af by Julia Reynolds · 6 years ago
  93. a4fb9da Further interruptiveness changes by Julia Reynolds · 6 years ago
  94. e701dc1 Fix broken links in @see tags in framework docs. by Aurimas Liutikas · 6 years ago
  95. 62786b4 Merge "Fix broken links in @see tags in framework docs." by Aurimas Liutikas · 6 years ago
  96. 7f69533 Fix broken links in @see tags in framework docs. by Aurimas Liutikas · 6 years ago
  97. e59e48e Merge "Fixed the behavior of group conversations when targeting P" into pi-dev am: c4e19963f4 by Selim Cinek · 6 years ago
  98. c4e1996 Merge "Fixed the behavior of group conversations when targeting P" into pi-dev by Selim Cinek · 6 years ago
  99. ce8794f Fixed the behavior of group conversations when targeting P by Selim Cinek · 6 years ago
  100. 8afa50f Merge "Hiding the icon of notifications that were replied to" into pi-dev am: d018bc4346 by Selim Cinek · 6 years ago