Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Releases: Fox2Code/FoxMagiskModuleManager

Release 0.2.2

11 Dec 19:03
Compare
Choose a tag to compare
  • Add app backup support files
    (Note: Only allow to backup the app, not the modules)
  • Improve code-base for translators
  • Add Japanese translations by @lindwurm
  • Update android gradle plugin

Release 0.2.1

02 Dec 16:44
Compare
Choose a tag to compare
  • Use androidx emoji2 as the default emoji provider
    (Emojis should be the same on any devices with GMS)
  • Add brotli encoding support for https requests
  • Update libraries

Release 0.2.0

01 Dec 16:22
Compare
Choose a tag to compare

Main changes:

  • Added repo name in module card for each online module
  • Added force english in settings
    (Only useful if the app was translated in your language)
  • Added built-in update checker
  • Renamed "showcase mode" to "lockdown mode"

0.2.0 pre-release 3

29 Nov 18:36
Compare
Choose a tag to compare
0.2.0 pre-release 3 Pre-release
Pre-release
  • Try to fix connections issues (See #5)
  • Clean up code

0.2.0 pre-release 2

25 Nov 15:23
Compare
Choose a tag to compare
0.2.0 pre-release 2 Pre-release
Pre-release
  • Fix AppUpdateManager update checking

0.2.0 pre-release 1

25 Nov 01:00
Compare
Choose a tag to compare
0.2.0 pre-release 1 Pre-release
Pre-release
  • Make DoH to accept CDN cookies.
    (Should improve DNS query response time)
  • Renamed showcase mode to lock-down mode
  • Reworked manager UI code
    (Minor UI improvements, make more strings translatable)
  • Added option to force English (Not tested)
  • Added in-app update checker

0.1.2 Update

05 Nov 16:01
Compare
Choose a tag to compare
  • Add Traditional Chinese Translation by @cracky5322
  • Add fallback support links for a few modules

0.1.1 Update

24 Oct 14:36
Compare
Choose a tag to compare
  • Improve the reading of invalid module.prop files
    (Should fix Substratum not appearing in the module list)
  • Add fallback support link for substratum
  • Update Libraries

0.1.0 Update

23 Oct 16:18
Compare
Choose a tag to compare

Note: I changed the release signature key so you may need to uninstall old version before installing the new version!

  • Improved module deletion safety
  • Improved compat installer script
  • Added maxApi metadata support for modules
  • Added support links fallbacks for some popular modules
  • Added Markdown syntax highlight support into module info view
    (See Prism4j repo for the list of supported languages)
  • Added hidden dev mode + hidden setting to enable magisk command install

0.0.3 Update

12 Oct 20:12
Compare
Choose a tag to compare
  • Improved non standard file picker response handling.
    (Should fix install module from storage on some devices,
    and notifying the user that their file manager is weird)
  • Handle file picker returning http/https urls for files.
  • Improved search icon padding for rounded corner phones
  • Fixed card background being invisible on light theme
  • Make install terminal light when light theme is on
  • Added a switch to force the terminal to be always dark
    (to restore old behavior, default is false)

I also attached the example module from the dev guide, it's a demo showing what module installer can do on this manager.
(This module manager for example allow installer scripts to show progress bars, or change the last line of the logs)