NextcloudServices icon indicating copy to clipboard operation
NextcloudServices copied to clipboard

Notification distribution

Open 0xf104a opened this issue 1 year ago • 0 comments

The general idea of issue is to make notifications available for other apps by broadcasting them as intents. This would enable other developers to use this app as notification distributor. The genaral implementation plan as follows:

  • [ ] Create own permission for other app receiving intent
  • [ ] Create an intent distributor which would pack notification(both its parsed part and raw version)
  • [ ] Create an API which would allow apps with abovementioned permissions to disable some notification channels, so we avoid duplicating notifications

See https://github.com/0x50f13/NextcloudServices/issues/10#issuecomment-2154761055 and https://github.com/stefan-niedermann/nextcloud-deck/issues/1638#issuecomment-2150459728

0xf104a avatar Jun 07 '24 12:06 0xf104a