1. 26 Jun, 2019 2 commits
  2. 25 Jun, 2019 4 commits
  3. 24 Jun, 2019 3 commits
  4. 23 Jun, 2019 3 commits
  5. 22 Jun, 2019 2 commits
    • topjohnwu's avatar
      Label current SAR impl as compat · 1058aeb0
      topjohnwu authored
      The current system-as-root magiskinit implementation (converting
      root directory in system partition to legacy rootfs setup) is now
      considered as backwards compatible only.
      
      The new implementation that is hide and Android Q friendly is coming soon.
      1058aeb0
    • topjohnwu's avatar
      Delay mounting sbin overlay · cfec0db9
      topjohnwu authored
      cfec0db9
  6. 21 Jun, 2019 6 commits
  7. 18 Jun, 2019 1 commit
  8. 16 Jun, 2019 10 commits
  9. 15 Jun, 2019 3 commits
  10. 14 Jun, 2019 1 commit
  11. 12 Jun, 2019 4 commits
  12. 11 Jun, 2019 1 commit
    • osm0sis's avatar
      magiskboot: allow forcing no recompression on ramdisk.cpio · ee407472
      osm0sis authored
      - when input image had a compressed ramdisk magiskboot had no way to force the repack with the uncompressed ramdisk.cpio since it does not formally recognize cpio as its own format, so add a switch to support forcing repacking to any possible ramdisk format regardless of input image
      ee407472