Skip to content

Commit 0b5297d

Browse files
Update by CLI (2025-05-15 22:58:20.072593)
1 parent b4c19fc commit 0b5297d

9 files changed

Lines changed: 202 additions & 5 deletions

File tree

json/modules.json

Lines changed: 92 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"description": "A wonderful collection of useful modules that are known or considered as hidden gems, all in one repo, It also contains ZG089's projects (modules) as well.",
1010
"metadata": {
1111
"version": 1,
12-
"timestamp": 1747325335.753176
12+
"timestamp": 1747349900.072593
1313
},
1414
"modules": [
1515
{
@@ -211,8 +211,8 @@
211211
"author": "Psk.It",
212212
"description": "MiXplorer + all addons ",
213213
"added": 1719068053.727193,
214-
"support": "https://github.com/Magisk-Modules-Alt-Repo/MiXplorer/issues",
215-
"readme": "https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/MiXplorer/main/README.md",
214+
"support": "https://github.com/Psk-Ita/MiXplorer/issues",
215+
"readme": "https://raw.githubusercontent.com/Psk-Ita/MiXplorer/main/README.md",
216216
"verified": false,
217217
"timestamp": 1711189357.0,
218218
"size": 45326744,
@@ -225,7 +225,7 @@
225225
"track": {
226226
"type": "GIT",
227227
"added": 1719068053.727193,
228-
"source": "https://github.com/Magisk-Modules-Alt-Repo/MiXplorer.git",
228+
"source": "https://github.com/Psk-Ita/MiXplorer",
229229
"antifeatures": null,
230230
"build_metadata": "https://zguation-projects.github.io/ZG-R/modules/MiXplorer/track.yaml"
231231
},
@@ -960,6 +960,51 @@
960960
}
961961
]
962962
},
963+
{
964+
"id": "mountify",
965+
"name": "mountify",
966+
"version": "v1.4.0",
967+
"versionCode": 140,
968+
"author": "xx",
969+
"description": "Globally mounted modules and whiteouts via OverlayFS.",
970+
"categories": [
971+
"System",
972+
"Mounts"
973+
],
974+
"support": "https://github.com/backslashxx/mountify/issues",
975+
"readme": "https://raw.githubusercontent.com/backslashxx/mountify/master/README.md",
976+
"verified": false,
977+
"added": 0,
978+
"timestamp": 1741872659.0,
979+
"size": 12257,
980+
"permissions": [
981+
"magisk.permission.SERVICE",
982+
"magisk.permission.POST_FS_DATA",
983+
"magisk.permission.ACTION"
984+
],
985+
"features": {
986+
"service": true,
987+
"post_fs_data": true,
988+
"action": true
989+
},
990+
"track": {
991+
"type": "ONLINE_JSON",
992+
"added": null,
993+
"source": "https://github.com/backslashxx/mountify",
994+
"antifeatures": null,
995+
"build_metadata": "https://zguation-projects.github.io/ZG-R/modules/mountify/track.yaml"
996+
},
997+
"versions": [
998+
{
999+
"timestamp": 1741872659.0,
1000+
"version": "v1.4.0",
1001+
"versionCode": 140,
1002+
"zipUrl": "https://zguation-projects.github.io/ZG-R/modules/mountify/v1.4.0_140.zip",
1003+
"changelog": "https://zguation-projects.github.io/ZG-R/modules/mountify/v1.4.0_140.md",
1004+
"size": 12257
1005+
}
1006+
]
1007+
},
9631008
{
9641009
"id": "net-switch",
9651010
"name": "Net Switch",
@@ -1049,6 +1094,49 @@
10491094
}
10501095
]
10511096
},
1097+
{
1098+
"id": "systemapp_nuker",
1099+
"name": "App Nuker",
1100+
"version": "v1.1.5",
1101+
"versionCode": 115,
1102+
"author": "ChiseWaguri & Contributors",
1103+
"description": "description=WebUI-based debloater and whiteout creator",
1104+
"support": "https://github.com/ChiseWaguri/systemapp_nuker/issues",
1105+
"readme": "https://raw.githubusercontent.com/ChiseWaguri/systemapp_nuker/main/README.md",
1106+
"verified": false,
1107+
"added": 0,
1108+
"timestamp": 1746679502.0,
1109+
"size": 1242775,
1110+
"permissions": [
1111+
"magisk.permission.SERVICE",
1112+
"magisk.permission.POST_FS_DATA",
1113+
"magisk.permission.ACTION",
1114+
"kernelsu.permission.WEBUI"
1115+
],
1116+
"features": {
1117+
"service": true,
1118+
"post_fs_data": true,
1119+
"action": true,
1120+
"webroot": true
1121+
},
1122+
"track": {
1123+
"type": "ONLINE_JSON",
1124+
"added": null,
1125+
"source": "https://github.com/ChiseWaguri/systemapp_nuker.git",
1126+
"antifeatures": null,
1127+
"build_metadata": "https://zguation-projects.github.io/ZG-R/modules/systemapp_nuker/track.yaml"
1128+
},
1129+
"versions": [
1130+
{
1131+
"timestamp": 1746679502.0,
1132+
"version": "v1.1.5",
1133+
"versionCode": 115,
1134+
"zipUrl": "https://zguation-projects.github.io/ZG-R/modules/systemapp_nuker/v1.1.5_115.zip",
1135+
"changelog": "https://zguation-projects.github.io/ZG-R/modules/systemapp_nuker/v1.1.5_115.md",
1136+
"size": 1242775
1137+
}
1138+
]
1139+
},
10521140
{
10531141
"id": "tricky_store",
10541142
"name": "Tricky Store",

modules/mountify/track.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ id: mountify
22
enable: true
33
verified: false
44
update_to: https://raw.githubusercontent.com/backslashxx/mountify/refs/heads/master/update.json
5-
support: https://github.com/backslashxx/mountify/issues
65
source: https://github.com/backslashxx/mountify
6+
support: https://github.com/backslashxx/mountify/issues
77
categories:
88
- System
99
- Mounts
1010
readme: https://raw.githubusercontent.com/backslashxx/mountify/master/README.md
11+
last_update: 1741872659.0
12+
versions: 1

modules/mountify/update.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"id": "mountify",
3+
"timestamp": 1741872659.0,
4+
"versions": [
5+
{
6+
"timestamp": 1741872659.0,
7+
"version": "v1.4.0",
8+
"versionCode": 140,
9+
"zipUrl": "https://zguation-projects.github.io/ZG-R/modules/mountify/v1.4.0_140.zip",
10+
"changelog": "https://zguation-projects.github.io/ZG-R/modules/mountify/v1.4.0_140.md",
11+
"size": 12257
12+
}
13+
]
14+
}

modules/mountify/v1.4.0_140.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Mountify
2+
Globally mounted modules and whiteouts via OverlayFS.
3+
4+
## Changelog
5+
## 140
6+
- scripts: add simple anti bootloop routine
7+
- scripts/whiteout_gen: prevent duplicate symlinks
8+
- scripts/whiteout_gen: automatically prepend /system
9+
10+
## 139
11+
- scripts/post-fs-data: support fake overlay aliases
12+
- scripts/config: add fake_ovl params
13+
- scripts/action: deduce fs_type properly
14+
15+
### Full Changelog
16+
- [Commit history](https://github.com/backslashxx/mountify/commits/master/)
17+
18+

modules/mountify/v1.4.0_140.zip

12 KB
Binary file not shown.

modules/systemapp_nuker/track.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ update_to: https://raw.githubusercontent.com/chisewaguri/systemapp_nuker/refs/he
55
source: https://github.com/ChiseWaguri/systemapp_nuker.git
66
support: https://github.com/ChiseWaguri/systemapp_nuker/issues
77
readme: https://raw.githubusercontent.com/ChiseWaguri/systemapp_nuker/main/README.md
8+
last_update: 1746679502.0
89
versions: 1
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"id": "systemapp_nuker",
3+
"timestamp": 1746679502.0,
4+
"versions": [
5+
{
6+
"timestamp": 1746679502.0,
7+
"version": "v1.1.5",
8+
"versionCode": 115,
9+
"zipUrl": "https://zguation-projects.github.io/ZG-R/modules/systemapp_nuker/v1.1.5_115.zip",
10+
"changelog": "https://zguation-projects.github.io/ZG-R/modules/systemapp_nuker/v1.1.5_115.md",
11+
"size": 1242775
12+
}
13+
]
14+
}
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
## App Nuker
2+
Simple debloater and whiteout maker with WebUI support.
3+
4+
### Changelog
5+
6+
### v1.1.5
7+
8+
#### WebUI
9+
- Add support for Universal Android Debloater (UAD) lists (@Dwtexe #38, @KOWX712)
10+
- Drop MMRL version check (@KOWX712)
11+
12+
#### Scripts
13+
- Add WebUI X redirect support (@KOWX712)
14+
15+
---
16+
17+
### v1.1.4
18+
19+
#### WebUI
20+
- Enhance ripple animation's scroll detection (@KOWX712, #34)
21+
- Drop support for MMRL version < 33329 (@KOWX712, #34)
22+
- Optimize UI animation (@KOWX712, #35, #36)
23+
24+
#### Scripts
25+
- Initial /my_bigball partition support (on mountify-supported env)
26+
- Add dynamic module desc
27+
- Improved bootloop protection and nuking logic
28+
29+
---
30+
31+
### v1.1.3
32+
33+
#### WebUI
34+
- Fixed partial loading issue when importing a package list
35+
Thanks to @KOWX712 (#32)
36+
37+
#### Scripts
38+
- Mount module globally using `mountify` standalone scripts
39+
(only supports env with tmpfs xattrs enabled or overlayfs-based manager)
40+
Scripts are imported from [@backslashxx/mountify](https://github.com/backslashxx/mountify), massive thanks for standalone mounting scripts
41+
42+
---
43+
44+
### v1.1.2
45+
46+
#### WebUI
47+
- Fixed category badge on confirmation modal
48+
- Always display whiteout in footer after adding a path (**#28**, @KOWX712)
49+
- Used `fetch` for file reading and fixed extra `end` statement (**#28**, @KOWX712)
50+
- Optimized footer layout (**#31**, @KOWX712)
51+
- Enhanced UI interactions: optimized app list, added page switching animation, prevented redundant calls, and improved tablet UI (**#27**, **#28**, **#29**, @KOWX712)
52+
- Improved color management (**#27**, @KOWX712)
53+
- **MMRL:** Added Monet theme support (**#27**, **#29**, @KOWX712)
54+
55+
#### Scripts
56+
- Optimized bootloop protection
57+
58+
---
59+
60+
Full changelog: [GitHub Commits](https://github.com/ChiseWaguri/systemapp_nuker/commits/master/)
1.19 MB
Binary file not shown.

0 commit comments

Comments
 (0)