1. 57dce7b Merge "Keep a light version of the SBN around" into qt-dev by Julia Reynolds · 5 years ago
  2. 0bf14e4 Merge "Split TextClassifierEvent into multiple subclasses" into qt-dev by Tony Mak · 5 years ago
  3. 75a7e2f Keep a light version of the SBN around by Julia Reynolds · 5 years ago
  4. 6d06337 Split TextClassifierEvent into multiple subclasses by Abodunrinwa Toki · 5 years ago
  5. 8cccf29 Always send Adjustment for importance by Jan Althaus · 5 years ago
  6. 9800d82 Merge "Update version numbers to 0210000000" into qt-dev by Akshay Thakker · 5 years ago
  7. cd6b115 Add supported PackageInfo to ExplicitHealthCheckService API by Zimuzo · 5 years ago
  8. 296acdf Update version numbers to 0210000000 by Akshay · 5 years ago
  9. ad2a947 Set the version code to 0200000000 by Jeff Hamilton · 5 years ago
  10. e680d60 Implement ExplicitHealthCheckService in ExtServices by Zimuzo · 5 years ago
  11. dab427e Call SmartActionsHelpers in a worker thread by Tony Mak · 5 years ago
  12. dcef8e3 Make adjustNotification working no matter the notification is just by Tony Mak · 5 years ago
  13. 9e0dfdc Support copy action in ExtServices by Tony Mak · 5 years ago
  14. 8c50dc1 Merge "Use updated DeviceConfig API's new getters to simplify invocations." by TreeHugger Robot · 5 years ago
  15. 3353c11 Use updated DeviceConfig API's new getters to simplify invocations. by Stanislav Zholnin · 5 years ago
  16. e4e4222 Merge "Set the minSdk and targetSdk." by Jeff Hamilton · 5 years ago
  17. 1d4bfed Set the minSdk and targetSdk. by Jeff Hamilton · 5 years ago
  18. d0ceefa API changes for NAS by Julia Reynolds · 5 years ago
  19. c1b13d0 Fix AssistantSettingsTest to properly write to DeviceConfig API, by Stanislav Zholnin · 5 years ago
  20. 84151d9 Migrate frameworks/base/tests/testables and its users to androidx.test by Brett Chabot · 5 years ago
  21. ddd78b2 Move NotificationAssistant flags into SystemUi namespace. by Gustav Sennton · 5 years ago
  22. fd2ec46 Merge "Fix API errors" by Julia Reynolds · 5 years ago
  23. 79f0277 Fix API errors by Julia Reynolds · 5 years ago
  24. 40d5ce0 A few missing pieces for logging in ExtServices by Tony Mak · 5 years ago
  25. 7689465 Merge "Do not generate smart suggestions if the last message is from local user" by TreeHugger Robot · 5 years ago
  26. e83f72e Merge "Add logcat logging for smart suggestions." by Gustav Sennton · 5 years ago
  27. 7179c27 Merge "Use ic_action_open when icon is not given in RemoteAction" by TreeHugger Robot · 5 years ago
  28. 7ab8308 Do not generate smart suggestions if the last message is from local user by Tony Mak · 6 years ago
  29. f7bc2c1 Use ic_action_open when icon is not given in RemoteAction by Tony Mak · 6 years ago
  30. 11e085a Exempt more notifications from heuristic by Julia Reynolds · 6 years ago
  31. e1a27ac Update ExtService to use suggestConversationActions by Tony Mak · 6 years ago
  32. 1c0c977 Make SmsHelper local to Assistant rather than a singleton (I accidentally by Nadia Benbernou · 6 years ago
  33. af41d5f Merge "Make sure notifications from the default sms app do not get filtered to the non-interruptive section." by Nadia Benbernou · 6 years ago
  34. 2d66b51 Add logcat logging for smart suggestions. by Gustav Sennton · 6 years ago
  35. 1ee91a3 Make sure notifications from the default sms app do not get filtered to the non-interruptive section. by Nadia Benbernou · 6 years ago
  36. 38cdbaf Fix ExtServices tests by Julia Reynolds · 6 years ago
  37. 5059dae Merge "Adding permission to use DeviceConfig API for AssistantSettings notification service. Permission check will be enforced later." by Stanislav Zholnin · 6 years ago
  38. d81e517 Merge "Don't recommend downranking _HIGH notifications" by Julia Reynolds · 6 years ago
  39. 98f6e69 Don't recommend downranking _HIGH notifications by Julia Reynolds · 6 years ago
  40. 78ce9ed Merge "Update the notification_assistant DeviceConfig namespace." by Gustav Sennton · 6 years ago
  41. 7e67bb0 Merge "Fix logging in ExtServices for Q Beta" by TreeHugger Robot · 6 years ago
  42. 41bf871 Fix logging in ExtServices for Q Beta by Tony Mak · 6 years ago
  43. 73a8c1b Update the notification_assistant DeviceConfig namespace. by Gustav Sennton · 6 years ago
  44. 6274a3a Adding permission to use DeviceConfig API for AssistantSettings by Stanislav Zholnin · 6 years ago
  45. bf1d8ab Merge "Rename smart replies and actions adjustment keys" by TreeHugger Robot · 6 years ago
  46. 3abecb4 Merge "Rename PERSON_USER_LOCAL and PERSON_USER_REMOTE" by TreeHugger Robot · 6 years ago
  47. 91daa15 Rename PERSON_USER_LOCAL and PERSON_USER_REMOTE by Tony Mak · 6 years ago
  48. a471699 Rename smart replies and actions adjustment keys by Tony Mak · 6 years ago
  49. 03a1d03 Add g/setScore and g/setEntityTypes to TextClassifierEvent by Tony Mak · 6 years ago
  50. 13cc6eb Add flags to control generation of Smart Suggestions in Notifications by Gustav Sennton · 6 years ago
  51. 202f25d onNotificationExpansionChanged is called only when the expansion change... by Tony Mak · 6 years ago
  52. 66f9187 Merge "Cleanup TextClassifier APIs" by TreeHugger Robot · 6 years ago
  53. 1e09345 Merge "Call AgingHelper.onNotificationRemoved in Assistant" by Ye Wen · 6 years ago
  54. 2256e01 Call AgingHelper.onNotificationRemoved in Assistant by Ye Wen · 6 years ago
  55. ae85aae Cleanup TextClassifier APIs by Tony Mak · 6 years ago
  56. 5ca575a Merge "Make ExtServices handle instant apps." by Julia Reynolds · 6 years ago
  57. 8a6765d Make ExtServices handle instant apps. by Julia Reynolds · 6 years ago
  58. ced1d00 API review correction: rename NAS.onActionClicked -> onActionInvoked. by Gustav Sennton · 6 years ago
  59. 836147e Rename onNotificationDirectReply to onNotificationDirectReplied as per ... by Tony Mak · 6 years ago
  60. 42d3cf3 Merge "Change the API for setting Notification Actions to be contextual." by TreeHugger Robot · 6 years ago
  61. 005d7a0 Change the API for setting Notification Actions to be contextual. by Gustav Sennton · 6 years ago
  62. 1d07be3 TYPE_DATE and TYPE_DATE_TIME should be considered as the same type by Tony Mak · 6 years ago
  63. 84cdbdf Merge "Send logs to TextClassifier by calling onTextClassifierEvent in NAS" by TreeHugger Robot · 6 years ago
  64. 3207e2f Fix NPE onNotificationRemoved by Julia Reynolds · 6 years ago
  65. 61f04da Remove finacial app sms access temp implementation due to security concern. by Hongming Jin · 6 years ago
  66. e94e078 Send logs to TextClassifier by calling onTextClassifierEvent in NAS by Tony Mak · 6 years ago
  67. c4359bf Add id to ConversationActions and conversationId to its Request by Tony Mak · 6 years ago
  68. 9bd78cc Merge "Mainline module service implementation for financial sms message read." by Hongming Jin · 6 years ago
  69. a44e66a Merge changes from topic "reference_time_tc" by TreeHugger Robot · 6 years ago
  70. 9e92438 Mainline module service implementation for financial sms message read. by Hongming Jin · 6 years ago
  71. 43a899f Populate person and reference time, uses more than the last message in NAS by Tony Mak · 6 years ago
  72. 82fa8d9 Pass reference time / locales of messages to the model by Tony Mak · 6 years ago
  73. 52c748d Merge "Added new API to set field classification algorithms per category." by Adam He · 6 years ago
  74. 22b8d9e Make smart suggestion generation configurable by Milo Sredkov · 6 years ago
  75. 71d53e0 Added new API to set field classification algorithms per category. by Adam He · 6 years ago
  76. 30aa4d3 Merge "Flips default for new interruption model setting to on." by TreeHugger Robot · 6 years ago
  77. ddb9b50 Suggesting at most three smart actions by Tony Mak · 6 years ago
  78. 9b2348b Flips default for new interruption model setting to on. by Gus Prevas · 6 years ago
  79. 7d4b3a5 Add onActionClicked in NotificationAssistantService by Tony Mak · 6 years ago
  80. 2999670 Add onSuggestedReplySent in NotificationAssistantService by Tony Mak · 6 years ago
  81. eda84a7 Introduce onNotificationExpansionChanged and onNotificationDirectReplied .. by Tony Mak · 6 years ago
  82. 862095a Changes notification auto-demotion to use secure setting. by Gus Prevas · 6 years ago
  83. d287485 Update ExtService to use suggestConversationActions API to generate replies by Tony Mak · 6 years ago
  84. c6f53ea Smart actions and replies feature should not be guarded by by Tony Mak · 6 years ago
  85. aa1231f Put notification demotion behind flag by Beverly · 6 years ago
  86. b6bd93d Add APIs for notification app overlays by Julia Reynolds · 6 years ago
  87. cded3f1 Merge "Additional functionality for the noti asst" by Julia Reynolds · 6 years ago
  88. 48a6ed9 Additional functionality for the noti asst by Julia Reynolds · 6 years ago
  89. 067a739 Don't increase notif importance when shouldSilence by Beverly · 6 years ago
  90. 2fe035b Revert "Fixed FieldClassificationStrategy that gets data from the package info." by Ryan Mitchell · 6 years ago
  91. fd4099d Add ability to pass user sentiment to assistant by Julia Reynolds · 6 years ago
  92. cfd2692 Add AndroidTest file for ExtServices by Julia Reynolds · 6 years ago
  93. 6a63d1b The quietening round 3: aging by Julia Reynolds · 6 years ago
  94. 901bf28 The quietening part 2: rules by Julia Reynolds · 6 years ago
  95. efcdff4 The quietening round 2 part 1 by Julia Reynolds · 6 years ago
  96. c4f2ec7 Merge "Allow NotificationAssistantService to suggest smart replies" by TreeHugger Robot · 6 years ago
  97. c9acf67 Allow NotificationAssistantService to suggest smart replies by Tony Mak · 6 years ago
  98. cfa0d49 Fixed FieldClassificationStrategy that gets data from the package info. by Felipe Leme · 6 years ago
  99. c68b280 Ignore notification from other users by Tony Mak · 6 years ago
  100. 9145fb6 Fix smart action is not enabled in first whatsapp notification by Tony Mak · 6 years ago