Releases: nktnet1/webview-kiosk
Releases · nktnet1/webview-kiosk
v0.26.3
Changes
- fix: handle system webview crash via onRenderProcessGone (#214)
Full Changelog: v0.26.2...v0.26.3
v0.26.2
Changes
- fix(mqtt): restrict port & other integer fields to avoid crash
- feat: qr code provisioning - installation method with device owner (#211)
Full Changelog: v0.26.1...v0.26.2
v0.26.1
Changes
- fix(mqtt): wk/settings brightness not applying for foreground service (#209)
Full Changelog: v0.26.0...v0.26.1
v0.26.0
UnifiedPush
Adds support for UnifiedPush, a decentralised push notification system designed to be privacy-friendly, flexible, and open.
Similar to MQTT, this can be used to remotely:
- perform actions via commands
- update the app settings
To use this feature, you will need a distributor application such as sunup or ntfy.
For more details, visit the documentation:
Full Changelog: v0.25.8...v0.26.0
v0.25.8
Changes
- feat: set home url using history
- feat: append bookmarks with the current URL or select from history (#203)
Full Changelog: v0.25.7...v0.25.8
v0.25.7
Changes
- fix: skip auth for file picker (for import/file upload) - #198
Full Changelog: v0.25.6...v0.25.7
v0.25.6
Summary
- feat: allow system apps to be added to lock task packages
- feat: web engine -> allow file picker setting
- feat: allow file export/import (to and from device storage)
- feat: clear_cache command (MQTT)
- feat: gracefully handle missing android system webview (avoid crash)
- fix: external app storage creation for android TVs
- fix: hide slider when device brightness is restricted
Pull Requests
- chore: rearrange android sections in app/build.gradle.kts by @rjiang-dev in #187
- chore: remove deprecated playstore package name fix script by @rjiang-dev in #188
- refactor: use app_name string resource instead of object constant by @rjiang-dev in #190
- feat: gracefully handle missing android system webview by @nktnet1 in #191
- feat: allow file export/import by @nktnet1 in #194
- feat: clear_cache mqtt command by @kiddyfurby in #193
- fix: app storage side effect (getExternalFilesDir) by @nktnet1 in #195
- feat: file picker support by @nktnet1 in #196
- feat: allow system apps to be added to lock task packages by @nktnet1 in #197
New Contributors
- @rjiang-dev made their first contribution in #187
- @kiddyfurby made their first contribution in #193
Full Changelog: v0.25.5...v0.25.6
v0.25.5
Changes
- feat(mqtt): allow packages to be launched via commands
- feat(mqtt): allow requesting launchable and lock task permitted packages
- feat(about): add source code url to system app info
- fix(mqtt): wk/command notify - default content text value
- fix(mqtt): string resource
Pull requests
What's Changed
Full Changelog: v0.25.4...v0.25.5
v0.25.4
Changes
- feat(mqtt): connection -> session expiry interval
- fix(mqtt): default data for page up, page down and notify commands
- fix(mqtt): foreground service acquire partial wakelock
- fix(mqtt): subscribe only on initial connect - avoid duplicated callbacks
- fix(mqtt): publish connect event when reconnecting
Pull requests
- fix(mqtt): subscribe only on initial connect - avoid duplicated callbacks by @nktnet1 in #179
- feat(mqtt): connection -> session expiry interval by @nktnet1 in #180
- refactor: combine kiosk control panel and address bar actions by @nktnet1 in #181
- fix(mqtt): foreground service acquire partial wakelock by @nktnet1 in #182
Full Changelog: v0.25.3...v0.25.4
v0.25.3
Changes
- feat: add isDeviceInteractive to MQTT connected event and get_status response
- feat: add MQTT notify command to send notifications
- fix: disable mqtt control buttons until action completes
- fix: text font size, padding, spacing, button height
- fix: inconsistent user settings + import/export
Full Changelog: v0.25.2...v0.25.3