Howard Wu
39d51aaf44
Close #305
2022-12-25 18:02:47 +08:00
Howard Wu
21206dbf15
Fix prop split
2022-12-18 19:56:34 +08:00
Howard Wu
615c125030
Support for custom Microsoft account identity
...
Create a file named `.ms_account` in the download directory and write `user_code=` in it to import it automatically
2022-12-18 18:53:47 +08:00
Howard Wu
d6be1056e4
Create lock-closed-issues.yml
2022-12-15 14:40:11 +08:00
Howard Wu
ed9f9b511b
Update shellcheck.yml
2022-12-15 14:27:59 +08:00
Howard Wu
13e1c948a2
Create lock.yml
2022-12-15 14:26:13 +08:00
Howard Wu
be86d42785
Correctly get Magisk version number from zip
2022-12-11 22:57:45 +08:00
Howard Wu
50ee54c122
Minor change
2022-12-11 18:54:56 +08:00
Howard Wu
cb597c27fb
Update magiskrc
...
1. Handle zygote restarts
2. Low case service names
2022-12-11 18:52:14 +08:00
Syuugo
e5f25504a0
Added artifact name more details ( #289 )
...
Co-authored-by: Howard Wu <40033067+Howard20181@users.noreply.github.com>
2022-12-09 20:36:59 +08:00
Syuugo
6e31ee5e53
Compatible with 2211 and later (Remove Amazon Appstore) ( #288 )
2022-12-09 20:13:22 +08:00
Howard Wu
b71eed35fa
Skip merge language resources when they do not exist
2022-12-09 20:11:20 +08:00
Howard Wu
67682f8ca5
Add skip download wsa ( #287 )
2022-12-09 18:10:28 +08:00
Howard Wu
c86cd29e33
Add more info to artifact name ( #286 )
2022-12-09 17:21:29 +08:00
Howard Wu
7c08d33c7e
Fix GApps regexp ( #284 )
2022-12-08 20:06:42 +08:00
Howard Wu
042c1e09eb
Add trademark Copyright info ( #281 )
2022-12-08 16:37:21 +08:00
Howard Wu
c9e4374c2f
Download GApps by Android version ( #280 )
2022-12-08 16:06:23 +08:00
Syuugo
78a408de0c
Replace GoogleWebViewOverlay
with 12(32) ( #264 )
2022-11-25 22:32:04 +08:00
Howard Wu
7fc87f7caa
Update README.md
2022-11-23 20:42:03 +08:00
Syuugo
5a2697d876
Added download link for MindTheGapps pre-build package ( #263 )
2022-11-23 20:40:36 +08:00
Howard Wu
7f8a7af174
No need to store WSA's msixbundle
separately
...
WSA's `msixbundle` is a `neutral` package which contains different architectures in the same package.
2022-11-23 16:10:41 +08:00
Howard Wu
620b33ccf5
Update README.md
2022-11-23 15:48:30 +08:00
Howard Wu
11139a0b8c
Remove WSAHelper
2022-11-23 15:46:42 +08:00
Syuugo
b56e7bf101
Delete apps no longer need ( #258 )
2022-11-23 15:26:20 +08:00
Howard Wu
2d90b1cc58
Update example
2022-11-15 09:10:25 +08:00
Syuugo
73eb7dc19e
Add option to skip fix system props ( #254 )
...
Co-authored-by: Howard Wu <40033067+Howard20181@users.noreply.github.com>
2022-11-15 09:07:29 +08:00
Howard Wu
7d2cca6f15
shellcheck ignore SC2086
2022-11-13 19:50:13 +08:00
Howard Wu
8a01a64e5c
Update shellcheck.yml
2022-11-13 14:38:43 +08:00
Howard Wu
559d7a83f8
Create shellcheck.yml
2022-11-13 14:29:15 +08:00
Howard Wu
d3bbe02fcd
Fix input overwritten due to parameter order
2022-11-11 15:40:54 +08:00
Syuugo
247cfe3baa
Prioritize ZIP ( #245 )
2022-11-06 22:39:45 +08:00
Himanshu Shivhare
0dba40de22
fix typo ( #229 )
2022-10-28 14:30:45 +08:00
Himanshu Shivhare
a63c7f5827
simplified readme ( #228 )
2022-10-28 14:21:24 +08:00
Howard Wu
0646b8e07c
Run loadpolicy.sh
synchronously ( #225 )
2022-10-28 12:38:23 +08:00
Howard Wu
0bb1cfe3fc
Fallback to apk if magisk zip not found
2022-10-26 22:28:04 +08:00
Howard Wu
064688d940
Fix Magisk stub permission
2022-10-24 22:25:13 +08:00
Howard Wu
f83918579d
Add previous repo's link
2022-10-24 22:11:12 +08:00
Howard Wu
43fc07f21b
Remove detach tutorial
2022-10-24 22:01:06 +08:00
Howard Wu
719cde9916
Remove detach because it will cause troubles for GitHub Support
2022-10-24 21:59:35 +08:00
Howard Wu
8367bf2b60
Minor Changes
2022-10-22 18:57:06 +08:00
Howard Wu
ff4ca1921d
OUTPUT_NAME
-> OUTPUT_PATH
2022-10-22 18:32:39 +08:00
Howard Wu
ac4f52ac49
Supports compression using zip format
2022-10-22 18:30:46 +08:00
Roshanlal
58d2c7de76
Update README.md ( #204 )
2022-10-22 14:03:15 +08:00
Howard Wu
1fc795b7fe
Supports compression using xz format
...
Close #203
2022-10-22 01:03:02 +08:00
orariley70
dcc6dcd9be
Improve wording and provide tutorial to detach fork ( #170 )
...
Co-authored-by: Howard Wu <40033067+Howard20181@users.noreply.github.com>
2022-10-08 21:27:27 +08:00
Howard Wu
b092bcefe1
Update build.sh
...
Unable to detect if it is in Windows terminal
2022-10-05 22:20:14 +08:00
Howard Wu
97dba57d42
Update installation script
...
Make sure to run Powershell on the Administrator account using the console host
Check the version before installing dependencies, and install dependencies only if needed
2022-10-05 21:47:46 +08:00
Syuugo
2f59f6d327
Fix d072fca
( #163 )
2022-10-02 21:42:19 +08:00
Howard Wu
db46b5eb1d
Fix config SELinux label
2022-10-02 19:40:49 +08:00
Syuugo
d072fca386
Fix Improved method of adding features ( #162 )
...
Co-authored-by: Howard Wu <40033067+Howard20181@users.noreply.github.com>
2022-10-02 19:31:42 +08:00