Howard Wu
07e6d5baa4
Simplify GApps and Magisk link generation scripts
...
Removed GitHub API authentication and asset parsing logic from generateGappsLink.py and generateMagiskLink.py. Now, download links are constructed directly using static URLs for the latest release assets, improving reliability and reducing complexity.
2025-07-17 15:36:20 +08:00
Howard Wu
5066f5a9d9
Add more CDN hosts
2025-01-12 00:58:21 +08:00
Howard Wu
2a247dcf3c
Download cust.img
2024-03-03 07:45:36 +08:00
Howard Wu
86759ad241
All Python scripts use relative path
2023-03-26 20:34:44 +08:00
Howard20181
d41bee363b
Fix offline mode GApps version
2023-01-11 17:05:56 +08:00
Howard Wu
c9e4374c2f
Download GApps by Android version ( #280 )
2022-12-08 16:06:23 +08:00
Howard Wu
9968805324
Use pathlib instead of os.path
2022-09-17 21:15:44 +08:00
Howard Wu
29c373b9fd
Get Magisk link: Fallback to Jsdelivr
...
Some regions can't connect to Github smoothly. Fallback to Jsdelivr.
2022-09-09 18:46:41 +08:00
Howard20181
f6a348a596
Download on demand
...
Delete only when files are corrupted
Download only when a new version of a file is available
close #39
2022-08-26 02:33:27 +08:00
Howard20181
111fd20c18
Rewrite Integrate GApps
2022-08-26 00:20:49 +08:00
Howard20181
9768767b17
Multi-threaded download with aria2
...
Close #24
2022-08-24 01:54:24 +08:00