Skip to content

Releases: DerGoogler/MMRL

v1.6.4

17 Sep 20:01
580cbe0
Compare
Choose a tag to compare

Changelogs are readable here or directly in the app.

Web: https://mmrl.dergoogler.com

v1.6.3

17 Sep 16:35
031aaf1
Compare
Choose a tag to compare

Changelogs are readable here or directly in the app.

Web: https://mmrl.dergoogler.com

v1.6.2

12 Jul 11:43
0d14d04
Compare
Choose a tag to compare

Changelogs are readable here.

Web: https://dergoogler.com/mmrl

v1.6.1

12 Jul 01:28
Compare
Choose a tag to compare

Changelogs are readable here.

Web: https://dergoogler.com/mmrl

1.6.0 (Beta)

06 Jul 23:22
06fd676
Compare
Choose a tag to compare

Changelogs are readable here.

1.5.0 (150) Alpha

31 Oct 13:31
97dad91
Compare
Choose a tag to compare
1.5.0 (150) Alpha Pre-release
Pre-release

What's new in 150?

  • App has been rewritten in React Native
  • Light mode has been removed
  • Currently is no support to delete pre-added repos, but you can disable the repos

Unstable things

  • Markdown rendering
  • Module listing
  • App has big size

Planed things

  • Module installer

1.4.1 (141)

15 Jul 14:09
Compare
Choose a tag to compare

Link has been moved to https://dergoogler.com/repo

/*
* I'm not responsible for bricked devices, dead SD cards or thermonuclear war.
* Please do some research if you have any concerns about features included in the products you find here before flashing it!
* YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
* Your warranty will be void if you tamper with any part of your device / software.
*/

What's new?

Code

  • Fixed Android version
  • Removed setPref & getPref. Now should be merged to the new API
  • Depen. updated
  • Added fake url system
  • Removed DAPI
  • Moved Download and Install button to an dialog
  • Added translations
  • Added some support for Magisk Delta (by @HuskyDG)
  • Improved Webpack
  • AlertDialog supports now JSX Elements
  • Added Magisk class and MagiskBoot class
  • Logger has been rewritten
  • Workspace cleanups

App

  • Fix white statusbar
  • Design improvements
  • Added option to move the navigation bar to the bottom (only Android)
  • Added component to make the view better on large screens
  • Markdown <checkicon> and <dangericon> are now <checkmark> and <dangermark>
  • Some parts has been migrated to react-onsenuix
  • App gets rendered over googlers-tools dom.render(...args)
  • New translations added
  • Added Repo Generator
  • Added support for large screens

1.4.0@Alpha-3

08 Jun 14:14
Compare
Choose a tag to compare

You can view the alpha also on https://repo.dergoogler.com/alpha

/*
* I'm not responsible for bricked devices, dead SD cards or thermonuclear war.
* Please do some research if you have any concerns about features included in the products you find here before flashing it!
* YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
* Your warranty will be void if you tamper with any part of your device / software.
*/

What's new?

  • Reworked Icons
  • Reworked settings
  • Reworked built-in repos
  • Reworked ListViewBuilder
  • Design fixes
  • Added dark mode

Source code

1.4.0@Alpha-2

28 May 13:01
Compare
Choose a tag to compare

Today I've release alpha 2 of MMRL. This is also an first app release!

You can view the alpha also on https://repo.dergoogler.com/alpha

/*
* I'm not responsible for bricked devices, dead SD cards or thermonuclear war.
* Please do some research if you have any concerns about features included in the products you find here before flashing it!
* YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
* Your warranty will be void if you tamper with any part of your device / software.
*/

What's new?

  • Installed modules gets now listed
  • Installed modules are now disable, enable and removable (requires reboot)
  • Installed modules can be recovered (when not rebooted)

Currently planned

  • Translation
  • Module installing (Hard to transform in JavaScript / TypeScript)