Skip to content

Commit

Permalink
v1.16 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
aj3423 committed Jul 6, 2024
1 parent 32448ef commit 1ca6804
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ android {
applicationId = "spam.blocker"
minSdk = 29
targetSdk = 34
versionCode = 115
versionName = "1.15"
versionCode = 116
versionName = "1.16"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/rule.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
android:layout_width="16dp"
android:layout_height="16dp"
android:layout_marginTop="1dp"
android:layout_marginEnd="6dp"
android:src="@drawable/ic_number_sign"
android:gravity="center_vertical"
tools:ignore="ContentDescription"
Expand All @@ -73,6 +72,7 @@
android:layout_width="16dp"
android:layout_height="16dp"
android:layout_marginTop="1dp"
android:layout_marginStart="6dp"
android:src="@drawable/ic_open_msg"
android:gravity="center_vertical"
app:layout_constraintEnd_toStartOf="@+id/img_block_type"
Expand All @@ -97,7 +97,7 @@
android:id="@+id/img_for_call"
android:layout_width="20dp"
android:layout_height="20dp"
android:layout_marginEnd="4dp"
android:layout_marginEnd="2dp"
android:src="@drawable/ic_call_24dp"
android:gravity="center_vertical"
app:layout_constraintEnd_toStartOf="@+id/img_for_sms"
Expand Down
9 changes: 9 additions & 0 deletions metadata/en-US/changelogs/116.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Breaking:
- After upgrading to this version, QuickCopy rules are updated, please backup again.
Fix:
- Rule notification icon missing in light theme
Improvement:
- QuickCopy supports copying phone number
- Click history record to open the conversation in call/sms app
- New theme type "follow system"(used by default)
- Improved UI
Binary file modified metadata/en-US/images/phoneScreenshots/1.call.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified metadata/en-US/images/phoneScreenshots/2.sms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified metadata/en-US/images/phoneScreenshots/3.setting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1ca6804

Please sign in to comment.