Skip to content

Releases: RikkaApps/Shizuku

v11.2.1

21 Feb 15:12
Compare
Choose a tag to compare
  • Works on Android 12
  • Merge server dex into the apk
  • Fix exit server on uninstall

For users using adb via the USB connection, please be aware that the command has changed.

v11.1.2

28 Jan 06:55
Compare
Choose a tag to compare
  • (See recent commits)

v11.1.1

24 Jan 09:10
Compare
Choose a tag to compare
v11.1.1 Pre-release
Pre-release
  • Manage apps using Shizuku in all users from Shizuku installed in the main user
  • For "Start with wireless adb", use the new method as a priority on Android 11

v11.0.0

18 Jan 09:12
Compare
Choose a tag to compare
v11.0.0 Pre-release
Pre-release

v5.1.0

24 Oct 06:55
Compare
Choose a tag to compare
  • import user translations (2020/10/12)

v5.0.0

11 Aug 12:43
Compare
Choose a tag to compare
v5.0.0 Pre-release
Pre-release
  • add UserService (see recent commits and sample)
  • import user translations (2020/08/06)
  • stop Shizuku when manager is uninstalled from user 0
  • follow changes from Android 11 beta 3

v4.2.2

09 Jul 16:06
Compare
Choose a tag to compare
  • Show root first if the device is rooted (check if "su" exists in PATH)

v4.2.1

06 Jul 05:21
Compare
Choose a tag to compare
  • Fix a problem related to starting with root
  • Provider starter module (Magisk module) for the user who uses highly customized systems like OnePlus OxygenOS (On these systems, it's hard or impossible to guarantee the app to start on boot), don't forget to disable start on boot in settings if you want to use the module

v4.2.0

05 Jul 05:14
Compare
Choose a tag to compare
  • Fix starter
  • Add ShizukuSystemProperties

v4.1.1

28 Jun 17:50
Compare
Choose a tag to compare
  • use ZipFile instead of ZipInputStream to extract starter because there is a bug of ZipInputStream on lower version Android