Releases: ShinyDiscoBallsDev/kiFOSSk
Releases · ShinyDiscoBallsDev/kiFOSSk
Release list
kiFOSSk v1.0.1
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
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.