1. 3aa5f1e Expose dismiss reasons to notification listeners. by Julia Reynolds · 8 years ago
  2. 8576991 Some channel model updates by Julia Reynolds · 8 years ago
  3. 72f1cbb Add support for snoozing notifications by Julia Reynolds · 8 years ago
  4. 514c5ef Add missing @Deprecated annotations. by Aurimas Liutikas · 8 years ago
  5. cf548bf Don't throw RemoteException from new NLS APIs by Chris Wren · 8 years ago
  6. 5ab5c74 document the return type of getImportance by Chris Wren · 8 years ago
  7. b66a16d close a potential race condition in registerAsSystemService by Chris Wren · 8 years ago
  8. 196a057 Merge "Add granular control over disabled effects." into nyc-dev by Bryce Lee · 8 years ago
  9. e46bb37 Allow the ranker to autobundle notifications. by Julia Reynolds · 9 years ago
  10. 7219ada Add granular control over disabled effects. by Bryce Lee · 8 years ago
  11. 5717bd6 add an onListenerDisconnected() callback to NLS by Chris Wren · 8 years ago
  12. a82662e Merge "add a ranking service to the rocket" into nyc-dev by Chris Wren · 9 years ago
  13. 0efdb88 add a ranking service to the rocket by Chris Wren · 9 years ago
  14. be3696d Merge "rename the asisstant service for the ranker" into nyc-dev by Chris Wren · 9 years ago
  15. e24b9a6 Add a VR listener service. by Ruben Brunk · 9 years ago
  16. e0ba7eb rename the asisstant service for the ranker by Chris Wren · 9 years ago
  17. b8f53ee Notification listener and ranker callbacks on binder threads. by Svet Ganov · 9 years ago
  18. b77f9ec Merge "Revert "DO NOT SUBMIT: Hide VR features for preview."" into nyc-dev by Ruben Brunk · 9 years ago
  19. e5d76e8 Revert "DO NOT SUBMIT: Hide VR features for preview." by Ruben Brunk · 9 years ago
  20. 8ccb68a Merge "DO NOT SUBMIT: Hide VR features for preview." into nyc-dev by Ruben Brunk · 9 years ago
  21. 5081c0d Fix crash with decorated custom notifications by Adrian Roos · 9 years ago
  22. cfa66a2 DO NOT SUBMIT: Hide VR features for preview. by Ruben Brunk · 9 years ago
  23. 0edb50c Api review: NotificationManager by Julia Reynolds · 9 years ago
  24. 3b84812 Api review: Notification.Builder by Julia Reynolds · 9 years ago
  25. f0f629f Introduce IMPORTANCE_MIN. by Julia Reynolds · 9 years ago
  26. d560729 Update DND visual interruption choices. by Julia Reynolds · 9 years ago
  27. 10c63d8 move assistant to system API by Chris Wren · 9 years ago
  28. 3b543ca Revert "move assistant to system API" by Chris Wren · 9 years ago
  29. c441856 move assistant to system API by Chris Wren · 9 years ago
  30. 2d20a4d Merge "allow listeners to disable themselves" by Chris Wren · 9 years ago
  31. 0421e6d Sort notifications by importance. by Julia Reynolds · 9 years ago
  32. ab41eec allow listeners to disable themselves by Chris Wren · 9 years ago
  33. 6172158 DND visual interruptions: prevent screen on. by Julia Reynolds · 9 years ago
  34. 51017d0 implement assistant service connection by Chris Wren · 9 years ago
  35. dd18a0b Add a framework service tracking VR mode state. by Ruben Brunk · 9 years ago
  36. 1ed71f3 Frameworks/base: Fix Notification code by Andreas Gampe · 9 years ago
  37. 41c264b Merge "Add importance to notification guts." by Julia Reynolds · 9 years ago
  38. bdf3376 use importance instead of score by Chris Wren · 9 years ago
  39. ead00aa Add importance to notification guts. by Julia Reynolds · 9 years ago
  40. 5d25ee7 Topics can now have an Importance. by Julia Reynolds · 9 years ago
  41. 9fa689f Notification Assistant API by Chris Wren · 9 years ago
  42. f612869ae Allow DND mode to suppress visual interruptions. by Julia Reynolds · 9 years ago
  43. d9228f1 Stop populating RemoteViews in Notifications. by Julia Reynolds · 9 years ago
  44. c6ecbce Clarify the intention of setNotificationsShown by Amith Yamasani · 9 years ago
  45. 24fb894 drop corrupt notifications in the Listener by Chris Wren · 9 years ago
  46. 99a37f1 Null check when reconstituting legacy icon data. by Dan Sandler · 9 years ago
  47. 8783d3f Make all icon fields & extras sent to listeners backward-compatible. by Jose Lima · 9 years ago
  48. f5a7838 Make all icon fields & extras sent to listeners backward-compatible. by Daniel Sandler · 9 years ago
  49. 8077493 Zen: Simplify notification policy api, add zenmode api. by John Spurlock · 9 years ago
  50. f47e51e More usage tracking by Amith Yamasani · 9 years ago
  51. 1fc476d Zen: Add notification policy management api. by John Spurlock · 9 years ago
  52. 4f1163c Zen: Add a new level: alarms-only. by John Spurlock · 9 years ago
  53. 8310410 NLS: Add a public signal value for an undefined filter value. by John Spurlock · 10 years ago
  54. 955d8d6 Put in real "code" (aka marketing) name. by Dianne Hackborn · 10 years ago
  55. 0fef44d Add a returns clause to the matchesInterruptionFilter javadoc. by Chris Wren · 10 years ago
  56. 957ed70 getCurrentInterruptionFilter should return the filter value, not the hints. by Chris Wren · 10 years ago
  57. 704dd61 NoLiService: Delete @removed meetsInterruptionFilter by Christoph Studer · 10 years ago
  58. 69dd40d Merge "Reduce chance of notification listener dropped messages." into lmp-dev by Griff Hazen · 10 years ago
  59. 3ad4e3a Honor per-app sensitivity setting. by Chris Wren · 10 years ago
  60. 84a00ea Reduce chance of notification listener dropped messages. by Griff Hazen · 10 years ago
  61. 223f44e NoMan: Drop archive size to 100, strip EXTRA_BIG_TEXT by Christoph Studer · 10 years ago
  62. b82bc78 NoMan: Allow listeners to specify notification trim by Christoph Studer · 10 years ago
  63. 85a384b NoListener: Factor out ZEN mode API by Christoph Studer · 10 years ago
  64. ce7d6d2 NoListener: meetsInterruptionFilter -> matchesInterruptionFilter by Christoph Studer · 10 years ago
  65. ea75fdd Allow listeners to fetch current notifications by key. by Dan Sandler · 10 years ago
  66. 5c8ea2c Merge "New api to sync zen mode state from listeners." into lmp-dev by John Spurlock · 10 years ago
  67. d8afe3c New api to sync zen mode state from listeners. by John Spurlock · 10 years ago
  68. ce2e23f NoMan: Fix speedbump when no low-prio notifs by Christoph Studer · 10 years ago
  69. 4600f9b Strip RemoteViews from Notifications, re-create them in SysUI by Christoph Studer · 10 years ago
  70. dda48f1 NoListener: Optimize RankingMap by Christoph Studer · 10 years ago
  71. 1fa865f New NotificationListenerService listener flags api. by John Spurlock · 10 years ago
  72. 1d599da NotificationListenerService API: Avoid unnecessary allocations by Christoph Studer · 10 years ago
  73. d0694b6 NotificationListenerService: API updates by Christoph Studer · 10 years ago
  74. 5c507c1 Rename PrivateApi annotation to SystemApi. (DO NOT MERGE) by Jeff Brown · 10 years ago
  75. cee44ba Simplify NotificationListenerService API by Christoph Studer · 10 years ago
  76. 05ad482 Add ZEN and speedbump to NotificationListenerService by Christoph Studer · 10 years ago
  77. 1941fc7 Extend NotificationListenerService to support system use cases. by Chris Wren · 10 years ago
  78. f953664 notification ranking infrastructure by Chris Wren · 10 years ago
  79. a263e4e Pipe notifications from related users to listeners. by Kenny Guy · 11 years ago
  80. a429429 Enhance the NotificationListenerService api. by John Spurlock · 10 years ago
  81. da9a3be Improve error handling in listener services. by John Spurlock · 11 years ago
  82. c133ab8 Log errors found in notification listener callbacks. by John Spurlock · 11 years ago
  83. 04667da fix javadoc build also add some docs to the service by Scott Main · 11 years ago
  84. e6f7f2e API cleanup: NotificationListener by Daniel Sandler · 11 years ago
  85. 25cf8ce New NotificationListener API: getActiveNotifications() by Daniel Sandler · 11 years ago
  86. 1a497d3 Fix concurrency issues when parceling StatusBarNotifications. by Daniel Sandler · 11 years ago
  87. 5feceeb New NotificationListenerService. by Daniel Sandler · 12 years ago