Skip to content

Commit a3f1a0a

Browse files
committed
Update infos
1 parent 1650835 commit a3f1a0a

40 files changed

+20
-89
lines changed
Binary file not shown.

Android/app/default/release/output-metadata.json

-72
This file was deleted.
92.1 KB
Loading

Android/app/src/main/res/drawable/ic_launcher_foreground.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
22
android:width="108dp"
33
android:height="108dp"
4-
android:viewportWidth="108"
5-
android:viewportHeight="108"
4+
android:viewportWidth="24"
5+
android:viewportHeight="24"
66
android:tint="#FFFFFF">
7-
<group android:scaleX="2.2968"
8-
android:scaleY="2.2968"
9-
android:translateX="26.4384"
10-
android:translateY="26.4384">
7+
<group android:scaleX="0.5162"
8+
android:scaleY="0.5162"
9+
android:translateX="5.8056"
10+
android:translateY="5.8056">
1111
<path
1212
android:fillColor="@android:color/white"
1313
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"/>
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3-
<background android:drawable="@color/ic_launcher_background"/>
3+
<background android:drawable="@mipmap/ic_launcher_background"/>
44
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
55
</adaptive-icon>
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3-
<background android:drawable="@color/ic_launcher_background"/>
3+
<background android:drawable="@mipmap/ic_launcher_background"/>
44
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
55
</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.

README.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Introducing Magisk Module Repo Loader (MMRL) - the ultimate module manager for M
3333

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

3939
## Android only
4040

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

5555
# Screenshots
5656

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

6568
# Documentations

Website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"application_id": "com.dergoogler.mmrl",
66
"min_sdk": 26,
77
"target_sdk": 34,
8-
"version_name": "2.13.9_alpha-7",
8+
"version_name": "2.13.9",
99
"version_code": 2139
1010
},
1111
"main": "index.tsx",

assets/MMRL-Cover.png

152 KB
Loading

assets/screen1.jpg

-95.8 KB
Binary file not shown.

assets/screen2.jpg

-63.3 KB
Binary file not shown.

assets/screen_01.png

300 KB
Loading

assets/screen_02.png

169 KB
Loading

assets/screen_03.png

297 KB
Loading

assets/screen_04.png

179 KB
Loading

assets/screen_05.png

469 KB
Loading

assets/screen_06.png

150 KB
Loading

assets/screen_07.png

163 KB
Loading

assets/screen_08.png

215 KB
Loading

www/assets/MMRL-Cover.png

119 KB
Loading

0 commit comments

Comments
 (0)