1. 26 Aug, 2018 3 commits
  2. 25 Aug, 2018 1 commit
  3. 22 Aug, 2018 11 commits
  4. 20 Aug, 2018 2 commits
  5. 13 Aug, 2018 1 commit
  6. 12 Aug, 2018 2 commits
  7. 11 Aug, 2018 4 commits
  8. 10 Aug, 2018 2 commits
  9. 09 Aug, 2018 9 commits
  10. 08 Aug, 2018 5 commits
    • topjohnwu's avatar
      Move remount,ro back to post-fs-data mode · bdff9769
      topjohnwu authored
      bdff9769
    • Ilya Kushnir's avatar
      Update RU strings · c61df75e
      Ilya Kushnir authored
      c61df75e
    • vvb2060's avatar
      Update zh-rCN translation · a74bf2cc
      vvb2060 authored
      a74bf2cc
    • topjohnwu's avatar
      Apply all sepolicy patches pre-init · ada0f936
      topjohnwu authored
      Boot services tend to fail in the middle when the kernel loads a sepolicy live.
      It seems that moving full patch (allow magisk * * *) to late_start is still not enough to fix service startup failures.
      So screw it, apply all patched in magiskinit, which makes sure that all rules are only loaded in a single step.
      The only down side is that some OEM with a HUGE set of secontexts (e.g. Samsung) might suffer a slightly longer boot time, which IS the reason why the rules are split to 2 parts in the first place.
      ada0f936
    • topjohnwu's avatar
      Add 1 more byte to mark · ff36f2ba
      topjohnwu authored
      Prevent crashes on higher Android versions
      ff36f2ba