141 Commits

Author SHA1 Message Date
EricFengFuuuu 149dcfa887 Merge pull request #1 from ferferga/main
Allow private actions and reduce downloads
2022-10-07 10:55:54 +08:00
Fernando Fernández 627d60b965 Allow private actions and reduce downloads
* Download the repo using actions/checkout (so the latest ref is always referenced, without the need of hacky env vars).
The .tar file is created after the repo is cloned, so it can be reused for every step (instead of wget'ting it at every step).
This should reduce the possibility of timeouts or other network errors.

* Action can now run on private repos

* Reduced verbosity of tar: The -v argument is not that necessary in this kind of context,
where the contents of the archive will always be predictable.
2022-09-21 01:38:24 +02:00
LoveSy 79f2d86677 Fix release type of download url (#486) 2022-07-28 03:58:38 +08:00
LoveSy 9226be17c2 Add credits 2022-07-23 01:18:16 +08:00
LoveSy 9c591dadce Get WSA download link directly from MS API (#481) 2022-07-23 01:14:53 +08:00
Howard Wu 1f3721dbd9 Calculate the size dynamically (#427) 2022-06-22 07:57:43 +08:00
Syuugo a9bb8433af Added flow to remove Amazon AppStore (#420) 2022-06-17 20:24:11 +08:00
Howard Wu aac17b4430 1 2022-06-17 20:04:52 +08:00
Howard Wu 58763270a9 Calculate product size dynamically 2022-06-17 20:04:52 +08:00
Howard Wu e1bdbdf39e Remove the ExternalStorageProvider we added (#413) 2022-06-15 18:05:42 +08:00
Howard Wu 0c54452496 Warning about Gapps compatibility in Markdown. (#379) 2022-05-25 23:07:15 +08:00
Howard Wu 1f37fafcef Fix typo 2022-05-25 01:03:10 +08:00
Howard Wu a12a3d6d24 Keep gapps to pico if it's Android 12.1 (#375) 2022-05-25 00:41:59 +08:00
Syuugo dfcb3812d5 Add device_admin 2022-05-24 06:46:42 +08:00
LoveSy 8f56158495 Support Magisk debug channel 2022-05-23 10:58:41 +08:00
LoveSy 65f4392363 Magisk debug channel 2022-05-23 05:36:14 +08:00
Howard Wu 86f8b767e4 Calculate system size dynamically (#354) 2022-05-21 09:53:11 +08:00
LoveSy 59893faa94 Check prop existence 2022-05-21 02:33:59 +08:00
LoveSy 0f0bdac693 Fix vendor size 2022-05-21 02:33:59 +08:00
LoveSy 3d00cea9c5 Temporary fix for 12L version 2022-05-21 02:33:59 +08:00
Howard Wu 494a52c5a3 Explain why the old workflow runs should be deleted 2022-05-18 01:01:40 +08:00
Howard Wu 79eb5eb003 Update README.md 2022-05-18 00:25:56 +08:00
Howard Wu cce04abf8d Keep only the latest Actions run 2022-05-17 03:03:05 +08:00
Howard Wu 52da4c1457 Manual triggering of Actions runs only 2022-05-17 02:11:03 +08:00
南宫雪珊 018683797b Add VpnDialogs (#338)
https://github.com/LSPosed/VpnDialogs
2022-05-16 02:52:59 +08:00
LoveSy bbebe7a913 Fix expired cert 2022-05-02 11:19:04 +08:00
LoveSy 1a7551e0bb Update README.md
Fix #309
2022-04-21 00:39:53 +08:00
LoveSy 63609f1b32 Set-ExecutionPolicy 2022-04-14 13:42:15 +08:00
LoveSy 74e041bc0f Copy magisk utils to /data/adb/magisk 2022-04-12 17:46:42 +08:00
LoveSy 039cf748e5 Copy stub.apk before magisk --post-fs-data 2022-04-08 16:06:01 +08:00
zhongfly b5dd805d13 Fix add ring/release_type selection option (#284)
* fix add ring/build_type selection option

* Add "insider fast" channel for downloading wsa

* Edit release_type description
2022-03-31 11:16:00 +08:00
ISHANSH LAL 02dfb76dfe Add ring/build_type selection option for WSA (#283)
close #278
2022-03-31 08:40:43 +08:00
LoveSy 6bd1cbcbc1 Install magisk app by copying its apk to specific locations in init.rc (#282) 2022-03-30 20:09:12 +08:00
LoveSy 588f420fec Fix download wsa 2022-03-25 20:13:53 +08:00
LoveSy 868c9420d7 Check file exists 2022-03-25 20:01:35 +08:00
LoveSy 4efc9198f4 Add a warning about downloading artifact 2022-03-25 19:27:10 +08:00
LoveSy 1d4f333055 Ignore err when magiskpolicy is statically built 2022-03-19 09:01:13 +08:00
LoveSy 85d98c8648 Use Android linker for magiskpolicy
Fix #267
2022-03-19 08:57:10 +08:00
LoveSy a72b00ff4e Fix typo 2022-03-17 19:04:39 +08:00
LoveSy 7e7363f64b Adapt to standalone magiskpolicy
https://github.com/topjohnwu/Magisk/commit/fa8900be659ce05bb21f682b90058c0592edf967
2022-03-17 18:59:39 +08:00
LoveSy 9335b1883b Update README.md 2022-03-14 03:57:39 +08:00
LoveSy 9a1c2fc1b7 Suppress misleading error on stop process 2022-02-23 03:27:33 +08:00
zhongfly c55101a505 Don't run action if only README.md update (#231) 2022-02-17 03:44:36 +08:00
zhongfly 7932903baf Support to choose arch (#229) 2022-02-17 03:44:27 +08:00
LoveSy 80838a8be6 Update magisk.yml 2022-02-14 02:16:53 +08:00
LoveSy 465544ba4e Update magisk.yml 2022-02-14 02:15:31 +08:00
LoveSy d242f57139 Update README.md 2022-02-14 02:09:01 +08:00
someone5678 09f7bd0fce README: update Shamiko link and fix typo (#223)
* hidding -> hiding
2022-02-14 02:03:04 +08:00
zhongfly e074dd9f86 Use choice as workflow inputs (#224) 2022-02-14 02:01:53 +08:00
alex-sandro92 810f902194 Simplified the selection of the Magisk release (#220) 2022-02-09 05:11:42 +08:00