Skip to content

Commit bf8deb0

Browse files
committed
0.25.2
1 parent 0273a8e commit bf8deb0

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ android {
4141
applicationId = "uk.nktnet.webviewkiosk"
4242
minSdk = 21
4343
targetSdk = 36
44-
versionCode = 106
45-
versionName = "0.25.1"
44+
versionCode = 107
45+
versionName = "0.25.2"
4646
buildConfigField("int", "MIN_SDK_VERSION", "$minSdk")
4747
}
4848

metadata/en-US/changelogs/107.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Changes
2+
3+
- feat: allow mqtt commands to wake the screen (uses WAKE_LOCK permission)
4+
- feat: maintain MQTT connection using a foreground service (configurable)
5+
- feat: new mqtt events:
6+
- Screen On/Off
7+
- User Present
8+
- App Background/Foreground
9+
- Power Plugged/Unplugged
10+
- Admin Restrictions Changed
11+
- feat: support for other url schemes (intent) in lock task mode
12+
- fix: duplicated command received in debug logs
13+
- fix: allow mqtt toast command data to be null

0 commit comments

Comments
 (0)