1. 22 Apr, 2019 2 commits
    • topjohnwu's avatar
      Monitor app_process · 515f346d
      topjohnwu authored
      Some stupid Samsung ROMs will spawn multiple zygote daemons. Since we
      switched to ptrace based process monitoring, we have to know all zygote
      processes to trace. This is an attempt to fix this issue.
      
      Close #1272
      515f346d
    • topjohnwu's avatar
      Fix strings.xml · 6050c4e8
      topjohnwu authored
      6050c4e8
  2. 21 Apr, 2019 5 commits
  3. 19 Apr, 2019 1 commit
  4. 13 Apr, 2019 1 commit
  5. 12 Apr, 2019 4 commits
  6. 11 Apr, 2019 2 commits
    • topjohnwu's avatar
      Directly communicate with Activity · 8d4c4072
      topjohnwu authored
      Since Android Q does not allow launching activities from the background
      (Services/BroadcastReceivers) and our native process is root, directly
      launch activities and use it for communication between native and app.
      
      The target activity is not exported, so non-root apps cannot send an
      intent to fool Magisk Manager. This is as safe as the previous
      implementation, which uses protected system broadcasts.
      
      This also workaround broadcast limitations in many ROMs (especially
      in Chinese ROMs) which blocks the su request dialog if the app is
      frozen/force stopped by the system.
      
      Close #1326
      8d4c4072
    • topjohnwu's avatar
      Don't build test APKs · fdeede23
      topjohnwu authored
      fdeede23
  7. 10 Apr, 2019 10 commits
  8. 09 Apr, 2019 8 commits
  9. 08 Apr, 2019 6 commits
  10. 07 Apr, 2019 1 commit