Exciting New Features in MMRL Update Version 2.20.20

by Der_Googler
3 minutes

The latest update for MMRL, version 2.20.20, is here and packed with enhancements and fixes designed to improve the user experience. From better handling of old formats to the addition of new features, this release addresses many user requests and issues. Let's dive into the details of what's new and improved in this version.

1. Better Handling of Old Formats

One of the significant improvements in this update is the enhanced handling of old formats. This ensures that users working with legacy data or modules will experience fewer issues and smoother operation. The aim is to provide a more robust and seamless experience, especially for those who rely on older versions for compatibility reasons.

2. Magisk Modules Alt Repo Added to Default Repo

The update now includes the Magisk Modules Alt Repo as a default repository. This addition simplifies the process for users, making a wider range of modules readily accessible without the need for additional configuration. It’s a great move to ensure that users have easy access to a diverse selection of modules right from the start.

3. Fixed Local Install Icon Color

A small but important fix in this update addresses the issue with the local install icon color. Consistent and clear visual cues are essential for a smooth user experience, and this fix ensures that the local install icon is now correctly displayed.

4. Improved Repo Enable/Disable Switches

The switches for enabling and disabling repositories have been fixed, providing a more intuitive and reliable way to manage your module sources. This fix ensures that toggling repositories on or off works as expected, enhancing overall usability.

5. Correct Export for flatlist-react

For developers, the export issue with flatlist-react has been addressed. The workaround provided ensures compatibility with older versions:

   // Workaround for older versions
   const FlatList = BuildConfig.VERSION_CODE > 22020 ? require("flatlist-react") : require("flatlist-react").default;

This fix ensures that your lists are rendered correctly, regardless of the version you're working with, improving development and integration processes.

6. Reintroduced minApi and maxApi

The minApi and maxApi fields have been reintroduced in this update. These fields are crucial for defining the minimum and maximum API levels that a module supports, ensuring better compatibility and reducing the chances of running into issues with incompatible modules.

7. Module File Size Information

Module file size is now displayed, giving users a better understanding of the space requirements for each module. This addition helps in managing storage more effectively, especially for users with limited space on their devices.

8. Partial GFM Alert Support

This update brings partial GitHub Flavored Markdown (GFM) Alert support. It’s a useful feature for developers and users who want to include rich text elements in their module descriptions, enhancing readability and communication.

9. Enhanced Search Functionality

Last but certainly not least, the search functionality has been improved. With more precise and faster search capabilities, finding the right module or information within the app is now easier than ever. This enhancement significantly boosts productivity and user satisfaction.

Conclusion

MMRL version 2.20.20 is a comprehensive update that brings numerous improvements and fixes. Whether you’re a developer or a user, these changes are designed to enhance your experience with better compatibility, added features, and improved functionality. Make sure to update to the latest version to take advantage of all these new enhancements. Happy modding!

Download

Your Reaction to this Post?

Currently there are no comments, so be the first!