- 13 May, 2019 6 commits
-
-
Viktor De Pasquale authored
# Conflicts: # app/build.gradle # app/src/main/java/com/topjohnwu/magisk/model/receiver/GeneralReceiver.kt # app/src/main/java/com/topjohnwu/magisk/ui/hide/HideViewModel.kt # app/src/main/java/com/topjohnwu/magisk/ui/home/HomeViewModel.kt
-
Viktor De Pasquale authored
-
Viktor De Pasquale authored
-
Viktor De Pasquale authored
-
Viktor De Pasquale authored
-
topjohnwu authored
In commit 8d4c4072, native Magisk always launches an activity for communicating with Magisk Manager. While this works extremely well, since it also workaround stupid OEMs that blocks broadcasts, it has a problem: launching an activity will claim the focus of the device, which could be super annoying in some circumstances. This commit adds a new feature to run a broadcast test on boot complete. If Magisk Manager successfully receives the broadcast, it will toggle a setting in magiskd so all future su loggings and notifies will always use broadcasts instead of launching activities. Fix #1412
-
- 12 May, 2019 12 commits
-
-
topjohnwu authored
-
topjohnwu authored
-
topjohnwu authored
-
Viktor De Pasquale authored
-
Viktor De Pasquale authored
-
Viktor De Pasquale authored
-
Viktor De Pasquale authored
-
Viktor De Pasquale authored
-
Viktor De Pasquale authored
-
Viktor De Pasquale authored
-
Viktor De Pasquale authored
-
Viktor De Pasquale authored
-
- 11 May, 2019 4 commits
- 10 May, 2019 13 commits
-
-
Viktor De Pasquale authored
-
Viktor De Pasquale authored
-
Viktor De Pasquale authored
-
Viktor De Pasquale authored
http://bit.ly/2Ymrm61
-
Viktor De Pasquale authored
Instead they are loaded on demand
-
Viktor De Pasquale authored
# Conflicts: # app/src/main/java/com/topjohnwu/magisk/di/ViewModelsModule.kt # app/src/main/java/com/topjohnwu/magisk/ui/home/HomeViewModel.kt # app/src/main/java/com/topjohnwu/magisk/utils/XString.kt
-
Viktor De Pasquale authored
-
Viktor De Pasquale authored
-
topjohnwu authored
Close #1442
-
topjohnwu authored
-
Shaka Huang authored
For devices come with two /data mount points, magisk will bind the one in tmpfs and failed to load modules since this partition is empty. Signed-off-by:
Shaka Huang <shakalaca@gmail.com>
-
osm0sis authored
-
osm0sis authored
- group unsupported formats into the same code (https://github.com/topjohnwu/Magisk/commit/86f778c0aa21f1cc7a358331c102180488b3351b#diff-93690a8d9f50c177ef97416af3be8726) - support A only system-as-root devices (https://github.com/topjohnwu/Magisk/commit/e72c6685edf81706617a3444575c4500b9b8fe6c#diff-93690a8d9f50c177ef97416af3be8726) - remove unnecessary '--' from magiskboot actions (https://github.com/topjohnwu/Magisk/commit/7f08c0694392ede38ebbb6bd835757f2b3c3c477#diff-93690a8d9f50c177ef97416af3be8726) - get_flags need to be before find_boot_image (https://github.com/topjohnwu/Magisk/commit/a4f5d47e72158a559bd4b47e70bf7ba1126b2dbd) closes #1371, closes #1431, closes #1439
-
- 09 May, 2019 5 commits
-
-
Viktor De Pasquale authored
-
Viktor De Pasquale authored
Fixed sorting
-
Viktor De Pasquale authored
-
Viktor De Pasquale authored
-
Viktor De Pasquale authored
-