1. 19 May, 2019 2 commits
  2. 14 May, 2019 4 commits
  3. 13 May, 2019 1 commit
    • topjohnwu's avatar
      Try to use broadcast for su logging and notify · 80cd85b0
      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
      80cd85b0
  4. 12 May, 2019 3 commits
  5. 11 May, 2019 4 commits
  6. 10 May, 2019 6 commits
  7. 05 May, 2019 7 commits
  8. 03 May, 2019 9 commits
  9. 02 May, 2019 4 commits