Skip to content

Releases: pass-with-high-score/universal-installer

v1.9.11

Choose a tag to compare

@nqmgaming nqmgaming released this 02 Jul 00:32
  • Add System Installer fallback when installation fails.
  • Fix filename sanitization to allow parentheses.
  • Fix visibility of background service apps.
  • Fix root mode default installer.

v1.9.10

Choose a tag to compare

@nqmgaming nqmgaming released this 01 Jul 01:04
  • Added Open App button in install history.
  • Added configuration sheet for individual apps during batch install.
  • Added pull-to-refresh down gesture.
  • Improved Root engine setup and silent installation.
  • Cleared batch selection cleanly when pressing the back button.
  • Refined History card UI and improved fallback for apps without launcher intents.
  • Keep Root engine picker selectable to allow access requests.

v1.9.9

Choose a tag to compare

@github-actions github-actions released this 01 Jul 01:12
chore: bump version to 1.9.10 (30)

v1.9.8

Choose a tag to compare

@nqmgaming nqmgaming released this 27 Jun 18:20

• Add install engine picker (default, Shizuku, or root)
• Redesign list cards with flat outline style
• Fix APK extract crash on certain filename templates
• Fix installer profile not accessible from install flow
• Fix long package names overlapping in app details
• Sort installed apps by last updated
• Split app badge on installed apps list
• Built-in directory picker for extract output
• XAPK format for split app extraction
• Bulk extract for selected installed apps

v1.9.7

Choose a tag to compare

@nqmgaming nqmgaming released this 24 Jun 16:52
  • Fix searching for APK files on external SD cards (Issue #68).
  • Improve accessibility for selected items in the Manage Tab (Issue #69).

v1.9.6

Choose a tag to compare

@nqmgaming nqmgaming released this 22 Jun 17:46
  • Fix incorrect Root indication on non-rooted phones (#57)
  • Fix Shizuku install on specific profiles for Android 11+ (#58)
  • Add progress dialog for APK extraction (#62)
  • Fix App Manager filter logic for disabled apps (#63)

v1.9.5

Choose a tag to compare

@nqmgaming nqmgaming released this 21 Jun 13:12

• Capped the max font scale to prevent UI breakage with large system fonts.
• Restored the installation confirmation dialog and fixed the auto-install bug (Fixes #53, #54).
• General stability improvements.

v1.9.4

Choose a tag to compare

@nqmgaming nqmgaming released this 20 Jun 14:11
  • Auto-trigger installation after parsing files
  • Skip & Install option is restricted to standard APKs
  • Expandable failed installation cards with copy log action
  • Applied application theme preferences to dialog flow
  • Supported multiple theme presets (Orange, Blue, Green, etc.)
  • Added scrollable shimmer skeletons to prevent UI squishing
  • Portuguese (Brazil) translation updates
  • Fixed reinstall application logic

v1.9.3

Choose a tag to compare

@minhnq1-apero minhnq1-apero released this 19 Jun 11:53
  • Hotfix: Enforced strict TV-only mode in manifest (android.software.leanback=true, removed CATEGORY_LAUNCHER) to ensure Google Play Store correctly identifies and filters the app exclusively for Android TV devices.

v1.9.2

Choose a tag to compare

@minhnq1-apero minhnq1-apero released this 19 Jun 11:42
  • Hotfix: Removed FOREGROUND_SERVICE and FOREGROUND_SERVICE_DATA_SYNC permissions from the Android TV manifest to comply with Google Play Store policies regarding background services.
  • Re-architected TV web server to run directly within the application lifecycle without relying on foreground services.