1. 15 Jul, 2018 2 commits
  2. 13 Jul, 2018 2 commits
  3. 12 Jul, 2018 4 commits
  4. 11 Jul, 2018 1 commit
  5. 09 Jul, 2018 1 commit
  6. 07 Jul, 2018 3 commits
  7. 06 Jul, 2018 3 commits
  8. 05 Jul, 2018 4 commits
  9. 04 Jul, 2018 2 commits
  10. 03 Jul, 2018 3 commits
  11. 02 Jul, 2018 4 commits
  12. 01 Jul, 2018 2 commits
  13. 27 Jun, 2018 1 commit
  14. 26 Jun, 2018 4 commits
  15. 25 Jun, 2018 2 commits
    • Jat's avatar
      fix a bug when $ABILONG is arm64-v8a · d1a7372b
      Jat authored
      d1a7372b
    • topjohnwu's avatar
      Update BusyBox · e837bdc8
      topjohnwu authored
      BusyBox is unable to run properly on non-root applications due to seccomp introduced in Android 8.0.
      The SDK-21 libc.a has system call wrappers that uses the system calls on the whitelist, so binaries compiled with the updated libc can work properly.
      e837bdc8
  16. 21 Jun, 2018 2 commits
    • topjohnwu's avatar
      Precise free space calculation for magisk.img · 7265450e
      topjohnwu authored
      1. Introduce new applet: imgtool for better separation from the main program
      2. Actually mount the image and check statvfs for free space in the image
      
      This shall eliminate any possible module installation failure from image resizing issues.
      7265450e
    • topjohnwu's avatar
      Add more indentation · 058dbc9f
      topjohnwu authored
      058dbc9f