Skip to content

Commit aa59449

Browse files
committed
Update version
1 parent 9435d38 commit aa59449

File tree

8 files changed

+8
-5
lines changed

8 files changed

+8
-5
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ NotiFilter listens to all device notifications and quietly manages those that ma
2828
8. Play an alert 🔔
2929
- **Schedule** - Choose when filters run (e.g. only during work hours) ⏰
3030
- **History** - Recently dismissed notifications are stored (locally), just in case 😉
31+
- **Widget** - Configure filters to send notifications to a home screen widget 📱
3132
- **Export/Import** - Backup or transfer your filters as JSON files 📂
3233
- **Free, open-source & private**
3334
- No ads, subscriptions, or in-app purchases 🆓

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId = "co.adityarajput.notifilter"
1919
minSdk = 29
2020
targetSdk = 36
21-
versionCode = 21
22-
versionName = "4.4.0"
21+
versionCode = 22
22+
versionName = "4.5.0"
2323

2424
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2525
}

app/src/main/java/co/adityarajput/notifilter/data/AppContainer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class AppContainer(private val context: Context) {
8787
"Update available",
8888
Action.ALERT,
8989
RegexTarget.AND,
90-
"NotiFilter",
90+
"NotiFilter|Alarmetrics|FileFlow",
9191
historyEnabled = false,
9292
),
9393
Filter(

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<resources>
33
<string name="app_name" translatable="false">NotiFilter</string>
44
<string name="app_name_launcher" translatable="false">NotiFilter</string>
5-
<string name="app_version" translatable="false">4.4.0</string>
5+
<string name="app_version" translatable="false">4.5.0</string>
66

77
<!-- region FiltersScreen -->
88
<string name="no_filters">No filters added.\nTap + to get started.</string>

metadata/en-US/changelogs/22.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
• feat: Add "DISTURB" action
2+
• feat: Display selected notifications in homescreen widget
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<p>NotiFilter listens to all device notifications and quietly manages those that match your filters.</p><p><strong>Features:</strong><ul><li>Filters: Use regex to precisely target annoying notifications from each app.</li><li>Actions: Choose what to do with the filtered notifications - dismiss, tap, delay, batch, debounce, mute, or alert.</li><li>Schedule: Choose when filters run (e.g. only during work hours)</li><li>History: Recently dismissed notifications are stored (locally), just in case.</li><li>Export/Import: Backup or transfer your filters as JSON files.</li><li>Private: Fully offline; your data never leaves your device.</li><li>Lightweight: Runs in the background with minimal battery and memory usage.</li></ul></p>
1+
<p>NotiFilter listens to all device notifications and quietly manages those that match your filters.</p><p><strong>Features:</strong><ul><li>Filters: Use regex to precisely target annoying notifications from each app.</li><li>Actions: Choose what to do with the filtered notifications - dismiss, tap, delay, batch, debounce, mute, or alert.</li><li>Schedule: Choose when filters run (e.g. only during work hours)</li><li>History: Recently dismissed notifications are stored (locally), just in case.</li><li>Widget: Configure filters to send notifications to a home screen widget.</li><li>Export/Import: Backup or transfer your filters as JSON files.</li><li>Private: Fully offline; your data never leaves your device.</li><li>Lightweight: Runs in the background with minimal battery and memory usage.</li></ul></p>
-2.52 KB
Loading
-1018 Bytes
Loading

0 commit comments

Comments
 (0)