1. 4509ce7 Add settings for notification bubbling by Julia Reynolds · 5 years ago
  2. 12ad7ca Add a setting for hiding silent status icons by Julia Reynolds · 6 years ago
  3. b0da4bc Remove @SystemAPI from NotificationAssistantService by Fabian Kozynski · 6 years ago
  4. 31755f9 Limit access to suspected false positives. by Mathew Inwood · 6 years ago
  5. 7306b90 Hides audibly alerted icon after 30 seconds. by Gus Prevas · 6 years ago
  6. 7d4b3a5 Add onActionClicked in NotificationAssistantService by Tony Mak · 6 years ago
  7. 2999670 Add onSuggestedReplySent in NotificationAssistantService by Tony Mak · 6 years ago
  8. eda84a7 Introduce onNotificationExpansionChanged and onNotificationDirectReplied .. by Tony Mak · 6 years ago
  9. 9abc506 Adds silence toggle to notification settings. by Gus Prevas · 6 years ago
  10. a322649 Adds an icon to noisy notifications. by Gus Prevas · 6 years ago
  11. 48a6ed9 Additional functionality for the noti asst by Julia Reynolds · 6 years ago
  12. db0657a Merge "Move some members to the "Q blacklist"." by Mathew Inwood · 6 years ago
  13. 8c854f8 Move some members to the "Q blacklist". by Mathew Inwood · 6 years ago
  14. 4703bac Allow listeners to reset their requested hints. by Julia Reynolds · 6 years ago
  15. fe99219 Add documentation about threading. by Julia Reynolds · 6 years ago
  16. 6a63d1b The quietening round 3: aging by Julia Reynolds · 6 years ago
  17. 485e8a3 Merge "Refactor RankingMap building methods to reduce code duplication." by Aaron Heuckroth · 6 years ago
  18. 217f30b Merge "Add @UnsupportedAppUsage annotations" by Mathew Inwood · 6 years ago
  19. 901bf28 The quietening part 2: rules by Julia Reynolds · 6 years ago
  20. aa01ea4 Refactor RankingMap building methods to reduce code duplication. by Aaron Heuckroth · 6 years ago
  21. e380737 Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  22. c9acf67 Allow NotificationAssistantService to suggest smart replies by Tony Mak · 6 years ago
  23. 628cb93 Allow NotificationAssistantService to suggest smart actions by Tony Mak · 6 years ago
  24. 94a38b3 GetActiveNotifications should never return null by Julia Reynolds · 6 years ago
  25. 9acd673 Migrated the Person class to its own file by Selim Cinek · 6 years ago
  26. 5a20a5e Ability to hide/unhide suspended app notifications by Beverly · 6 years ago
  27. ccc6ae6 Expand the visual effects that DND can suppress. by Julia Reynolds · 6 years ago
  28. 964f01b Merge "Fixed issues with legacy usages of notification people" by TreeHugger Robot · 6 years ago
  29. 604843b Docs: added a note about about notification listeners and work profiles. by Benjamin Miller · 6 years ago
  30. 5390e7d Fixed issues with legacy usages of notification people by Selim Cinek · 6 years ago
  31. 3f24e69 Frameworks: Annotate trivial @GuardedBy in core/java by Andreas Gampe · 6 years ago
  32. 1d958f8 Temporary affordance for blocking helper by Dan Sandler · 7 years ago
  33. e7238dd Added People to the Notification API by Selim Cinek · 7 years ago
  34. ce8db99 Add more IntDef prefixes for auto-documenting. by Jeff Sharkey · 7 years ago
  35. 8149961 Update managed service documentation for low ram devices. by Julia Reynolds · 7 years ago
  36. 503ed94 Provide more information to the noti asst by Julia Reynolds · 7 years ago
  37. 67f9d50 Fix broken javadocs. by Jeff Sharkey · 7 years ago
  38. 7ca3307 Hide some systemapi methods by Julia Reynolds · 7 years ago
  39. 0ffc13b Documentation updates by Julia Reynolds · 7 years ago
  40. f27d6b2 Add user to channel/group modification callbacks. by Julia Reynolds · 7 years ago
  41. 73ed76b Allow companion device mgrs channel access by Julia Reynolds · 7 years ago
  42. f619bc5 Removing 'delegate' from constant names by Julia Reynolds · 7 years ago
  43. a11d0b1 Api review feedback. by Julia Reynolds · 7 years ago
  44. 5098977 Change time methods to durations. by Julia Reynolds · 7 years ago
  45. 1327d3c Hide incomplete feature. by Julia Reynolds · 7 years ago
  46. ceecfcf Remove unneeded parameters by Julia Reynolds · 7 years ago
  47. 0ce4b0e Fix @links in reference docs. am: 54de77470d am: ab978c035e am: 28ba4722a9 by Elliot Waite · 8 years ago
  48. 54de774 Fix @links in reference docs. by Elliot Waite · 8 years ago
  49. 2a12874 Allow notifications to be autocanceled at a time. by Julia Reynolds · 8 years ago
  50. cf63ff1 Snoozing API changes by Julia Reynolds · 8 years ago
  51. 924eed1 Add updatable fields to Ranking by Julia Reynolds · 8 years ago
  52. 7967230 Send Snooze callback for Assistant by Julia Reynolds · 8 years ago
  53. 22f02b3 Accept adjustments from notification assistant. by Julia Reynolds · 8 years ago
  54. 7e1ffd7 Shorten log tag. by Julia Reynolds · 8 years ago
  55. b6c1f99 Allow listeners more snoozing options. by Julia Reynolds · 8 years ago
  56. 3aa5f1e Expose dismiss reasons to notification listeners. by Julia Reynolds · 8 years ago
  57. 8576991 Some channel model updates by Julia Reynolds · 8 years ago
  58. 72f1cbb Add support for snoozing notifications by Julia Reynolds · 8 years ago
  59. 514c5ef Add missing @Deprecated annotations. by Aurimas Liutikas · 8 years ago
  60. cf548bf Don't throw RemoteException from new NLS APIs by Chris Wren · 8 years ago
  61. 5ab5c74 document the return type of getImportance by Chris Wren · 8 years ago
  62. b66a16d close a potential race condition in registerAsSystemService by Chris Wren · 8 years ago
  63. 196a057 Merge "Add granular control over disabled effects." into nyc-dev by Bryce Lee · 8 years ago
  64. e46bb37 Allow the ranker to autobundle notifications. by Julia Reynolds · 8 years ago
  65. 7219ada Add granular control over disabled effects. by Bryce Lee · 8 years ago
  66. 5717bd6 add an onListenerDisconnected() callback to NLS by Chris Wren · 8 years ago
  67. a82662e Merge "add a ranking service to the rocket" into nyc-dev by Chris Wren · 8 years ago
  68. 0efdb88 add a ranking service to the rocket by Chris Wren · 8 years ago
  69. be3696d Merge "rename the asisstant service for the ranker" into nyc-dev by Chris Wren · 8 years ago
  70. e24b9a6 Add a VR listener service. by Ruben Brunk · 8 years ago
  71. e0ba7eb rename the asisstant service for the ranker by Chris Wren · 8 years ago
  72. b8f53ee Notification listener and ranker callbacks on binder threads. by Svet Ganov · 8 years ago
  73. b77f9ec Merge "Revert "DO NOT SUBMIT: Hide VR features for preview."" into nyc-dev by Ruben Brunk · 8 years ago
  74. e5d76e8 Revert "DO NOT SUBMIT: Hide VR features for preview." by Ruben Brunk · 8 years ago
  75. 8ccb68a Merge "DO NOT SUBMIT: Hide VR features for preview." into nyc-dev by Ruben Brunk · 8 years ago
  76. 5081c0d Fix crash with decorated custom notifications by Adrian Roos · 8 years ago
  77. cfa66a2 DO NOT SUBMIT: Hide VR features for preview. by Ruben Brunk · 8 years ago
  78. 0edb50c Api review: NotificationManager by Julia Reynolds · 8 years ago
  79. 3b84812 Api review: Notification.Builder by Julia Reynolds · 8 years ago
  80. f0f629f Introduce IMPORTANCE_MIN. by Julia Reynolds · 8 years ago
  81. d560729 Update DND visual interruption choices. by Julia Reynolds · 8 years ago
  82. 10c63d8 move assistant to system API by Chris Wren · 8 years ago
  83. 3b543ca Revert "move assistant to system API" by Chris Wren · 8 years ago
  84. c441856 move assistant to system API by Chris Wren · 9 years ago
  85. 2d20a4d Merge "allow listeners to disable themselves" by Chris Wren · 9 years ago
  86. 0421e6d Sort notifications by importance. by Julia Reynolds · 9 years ago
  87. ab41eec allow listeners to disable themselves by Chris Wren · 9 years ago
  88. 6172158 DND visual interruptions: prevent screen on. by Julia Reynolds · 9 years ago
  89. 51017d0 implement assistant service connection by Chris Wren · 9 years ago
  90. dd18a0b Add a framework service tracking VR mode state. by Ruben Brunk · 9 years ago
  91. 1ed71f3 Frameworks/base: Fix Notification code by Andreas Gampe · 9 years ago
  92. 41c264b Merge "Add importance to notification guts." by Julia Reynolds · 9 years ago
  93. bdf3376 use importance instead of score by Chris Wren · 9 years ago
  94. ead00aa Add importance to notification guts. by Julia Reynolds · 9 years ago
  95. 5d25ee7 Topics can now have an Importance. by Julia Reynolds · 9 years ago
  96. 9fa689f Notification Assistant API by Chris Wren · 9 years ago
  97. f612869ae Allow DND mode to suppress visual interruptions. by Julia Reynolds · 9 years ago
  98. d9228f1 Stop populating RemoteViews in Notifications. by Julia Reynolds · 9 years ago
  99. c6ecbce Clarify the intention of setNotificationsShown by Amith Yamasani · 9 years ago
  100. 24fb894 drop corrupt notifications in the Listener by Chris Wren · 9 years ago