1. 12 Apr, 2019 4 commits
  2. 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
  3. 10 Apr, 2019 10 commits
  4. 09 Apr, 2019 8 commits
  5. 08 Apr, 2019 6 commits
  6. 07 Apr, 2019 1 commit
  7. 06 Apr, 2019 9 commits