Skip to content

Releases: nktnet1/webview-kiosk

v0.26.3

02 Mar 05:26
02571ec

Choose a tag to compare

Changes

  • fix: handle system webview crash via onRenderProcessGone (#214)

Full Changelog: v0.26.2...v0.26.3

v0.26.2

26 Feb 23:21
e54bb74

Choose a tag to compare

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

25 Feb 21:52
1318215

Choose a tag to compare

Changes

  • fix(mqtt): wk/settings brightness not applying for foreground service (#209)

Full Changelog: v0.26.0...v0.26.1

v0.26.0

24 Jan 03:10
98e1dda

Choose a tag to compare

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:


#183

Full Changelog: v0.25.8...v0.26.0

v0.25.8

19 Jan 12:03
ecdc9d4

Choose a tag to compare

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

12 Jan 02:59
94c0e6e

Choose a tag to compare

Changes

  • fix: skip auth for file picker (for import/file upload) - #198

Full Changelog: v0.25.6...v0.25.7

v0.25.6

04 Jan 06:37
b556173

Choose a tag to compare

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

Full Changelog: v0.25.5...v0.25.6

v0.25.5

28 Dec 14:09
b70c58c

Choose a tag to compare

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

24 Dec 03:53
4027cb6

Choose a tag to compare

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

23 Dec 06:56
4833fe7

Choose a tag to compare

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

#176, #177

Full Changelog: v0.25.2...v0.25.3