- 26 Mar, 2020 8 commits
-
-
Viktor De Pasquale authored
The FlashActivity has been removed and all of it's functionality has been transferred to the FlashFragment. The FlashFragment needs to be however launched in a different way than the activity using the MainActivity's stub and so seemingly massive changes had to be made. Notably the RemoteFileService didn't seem to be calling Service.startForeground(), which has been crashing the application due to the system requirements, so that's been fixed.
-
Viktor De Pasquale authored
-
Viktor De Pasquale authored
-
Viktor De Pasquale authored
-
Viktor De Pasquale authored
Welcome to mid 2018.
-
Viktor De Pasquale authored
-
Viktor De Pasquale authored
-
Chris Renshaw authored
- now that magisk.img -> /data/adb/modules migration is no longer taking place make sure all magisk.img locations get cleaned up
-
- 25 Mar, 2020 2 commits
- 23 Mar, 2020 5 commits
- 22 Mar, 2020 6 commits
-
-
Heimen Stoffels authored
-
Heimen Stoffels authored
-
kam821 authored
Add previously deleted string, due incorrent (duplicated) variable name. Described in: https://github.com/topjohnwu/Magisk/commit/31142180cbba79bf3fd07f9af6d8376171e29e96
-
osm0sis authored
-
Zackptg5 authored
-
topjohnwu authored
CLose #2373
-
- 21 Mar, 2020 7 commits
-
-
topjohnwu authored
-
Vladimír Kubala authored
-
fessmm authored
-
Ilya Kushnir authored
-
孟武.尼德霍格.龍 authored
更新繁體中文字串(適用278版)
-
kam821 authored
-
osm0sis authored
- match other recent formatting updates from topjohnwu
-
- 20 Mar, 2020 1 commit
-
-
osm0sis authored
- /proc/$$/cmdline is \0 terminated argument strings except for the last argument which has no terminus, so the last argument was being dropped by `while read` which requires input to be \n terminated - switch to a for loop, which will use the \n delimiter but also read the last argument; all arguments are still protected by quoting - clean up potentially breaking recovery env since $OLD_PATH no longer exists
-
- 19 Mar, 2020 2 commits
- 15 Mar, 2020 3 commits
- 14 Mar, 2020 1 commit
-
-
Simon Shi authored
-
- 13 Mar, 2020 2 commits
-
-
topjohnwu authored
-
topjohnwu authored
Since SafetyNet CTS is impossible to achieve, leaving MagiskHide on by default no longer serves a purpose. For more details regarding the latest SafetyNet changes, please check: https://twitter.com/topjohnwu/status/1237656703929180160 https://twitter.com/topjohnwu/status/1237830555523149824 MagiskHide's functionality will continue to exist within the Magisk project as it is still extremely effective to hide modifications in userspace (including SafetyNet's basicIntegrity check). Future MagiskHide improvements _may_ come, but since the holy grail has been taken, any form of improvement is now a very low priority.
-
- 12 Mar, 2020 3 commits
-
-
topjohnwu authored
-
GaryOderNichts authored
This made some trouble when creating a module.prop on Windows. The file could not be read properly by magisk manager and my module folder had an \r at the end which made it unremovable through Magisk Manager.
-
Tornike Khintibidze authored
-