1. 11 Feb, 2022 8 commits
  2. 08 Feb, 2022 3 commits
  3. 07 Feb, 2022 3 commits
  4. 06 Feb, 2022 11 commits
  5. 05 Feb, 2022 2 commits
  6. 03 Feb, 2022 3 commits
    • topjohnwu's avatar
      Cleanup DownloadService · 084e0a73
      topjohnwu authored
      084e0a73
    • topjohnwu's avatar
      Directly stream APK into install session · 10f991b8
      topjohnwu authored
      10f991b8
    • 残页's avatar
      Invalidate Samsung's persist.sys.zygote.early · 79620c97
      残页 authored
      Samsung FDE devices with the "persist.sys.zygote.early=true" property will cause Zygote to start before post-fs-data. According to Magisk's document, the post-fs-data phase should always happen before Zygote is started. Features assuming this behavior (like Zygisk and modules that need to control zygote) will not work. To avoid breaking existing modules, we simply invalidate this property to prevent this non-standard behavior from happening
      
      Fix #5299, fix #5328, fix #5308
      Co-authored-by: 's avatarLoveSy <shana@zju.edu.cn>
      79620c97
  7. 02 Feb, 2022 6 commits
  8. 31 Jan, 2022 2 commits
  9. 30 Jan, 2022 2 commits
    • LoveSy's avatar
      Do not filter uid == 1000 for process info · 70415a39
      LoveSy authored
      70415a39
    • 石松洲's avatar
      Make sure busybox can be executed recursively · c9219649
      石松洲 authored
      Busybox will execute itself. On some older Samsung devices, when it is located in /data, it will not have rights to execute other programs including itself. We should also relocate busybox in this case to workaround Samsung bullshit.
      See topjohnwu/ndk-busybox@bdc8655
      Fix the "app doesn't detect installed Magisk" issue in topjohnwu#4174
      c9219649