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

[Feature Request] Filtering out silent notifications #78

Open
zeekhuge opened this issue Sep 7, 2022 · 5 comments
Open

[Feature Request] Filtering out silent notifications #78

zeekhuge opened this issue Sep 7, 2022 · 5 comments
Labels
enhancement New feature or request

Comments

@zeekhuge
Copy link

zeekhuge commented Sep 7, 2022

Describe the solution you'd like

Would be super cool if we could filter out Silent notifications and just show Alterting notifications.

Additional Context here

PS: I am developer myself, and would love to help and implement this with your guidance (where should I start in the code-base ? where should I look for this ? etc).

PPS: Great app. Thanks for it.

@zeekhuge zeekhuge added the enhancement New feature or request label Sep 7, 2022
@zeekhuge zeekhuge changed the title [Feature Request] Your Title [Feature Request] Filtering out silent notifications Sep 7, 2022
@Domi04151309
Copy link
Owner

This sounds like a great idea, but I'm uncertain how much effort this will require since the Notification API is lacking a lot of info, that the Android System has access to. Feel free to give it a try.

Starting Points:

Can you move the Notification gap request to a new issue? I think it's easier to manage that way.

@zeekhuge
Copy link
Author

zeekhuge commented Sep 7, 2022

Can you move the Notification gap request to a new issue? I think it's easier to manage that way.

Ok. Will do that.

About the notifications API, the docs have the following

image

Do you think this can be used ?

@Domi04151309
Copy link
Owner

I don't think this can be used because it doesn't tell us about individual notifications.

@rlees85
Copy link
Contributor

rlees85 commented Oct 26, 2023

I think you can do this just by tweaking the notification permissions you grant to "always on". I think there is an option to not grant permission to silent notifications which should achieve this?

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

3 participants