Skip to content

Big list of bugfixes and features

Re4son requested to merge 2023.4 into master
  • Fixed the issue where some devices didnt like certain chmod option ( caused permission denied for initial scripts )
  • Fixed up broken packages with values of null and weird names
    • Issue was how some perl packages had double :: in description
  • Overall cahnges for layout where we move forwards for MaterialUI
  • Kotlin upgrade 1.5.30 -> 1.6.10
  • Removed vibrate functions fully ( no one likes it anyway )
  • Updated dependencies
  • Half implemented package manager with functions of ( view packages, update and upgrade )
  • Root shell now has proper PS1 with a change how shell is started by script ( su -mm -s pathtoshell )
  • Bumped api levels
    • min: 21
    • target: 29
    • compile: 30
  • Now is hardware accelerated
  • Forced script recovery with correct chmod ( Runs on every new launch )
  • Settings -> about -> Reset App ( Now uses LibSU module for command execution )
  • Android SU session now has nethunter scripts path in PATH export

Merge request reports