Skip to content

Releases: RikkaApps/Shizuku

v12.4.3

19 Aug 07:01
e5d22d5
Compare
Choose a tag to compare

Shizuku v12

  • Shizuku API 12

  • Add interactive shell support

    • To use the new interactive shell tool, do "Export files" again to write new files.
    • The new tool passes all the arguments to /system/bin/sh at remote, so arguments in the old tool are gone. For example, if you want to run command and exit, you should use -c.
    • To pass environment variables to remote, set RISH_PRESERVE_ENV to 1 (Default value is 0 if Shizuku runs with adb, 1 with root).
    • Read https://github.com/RikkaApps/Shizuku-API/blob/master/rish/README.md for more

12.4.3

  • Fix the problem that "Searching" notification is shown again after pairing succeed
  • Improve instruction of wireless debugging

Full Changelog: v12.4.2...v12.4.3

12.4.2

  • Adjust texts

Full Changelog: v12.4.1...v12.4.2

12.4.1

  • Check if notification is disabled
  • Check MIUI since "MIUI style notification" does not show action buttons

Full Changelog: v12.4.0...v12.4.1

12.4.0

  • Support entering adb pair code from a notification
  • Support pairing on Windows Subsystem for Android
  • Fix user service not starting on Android 6.0 (by @ryuunoakaihitomi in #157)

Full Changelog: v12.3.0...v12.4.0

12.3.0

  • Fix using UserService will crash the service process on some devices

v11.7.0

30 Jun 03:54
b86c9af
Compare
Choose a tag to compare
  • Fix UserService on Android 12 Beta 1 (#134)

v11.6.1

30 May 10:58
d7b01d5
Compare
Choose a tag to compare
  • Fix service not start on some users

v11.6.0

26 May 16:33
554595b
Compare
Choose a tag to compare
  • Should fix empty app list issue

v11.5.0

19 May 04:31
e45ee5e
Compare
Choose a tag to compare
  • Works on Android 12 Beta 1

v11.4.1

05 May 05:45
45a8f5a
Compare
Choose a tag to compare
  • Show settings entrance in the system's App info (#116)
  • Prevent 💩 MIUI's "Force dark theme" from breaking app's theme〔1〕

〔1〕MIUI has its own "Force dark theme". However, it seems that even if the app has provided the correct dark theme, MIUI's "Force dark theme" will still take effect and finally mess up colors.

v11.4.0

30 Apr 11:38
6b52b66
Compare
Choose a tag to compare
  • Try to fix the problem that random packages are shown in the app list (This is because the old versions only record the uid, if the uid is reused by the system when Shizuku is not running, the record will point to wrong packages)
  • Only packages which requests the permission will be shown in the app list (In the old versions, all package for the same uid will be shown, e.g., "Termux" and "Termux:Styling")
  • Add a visible entry for Android TV (#105)
  • Add banner for Android TV
  • Use the black theme as the default theme for watch devices (#107)

v11.3.1

29 Mar 06:35
0fbe1f4
Compare
Choose a tag to compare

v11.3.0

21 Mar 12:39
b7112c8
Compare
Choose a tag to compare
  • Add a cmd tool that allows you to run commands through Shizuku (not a full shell for now)
  • Import user translations

v11.2.2

22 Feb 04:35
Compare
Choose a tag to compare
  • For adb mode on MIUI Android 11, fallback to /data/user since adb has no permission to access Android/data