Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notification distribution #85

Open
3 tasks
0xf104a opened this issue Jun 7, 2024 · 0 comments
Open
3 tasks

Notification distribution #85

0xf104a opened this issue Jun 7, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@0xf104a
Copy link
Owner

0xf104a commented Jun 7, 2024

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 #10 (comment) and stefan-niedermann/nextcloud-deck#1638 (comment)

@0xf104a 0xf104a added the enhancement New feature or request label Jun 7, 2024
@0xf104a 0xf104a self-assigned this Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant