Open zeekhuge opened 2 years ago
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:
NotificationService.kt
for filtering notificationsLAFFilterNotificationsActivity.kt
for configuring the filterAlwaysOnCustomView.kt
for drawing the iconsCan you move the Notification gap request to a new issue? I think it's easier to manage that way.
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
Do you think this can be used ?
I don't think this can be used because it doesn't tell us about individual notifications.
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?
Describe the solution you'd like
Would be super cool if we could filter out
Silent
notifications and just showAlterting
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.