From 5b31ef8c4941c4c1a925f6fd2be98bea4ab3e362 Mon Sep 17 00:00:00 2001 From: aj3423 Date: Thu, 24 Oct 2024 12:07:36 +0800 Subject: [PATCH] v3.3 ready --- app/build.gradle.kts | 4 ++-- metadata/en-US/changelogs/303.txt | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 metadata/en-US/changelogs/303.txt diff --git a/app/build.gradle.kts b/app/build.gradle.kts index da8e4f82..23bca265 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -32,8 +32,8 @@ android { applicationId = "spam.blocker" minSdk = 29 targetSdk = 35 - versionCode = 302 - versionName = "3.2" + versionCode = 303 + versionName = "3.3" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/metadata/en-US/changelogs/303.txt b/metadata/en-US/changelogs/303.txt new file mode 100644 index 00000000..ba26f3c3 --- /dev/null +++ b/metadata/en-US/changelogs/303.txt @@ -0,0 +1,11 @@ +Fix: + +- RepeatedCall/Dialed fail to idenntify international and domestic numbers belonging to the same person. Thanks to @lbschenkel for the PR. + The permission READ_PHONE_STATE is necessary for this to work. (it's optional) +- History record not showing full date for old records + +Improvement: + +- Show execution coundown in the workflow context menu. +- Expand/Collapse workflow list by clicking the header +- New options for action "Import as Regex Rule": Create/Replace/Merge and Blacklist/Whitelist