Skip to content

Commit

Permalink
v1.20 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
aj3423 committed Aug 12, 2024
1 parent 3e8a708 commit 914d5aa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
applicationId = "spam.blocker"
minSdk = 29
targetSdk = 35
versionCode = 119
versionName = "1.19"
versionCode = 120
versionName = "1.20"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
14 changes: 14 additions & 0 deletions metadata/en-US/changelogs/120.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
New:
- adapt android 15, changes:
- the top bar no longer shows green/red to indicate enabled or not
- "Delete All Rules" context menu item

Fix:
- no more ghost process that always redirects to the sms app

Enhancement:
- testing now works with RepeatedCall, it also checks local db(only when testing)
- red indicator for swiping left
- Import rules from csv:
- use filename as description
- show warning when the .csv doesn't contain the required column "pattern", to prevent empty rows

0 comments on commit 914d5aa

Please sign in to comment.