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

Releases: Fox2Code/FoxMagiskModuleManager

0.3.0 Development release 3

03 Feb 21:13

Choose a tag to compare

Pre-release

Few bugs fixes:

  • Fix NPE when rotating screen. (Fix #50)
  • Fix modules json self update mechanism (Fix #49)

And also some UI improvements:

  • Allow modules to display under the nav bar.
  • Add telegram chat link to the app.

Full release is coming soon!

0.3.0 Development release 2

02 Feb 14:59

Choose a tag to compare

Pre-release
  • Fix Andoridacy modules repo integration not showing up modules in some cases.
  • Fix "no internet connection" appearing when online in some cases.
  • Fix module installer crashing (Fix #48)
  • Update libraries

Most of the bugs would have not been found if it was for the reports.
For some reasons I was not affected by those bugs while testing so I couldn't patch them.
So thanks to everyone reporting those bugs!

(Note: Andoridacy repo integration is still WIP, still except some bugs)

0.2.9 Release

26 Jan 19:38

Choose a tag to compare

  • Fix "Your current file picker failed to give access to the file." in some cases (Fix #37)
  • Implement text wrap as in app settings (Close #10)

Small release because I wanted to fix an bug ASAP

0.2.8 Release

24 Jan 15:24

Choose a tag to compare

  • Improve version name shortening to be smarter (Close #31)
  • Update German translation by @bege10 (Fix #29)
  • Update Simplified Chinese translation by @ender-zhao (0.3.0 fully translated)

Small update to improve some part of the app.

0.2.7 Release

23 Jan 18:21

Choose a tag to compare

  • Tweaks urls and cache to improve responsiveness
  • Workaround for Magisk to use the latest version of the modules (Fix #25)
  • Handle modules having .${moduleId}-files to list external module files (Fix #28)
  • Initial implementation of module json self update (Same as Magisk json module self update)
  • Add MMM_USER_LANGUAGE and MMM_APP_VERSION variables for modules install scripts.
  • Reworked props parser to handle empty elements correctly. (Fix telegram reported issue)
  • Added string traslations for next update (Give time to translators for the 0.3.0 update)
  • Tweaked theme system (improve light theme)
  • Update Traditional Chinese by @cracky5322

This update does a lot of technical changes, with some minor visual changes to improve light theme.
A lot of not yet used translation have been added to allow early translation for 0.3.0 features.

0.2.6 Release

17 Jan 14:31

Choose a tag to compare

  • Add Russian language by @S0FTMAN
  • Add Simplified Chinese by @ender-zhao
  • Add Italian language by @alex-sandro92
  • Fix version display (See #24)
  • Update libraries

0.2.5 Release

27 Dec 16:21

Choose a tag to compare

  • Show modules with an invalid module.prop with a red background. (Fix #11)
  • Clean DNS RAM cache and check app update on swipe refresh.
  • Add German translation by @daywalk3r666

0.2.4 Release

19 Dec 17:31

Choose a tag to compare

  • Added persistent dns cache for magisk modules related domains
    (Only used as fallback, app will always prefer doing a DNS request if possible)
  • Updated androidx.emoji2 library

0.2.3 Release

18 Dec 13:53

Choose a tag to compare

Same as 0.2.3 Release Candidate 1

0.2.3 Release Candidate 1

15 Dec 21:45

Choose a tag to compare

Pre-release
  • Filter invalid remote repo modules ids.
  • Add low quality module filter.
    (Toggelable with developer mode)

I will wait a bit if someone want to translate the strings of the app before doing a full release.
If no bug is found and no translation proposal is made "0.2.3" will come out "as is".

I found out that some modules totally disregarded their module.prop quality.
This resulted is visual bugs and poor user experience. (At least for me)
So I decided to add a filter that hide modules with bad or beyond repair module.prop.

I will add a more detailed documentation of how this filter work in the developer documentation later.