Releases: Fox2Code/FoxMagiskModuleManager
0.3.0 Development release 3
0.3.0 Development release 2
- 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
0.2.8 Release
0.2.7 Release
- Tweaks urls and cache to improve responsiveness
- Workaround for Magisk to use the latest version of the modules (Fix #25)
- Handle modules having
.${moduleId}-filesto list external module files (Fix #28) - Initial implementation of module json self update (Same as Magisk json module self update)
- Add
MMM_USER_LANGUAGEandMMM_APP_VERSIONvariables 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
- 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
- Show modules with an invalid
module.propwith 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
- 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
Same as 0.2.3 Release Candidate 1
0.2.3 Release Candidate 1
- 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.