File tree Expand file tree Collapse file tree
metadata/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments