Thor v1.90.3 Release Notes
Features and reliability: sort your apps by install size, export APKs/bundles to any folder, plus installer and privilege fixes across the board.
What's Changed
📏 Sort by Size (#57)
- New Size sort option — order the app list by total install size (app + data + cache).
- Each app's total size now appears in the App Info sheet.
- Size data needs Usage Access: Thor shows a clear prompt, and a new Permissions section in Settings surfaces the current Usage Access status.
📤 Export to Folder (#164)
- Export an app's APK — or its full split bundle — straight to a folder you choose, via the system picker / MediaStore.
- Redesigned export sheet with scrollable tabs, and an Export action added to the App Info dialog.
- Thor remembers your chosen export destination for next time.
⚡ Reactive Privileges (#224)
- Root / Shizuku / Dhizuku availability now updates live across Home, App List, and Freezer.
- No more privilege "flash" on cold start — screens wait for the real privilege state and pick up a newly granted privilege immediately.
📦 Installer
- Bundles with dotted names now open. File managers can hand Thor a bundle whose filename contains version numbers or a source domain (e.g.
App_1.2.3.xapk,Amazon+Shopping_32.12.4.100_APKPure.xapk). The old intent filter only matched single-dot names; it now matches any name viapathSuffix(Android 12+) with a dot-countpathPatternfallback for older versions. (#159) .apkpsupport —.apkpbundles are now recognized both when opening a file and when detecting the bundle type.- Root install reliability — fixed root installs failing with a bare exit 255; the installer now runs via an install session and surfaces the real
pmfailure reason instead of a generic error. (#232)