1. 26 Jun, 2019 1 commit
  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 2 commits
    • 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
    • osm0sis's avatar
      magiskboot: accept forcing recognized but unsupported format compression · f341f3b2
      osm0sis authored
      - when input image had a different supported format (e.g. gzip) magiskboot would not accept a manually compressed ramdisk or kernel in an unsupported format (e.g. lzop) despite being able to recognize it, so instead would double compress using whatever the input format was, breaking the image with, in effect, a ramdisk.cpio.lzo.gz
      f341f3b2