1. 19 Sep, 2019 1 commit
  2. 17 Sep, 2019 6 commits
  3. 13 Sep, 2019 5 commits
  4. 12 Sep, 2019 3 commits
  5. 09 Sep, 2019 11 commits
  6. 08 Sep, 2019 2 commits
  7. 05 Sep, 2019 2 commits
  8. 04 Sep, 2019 2 commits
  9. 03 Sep, 2019 3 commits
  10. 01 Sep, 2019 2 commits
  11. 31 Aug, 2019 3 commits
    • Chris Renshaw's avatar
      scripts: prepare addon.d for recovery addon.d-v2 support · 1283590e
      Chris Renshaw authored
      - naturally there's no `su` in recovery
      - major refactor for common actions and simplicity
      1283590e
    • osm0sis's avatar
      scripts: hide expected x86 busybox error on arm · dca3fe39
      osm0sis authored
      - Magisk Manager installs have busybox in the $PATH before extracting busybox from update-binary so an error from busybox ash (as sh) attempting to parse the x86 busybox like a shell script would be shown:
      ./bin/busybox: line 1: syntax error: unexpected "("
      - this will only occur when ash tries to run a binary it can't handle, so basically only with x86 binary on an arm* device
      dca3fe39
    • cristisilaghi's avatar
      Update RO · 8d87eae1
      cristisilaghi authored
      8d87eae1