Skip to content

Releases: cycloarcane/TUI-ConsoleLauncher

v7.0.0 β€” Stable

24 Mar 18:19

Choose a tag to compare

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

  • bbman command removed (BusyBox install/remove). Shell commands work natively via Android's toybox.

APK

Signed release APK attached.

v6.15.2-updated-v4 (Synchronized)

24 Mar 16:36

Choose a tag to compare

Synchronized release with latest upstream master changes and uninstall command fix.

v6.15.2-updated-v3

24 Mar 16:19

Choose a tag to compare

Reliability improvements for the uninstall command and updated manifest permissions.

Release v6.15.2-updated-v2

21 Mar 00:16

Choose a tag to compare

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

28 Feb 16:14

Choose a tag to compare

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

27 Feb 18:50

Choose a tag to compare

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