What's new in Kiosk Satellite 2026.8.21
Bug Fix: Keep screen on did nothing after a device reboot (#167)
- When the app started at boot it came up before its screen existed, so the keep-awake flag could not be set yet. The failure was only logged, and the screen was left to time out until the setting was toggled by hand, which happened to re-apply the flag.
- The flag is now re-applied the moment the app reaches the foreground, so a boot start behaves exactly like a hand start. The recovery is visible in the app logs as "wakelock enabled on retry".
- The same re-apply also restores the flag when the app's screen is rebuilt after a crash recovery, which used to silently drop it.