Skip to content

Commit 156f279

Browse files
committed
Prepare for 1.4.0 release
Updates include: - New mode with Shizuku - Faster locked app detection using UsageStats - Fallback service improvements - Option to choose fallback mode
1 parent 46bba2a commit 156f279

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android {
1515
minSdk = 26
1616
targetSdk = 36
1717
versionCode = 5
18-
versionName = "1.3.1"
18+
versionName = "1.4.0"
1919

2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121
}

fastlane/metadata/android/en-US/changelogs/5.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11

2-
* Experimental implementation for detecting locked apps faster with Accessibility + UsageStats (#24, #14)
2+
* Add new mode with Shizuku
3+
* Add method for detecting locked apps faster with UsageStats (#24, #14)
4+
* Start fallback services when one service fails or is not available
5+
* Add support for choosing fallback mode
36
* Fix repeated lock screen on some keyboards (#16)
47
* Exclude all system launchers from resetting lock states
58
* Better recents handling to prevent lock screen issues (#3)

0 commit comments

Comments
 (0)