Skip to content

Releases: rubenwardy/mtmods4android

1.9.1

06 Aug 22:07
Compare
Choose a tag to compare

Fix Google Play issue

1.9.0

24 Jun 23:22
Compare
Choose a tag to compare
  • 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

29 Jul 00:38
Compare
Choose a tag to compare

Lots of usability and design improvements!

  • Added dark theme
  • Added 'installed' tag in mod list
  • Added screenshot preview images (disable in settings)
  • Replaced the cards with a list
  • Faster image loading
  • Fixed duplicate screenshot being shown for installed mods on phones
  • Fixed read me padding

Screenshot of v1.8.0

1.7.1

05 Jun 18:57
Compare
Choose a tag to compare
  • Fixed crash on resume from sleep in mod details screen

1.7.0

21 Apr 16:33
Compare
Choose a tag to compare
  • Added fast scroller
  • Added screenshot support on tablets

screenshot_1492793554

1.6.0

16 Apr 19:15
Compare
Choose a tag to compare
  • Added dependency management

screenshot_20170416-203158

1.5.0

11 Mar 15:02
Compare
Choose a tag to compare

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

19 Feb 15:45
Compare
Choose a tag to compare
  • Fixed GSON failing to parse available mods on release builds due to obfuscation

1.4.1

08 Feb 20:27
Compare
Choose a tag to compare
  • Fixed crash on 'up' caused by not checking intent.getAction()

1.4.0

08 Feb 17:38
Compare
Choose a tag to compare
  • 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

screenshot