Releases: rubenwardy/mtmods4android
Releases · rubenwardy/mtmods4android
1.9.1
1.9.0
- Fix status bar problems
- Add donate, source, and translate buttons to app
- Add support for thumbnails
- Add request permission support
- Update to SDK-28
1.8.0
1.7.1
- Fixed crash on resume from sleep in mod details screen
1.7.0
1.6.0
1.5.0
New features
- Go to installed mod page after installing mod
- Add new app logo
- Add German translation
- Update French translation
- Add translation credits to about menu
- Move submit report button to action bar
- Add Find Elsewhere action to mod screen
- Use HTTPS to connect to rest server
Fixes and Optimisations
- Fix tablet specific discrepancies
- Remove obsolete known authors from disclaimer activity
- Fix mod list not showing due to mod manager creating a new instance of itself
- Optimise notification updates to avoid lag
Maintenance
- Rename strings to be consistently named
- Turn ModManager into a proper singleton
- ModManager: Rename get to getModList
- Remove or downgrade unnecessary error messages
- Update dependencies
- Remove English strings in other languages' translations
- Update gradle
- Clean up RestMod → Mod conversion in getAvailableMods()
1.4.2
- Fixed GSON failing to parse available mods on release builds due to obfuscation
1.4.1
- Fixed crash on 'up' caused by not checking intent.getAction()
1.4.0
- Redesigned mod details screen
- Added mod info dialog
- Added ability to view readme files
- Added support for Google Now search
*Added hint if mod is already installed to available mods page - Added partial French translation
Maintenance
- Added RetroFit and EventBus, and used them instead of custom code
- Cleaned up installer service
- Moved models into models package
- Updated to version 2 of the backend API
- Updated to buildtools 25