Skip to content

Commit

Permalink
v3.4 ready
Browse files Browse the repository at this point in the history
aj3423 committed Nov 6, 2024
1 parent 33e936d commit c0c3c7a
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -24,8 +24,8 @@ android {
applicationId = "spam.blocker"
minSdk = 29
targetSdk = 35
versionCode = 303
versionName = "3.3"
versionCode = 304
versionName = "3.4"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
18 changes: 18 additions & 0 deletions metadata/en-US/changelogs/304.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
New:
- Meeting Mode, auto decline calls during online video conferences
- language support: Turkish(tr), thanks to @parduspanteri

Fix:
- "include spam database" switch not toggled on tapping
- when adding a rule, the error text is not refreshed on flags change

Improvement:
- upgrade translation engine from gemini v1.0 to v1.5, improving translation quality
- for languages that have long text, widgets will wrap to the next line if there's insufficient space left
- configurable "initial sms row count" in sms history
- new history context menu item "add number to spam db"
- search/delete number in spam db
- customizable http header for HttpDownload
- support clear-text HttpDownload
- rule list options: max display lines for the regex/description, max list height
- import SMS rules from .csv

0 comments on commit c0c3c7a

Please sign in to comment.