Skip to content

Releases: ShinyDiscoBallsDev/kiFOSSk

kiFOSSk v1.0.1

Choose a tag to compare

@ShinyDiscoBallsDev ShinyDiscoBallsDev released this 03 Aug 22:44

What's Changed

Fixed

  • URL validation to block malicious schemes (javascript:, file:, intent:, etc.)
  • Empty URL in settings now falls back to safe default
  • First-run race condition — Settings clears only after URL is validated
  • Network retry limit prevents infinite battery drain

Known Issues

  • Lock screen may appear after Android system updates (not on normal reboots)

kiFOSSk v1.0.0

Choose a tag to compare

@ShinyDiscoBallsDev ShinyDiscoBallsDev released this 01 Aug 16:19

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[1.0.0]

Added

  • Initial public release of kiFOSSk.
  • Home Launcher mode for automatic boot startup.
  • Lockscreen bypass via setShowWhenLocked().
  • Settings Activity with configurable dashboard URL, orientation, and boot autostart.
  • Long-press gesture to access settings (2-second hold on screen corner).
  • Battery optimization request dialog.
  • Dark-themed loading screen during WebView initialization.
  • Immersive fullscreen mode with navigation/status bar hidden.
  • Back button blocking to prevent accidental exits.

Fixed

  • Initial release stability and permission validation.