koro666 / notifikator

Android Notification Forwarder
12 stars 5 forks source link

Feature Request: Select Apps for Notifications #3

Open neo-neo1 opened 1 year ago

neo-neo1 commented 1 year ago

Firstly, great project thanks for sharing.

My request is to have a feature in the Android app to disable/enable which apps send notifications.

I tried using it with Kodi and unfortunately had to disable it due to amount of needless notifications gets sent.

Why? For example, on my Samsung phone there is a notification which shows the battery percentage when charging. This notification seems to update multiple times a second and it keeps spamming Kodi with the current percentage.

And other similar reasons. It would be great to have control over which apps send notifications.

thanks

koro666 commented 1 year ago

Implementing this is in my plans, when I get back to it (might be a while).

That, and figuring out how to mass-filter auto-updating notifcations like this one and the Google Maps one.

neo-neo1 commented 1 year ago

Implementing this is in my plans, when I get back to it (might be a while).

That, and figuring out how to mass-filter auto-updating notifcations like this one and the Google Maps one.

Following up on this. Have you had a chance to implement this? Thanks for your effort.

Earning to use this but unfortunatelyin its current form it's not usable for most people. Thanks again

Thanks again

koro666 commented 1 year ago

No I haven't, I have lots of things going on at the moment.

Someone started a fork, maybe they will add it.

scottmconway commented 1 year ago

@koro666 in case you're interested, I "solved" this by simply having the user source a text file with a list of package names to seed a denylist, and storing the result in shared preferences.

I'd much rather have a UX similar to AFWall's application picker, but this is at least functional.

https://github.com/scottmconway/notifikator/pull/4/files

koro666 commented 5 months ago

When I'll get back to it, yes, I intend to add a proper UI for this.