Releases: BURG3R5/NotiFilter
v4.4.0
What's Changed
- fix: Debounce using mutes instead of snoozes
- feat: Add "MUTE" action
- fix: Replace faulty slider components
- fix: Add "ALERT" action
- perf: Reduce load time of UpsertFilterScreen
Full Changelog: v4.3.0...v4.4.0
v4.3.0
What's Changed
- feat: Let user delete notifications
- fix: Reset filter's hits when disabling history
Full Changelog: v4.2.0...v4.3.0
v4.2.0
v4.1.2
What's Changed
- fix: Pad the list of filters to prevent blocking by FAB
Full Changelog: v4.1.1...v4.1.2
v4.1.1
v4.1.0
What's Changed
- fix: Handle TAP_NOTIFICATION on Android 14 & 15
- feat: Let filters target all apps
- fix: Improve UI of "create/edit filter" screen
Full Changelog: v4.0.0...v4.1.0
v4.0.0
What's Changed
- feat: Display app names instead of package strings
- feat: Store INFO and ERROR logs
- feat: Add "TAP_NOTIFICATION" action (requires an Accessibility Service)
- fix: Sort filters by id
Users can now copy recent info and error logs from the settings screen, making it easier to diagnose issues.
Important
The database schema has changed significantly. Updating the app will migrate existing filters & notifications automatically, but v3 exports cannot be imported into v4. Please re-export your filters after updating.
Full Changelog: v3.4.0...v4.0.0
v3.4.0
What's Changed
- feat: Optionally promote
NotificationListenerto foreground - feat: Let user edit filters
- fix: Use
paddingValuescorrectly - feat: Warn if pattern doesn't match notification
Users can now choose to run the NotificationListener service in the foreground. Check out the app settings to enable this.
Filters can now be edited. The "add/edit filter" form is a dedicated screen with clean and stable UI.
During filter creation, regex pattern(s) will now be checked against the zapped notification, displaying a warning if no match is found.
Full Changelog: v3.3.0...v3.4.0
v3.3.0
What's Changed
- feat: Add choice of target for regex pattern(s)
- feat: Add monochrome layer to launcher icon
- fix: Use drawables instead of ImageVectors
- feat: Show all search results in apps dropdown
Users can now choose which part of the notifications the regex patterns should target (title, content, any, or both).
Full Changelog: v3.2.0...v3.3.0
v3.2.0
What's Changed
- feat: Add "BATCH" action - ensures notifications are sent in batches, once every X hour(s)
- fix: Ignore group summary notifications
- fix: Display schedule correctly
- feat: Add "DELAY" action - snoozes notifications until the filter becomes inactive
Full Changelog: v3.1.1...v3.2.0