Is your feature request related to a problem? Please describe.
Currently, the History section acts as a static log. When a notification is filtered/blocked, users cannot interact with it. If a user wants to view a message or alert that was caught by a filter, they must exit NotiFilter, find the app manually, and navigate to the content. This limits the usefulness of the history as a "functional inbox."
Describe the solution you'd like
I would like to see an "Open" action for each notification in the history. This would ideally:
- Attempt to trigger the original
PendingIntent of the notification if it is still valid in memory.
- Fall back to launching the source application's main activity if the specific intent has expired or the phone has restarted.
Is your feature request related to a problem? Please describe.
Currently, the History section acts as a static log. When a notification is filtered/blocked, users cannot interact with it. If a user wants to view a message or alert that was caught by a filter, they must exit NotiFilter, find the app manually, and navigate to the content. This limits the usefulness of the history as a "functional inbox."
Describe the solution you'd like
I would like to see an "Open" action for each notification in the history. This would ideally:
PendingIntentof the notification if it is still valid in memory.