- 29 Mar, 2020 3 commits
-
-
Viktor De Pasquale authored
-
Chris Renshaw authored
- now that Canaries are only commit hashes for the version string, the v is unnecessary/confusing, so the simplest solution is to just remove the v from the filename for all Manager-based downloads of Magisk and Manager
-
topjohnwu authored
Close #2595
-
- 28 Mar, 2020 4 commits
- 27 Mar, 2020 3 commits
- 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 1 commit
-
-
topjohnwu authored
-