Releases: cycloarcane/TUI-ConsoleLauncher
Releases Β· cycloarcane/TUI-ConsoleLauncher
v7.0.0 β Stable
v7.0.0 β Stable Release
Major stability and compatibility release targeting modern Android (API 21β36).
Highlights
- Android 14+ (API 34) compatibility β full modernization of permissions, broadcast receivers, and security hardening
- Android 16 (API 36) tested β verified on latest emulator images
- Removed BusyBox integration β incompatible with modern Android seccomp/SELinux policies; Android's built-in toybox provides ls, grep, cat, find, sed, awk, and other standard utilities out of the box
- Location crash fix β resolved crash from location listener, implemented on-demand permissions, and proper listener disposal
- Improved uninstall command β more reliable with better user feedback
- Upstream synchronized β merged with latest upstream master
Breaking Changes
bbmancommand removed (BusyBox install/remove). Shell commands work natively via Android's toybox.
APK
Signed release APK attached.
v6.15.2-updated-v4 (Synchronized)
Synchronized release with latest upstream master changes and uninstall command fix.
v6.15.2-updated-v3
Reliability improvements for the uninstall command and updated manifest permissions.
Release v6.15.2-updated-v2
Maintenance & UX Release:
- Resolved crash when Location permissions are denied.
- Implemented On-Demand Permissions: Location/Phone info is now requested only when using related features.
- Added 'explain' command for a quick feature summary.
- Added 'weather' command alias for easier access.
- Fixed theme transparency issues when using presets.
- Professional time formatting for weather updates (HH:mm).
Release v6.15.1-updated-v2
Bugfix Release:
- Fixed an issue where the WiFi SSID was showing as 'unknown' on Android 10+ devices.
- Now requests ACCESS_FINE_LOCATION and ACCESS_COARSE_LOCATION permissions on startup to correctly retrieve WiFi info.
Release v6.15-updated-v2
Official release of the modernized T-UI Launcher.
Key features:
- API 34 Compatibility
- Verified BusyBox Integration (bbman)
- Android 10+ Execution Fixes
- Hardened Security & Removed Obsolete Links