patri9ck / a2ln-app

A way to display Android phone notifications on Linux (App)
GNU General Public License v3.0
83 stars 7 forks source link

Disable showing persistent notifications #38

Closed xrtxn closed 8 months ago

xrtxn commented 1 year ago

Description

I would like to disable a2ln to show persistent notifications (like download notifications and such) which spams the notifications.

patri9ck commented 1 year ago

This can be done by disabling the app causing the notification in the "Apps" tab.

xrtxn commented 1 year ago

Not really, if I disable the app, I will not get any notification. I still would like to receive the normal notifications.

patri9ck commented 1 year ago

I see. How about this: If two consecutive notification are at least to x % equal, the notification will be blocked for the next y minutes. Would this work for you? X and y can be set by the user.

xrtxn commented 1 year ago

That seems great!

patri9ck commented 8 months ago

Implemented, see #39