Skip to content

Releases: BURG3R5/NotiFilter

v4.4.0

15 Feb 09:50
Immutable release. Only release title and notes can be modified.
45cb8e4

Choose a tag to compare

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

09 Feb 10:34
Immutable release. Only release title and notes can be modified.
ed47dd3

Choose a tag to compare

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

08 Feb 17:57
Immutable release. Only release title and notes can be modified.
24cd350

Choose a tag to compare

What's Changed

  • feat: Add "DEBOUNCE" action

Full Changelog: v4.1.2...v4.2.0

v4.1.2

05 Feb 08:21
Immutable release. Only release title and notes can be modified.
fbde5fa

Choose a tag to compare

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

28 Jan 10:54
9dd3b10

Choose a tag to compare

What's Changed

  • fix: Untangle cyclical initialization of Action

Full Changelog: v4.1.0...v4.1.1

v4.1.0

27 Jan 14:50
bb842ed

Choose a tag to compare

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

25 Jan 20:49
30b3948

Choose a tag to compare

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

22 Jan 09:45
1b4958e

Choose a tag to compare

What's Changed

  • feat: Optionally promote NotificationListener to foreground
  • feat: Let user edit filters
  • fix: Use paddingValues correctly
  • 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

15 Jan 15:50
f6c433d

Choose a tag to compare

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

12 Jan 19:40
f6a698f

Choose a tag to compare

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