Thor v1.81.8 Release Notes
This release introduces major enhancements to app management, sharing, and project support. It features advanced Freezer filtering, direct APK/APKs sharing, centralized cache clearing options for root users, flavor-separated support developer channels, a redesigned dashboard community section, and critical bug fixes.
What's Changed
๐ Features & UX Enhancements
- User/System App Filter: Added a User/System app toggle inside the Freezer Settings sheet using the custom
ConnectedButtonGroupcomponent to easily partition apps. - Automatic Disabled Apps Import: Automatically detects disabled apps outside the Freezer and prompts the user on first launch to import them. The prompt state is robustly marked as shown only when the user explicitly interacts (confirms, cancels, or dismisses) with the dialog.
- Settings Auto-Hide: The "Import disabled apps" button in the Freezer settings sheet automatically hides if there are no disabled apps outside the freezer left to import.
- App Filtering & Selection Improvements: Multi-select actions (like Select All and selection counts) on the Freezer screen now operate exclusively on the currently visible filtered apps.
- Direct APK & APKS Sharing: Upgraded sharing behavior to share the actual base APK (or a packaged
.apkszip with split APKs and standardmanifest.jsonmetadata) instead of a simple market link. - Batch Sharing: Added a Share option to the multi-select toolbar to share multiple app packages at once.
๐งน Cache Management (Root Users)
- Clear Cache Dashboard Option: Added a clear cache option on the dashboard for root users, supporting custom selection between user and system app cache clearing with confirmation safeguards.
๐ ๏ธ Bug Fixes & Under-The-Hood
- App List Filtering: Fixed the AppList screen filters where choosing an activity state (like frozen) could result in an empty list due to stale raw cache states.
- Dependencies: Centralized build versioning (
compileSdk,targetSdk, andminSdk) inlibs.versions.tomland upgraded Maven dependency packages.