Skip to content

Commit

Permalink
Update infos
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Feb 22, 2024
1 parent 1650835 commit a3f1a0a
Show file tree
Hide file tree
Showing 40 changed files with 20 additions and 89 deletions.
Binary file not shown.
72 changes: 0 additions & 72 deletions Android/app/default/release/output-metadata.json

This file was deleted.

Binary file modified Android/app/src/main/ic_launcher-playstore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions Android/app/src/main/res/drawable/ic_launcher_foreground.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="#FFFFFF">
<group android:scaleX="2.2968"
android:scaleY="2.2968"
android:translateX="26.4384"
android:translateY="26.4384">
<group android:scaleX="0.5162"
android:scaleY="0.5162"
android:translateX="5.8056"
android:translateY="5.8056">
<path
android:fillColor="@android:color/white"
android:pathData="M8.7,15.9L4.8,12l3.9,-3.9c0.39,-0.39 0.39,-1.01 0,-1.4 -0.39,-0.39 -1.01,-0.39 -1.4,0l-4.59,4.59c-0.39,0.39 -0.39,1.02 0,1.41l4.59,4.6c0.39,0.39 1.01,0.39 1.4,0 0.39,-0.39 0.39,-1.01 0,-1.4zM15.3,15.9l3.9,-3.9 -3.9,-3.9c-0.39,-0.39 -0.39,-1.01 0,-1.4 0.39,-0.39 1.01,-0.39 1.4,0l4.59,4.59c0.39,0.39 0.39,1.02 0,1.41l-4.59,4.6c-0.39,0.39 -1.01,0.39 -1.4,0 -0.39,-0.39 -0.39,-1.01 0,-1.4z"/>
Expand Down
2 changes: 1 addition & 1 deletion Android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<background android:drawable="@mipmap/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<background android:drawable="@mipmap/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Introducing Magisk Module Repo Loader (MMRL) - the ultimate module manager for M

- [x] Custom repo loading (Since 1.4.2 mutiple repositories are supported)
- [x] Translation
- [x] Dark mode
- [x] Anti-features (partial, needs improvement)
<!-- - [x] Dark mode-->
- [x] Anti-features

## Android only

Expand All @@ -54,12 +54,15 @@ Introducing Magisk Module Repo Loader (MMRL) - the ultimate module manager for M

# Screenshots

<p float="left">
<img src="https://play-lh.googleusercontent.com/wqup-XYEono-6Uun3t0wjqTunR4P46d92mYzJEYU567MN-Ja0UBT3zFi8nQBtwnfcg=w5120-h2880-rw" width="240" height="auto">
<img src="https://play-lh.googleusercontent.com/aGpvDDcFNWKvJ-f1kz_NsaUkzczVQXOlL2ia3IWG9CK3ghMJQHXg4ehbOrxUh26Ptg=w5120-h2880-rw" width="240" height="auto">
<img src="https://play-lh.googleusercontent.com/sIIYd-6yG2VOE9u1IjFK7ztE7dy8odOV_r1_bIl-7UIRSZMypZl40mkl7cwTyJAbE_U=w5120-h2880-rw" width="240" height="auto">
<img src="https://play-lh.googleusercontent.com/EFUFow1bVx1HxVFIVbUHAk0oy5xz_kfjZLeuKO5Y-VAcQFNCQMNezmBUuCAHlWAJ44g=w5120-h2880-rw" width="240" height="auto">
<img src="https://play-lh.googleusercontent.com/5blSZWEGs_o3w-_NL7qvxaVTrrN4dKjVKn-gr3eZZJT3070gfzie3Zm7axHh2igHW_KA=w5120-h2880-rw" width="240" height="auto">
<p>
<img src="assets/screen_01.png" width="32%" />
<img src="assets/screen_02.png" width="32%" />
<img src="assets/screen_03.png" width="32%" />
<img src="assets/screen_04.png" width="32%" />
<img src="assets/screen_05.png" width="32%" />
<img src="assets/screen_06.png" width="32%" />
<img src="assets/screen_07.png" width="32%" />
<img src="assets/screen_08.png" width="32%" />
</p>

# Documentations
Expand Down
2 changes: 1 addition & 1 deletion Website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"application_id": "com.dergoogler.mmrl",
"min_sdk": 26,
"target_sdk": 34,
"version_name": "2.13.9_alpha-7",
"version_name": "2.13.9",
"version_code": 2139
},
"main": "index.tsx",
Expand Down
Binary file added assets/MMRL-Cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/screen1.jpg
Binary file not shown.
Binary file removed assets/screen2.jpg
Binary file not shown.
Binary file added assets/screen_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screen_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screen_03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screen_04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screen_05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screen_06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screen_07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screen_08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified www/assets/MMRL-Cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a3f1a0a

Please sign in to comment.