Skip to content

Releases: RikkaApps/Shizuku

v12.13.0

05 Oct 09:01
e9a4f48
Compare
Choose a tag to compare

What's Changed

  • Fix UserServices are not killed after permission is revoked
  • Fix UserServices are not killed after the app is uninstalled
  • Don't let ForegroundServiceStartNotAllowedException crash the app [1]
  • Fix paring service crash if the service is killed after paring service is found, before user finishing typing the pairing code (I'm amazed there are systems kills background apps (foreground services is used in fact) this aggressively)
  • Fix background color (also "Black night theme") on pre-API 31
  • More Material Design 3
  • Support Android 13 themed icon

[1] There are users who change OP_START_FOREGROUND to MODE_ERRORED, so startForegroundService crashes even if it is from a visible Activity.

Full Changelog: v12.12.1...v12.13.0

v12.12.1

29 Sep 11:35
137cc52
Compare
Choose a tag to compare

Full Changelog: v12.12.0...v12.12.1

v12.12.0

17 Sep 18:19
287b4eb
Compare
Choose a tag to compare

What's Changed

  • Fix the problem that Shizuku#peekUserService not work after app process restarts

Full Changelog: v12.11.0...v12.12.0

v12.11.0

13 Sep 06:54
6557ae7
Compare
Choose a tag to compare

What's Changed

  • Fix the problem that UserService will not work at least on Android 9+root

Full Changelog: v12.10.0...v12.11.0

v12.10.0

07 Sep 06:52
26f6e12
Compare
Choose a tag to compare

What's Changed

  • Fix the problem that UserService will not work if the device runs slowly
  • Fix Shizuku service and UserService not stop after uninstalling Shizuku or apps using UserService
  • Support Android 13 pre-application language
  • Update translations
  • Updated hungarian language by @gidano in #236

New Contributors

Full Changelog: v12.9.1...v12.10.0

v12.9.1

06 Aug 16:29
aeb3183
Compare
Choose a tag to compare
  • Fix the problem that UserService may not stop after Shizuku service is stopped
  • UI adjustments
  • Update translations

Full Changelog: v12.8.1...v12.9.1

v12.8.1

09 Jun 16:06
97acd55
Compare
Choose a tag to compare
  • Works on Android 13 Beta 3

Full Changelog: v12.6.2...v12.8.1

v12.6.2

25 Apr 08:57
907776f
Compare
Choose a tag to compare
  • Fix pairing not working in Arabic language (#209)
  • Update translations
  • Improve pairing prompt texts

Full Changelog: v12.6.0...v12.6.2

v12.6.0

19 Feb 04:11
6812764
Compare
Choose a tag to compare

What's Changed

  • Works on Android 13 DP1 (Apps use Shizuku may need changes also)

Full Changelog: v12.5.0...v12.6.0

v12.5.0

11 Feb 10:44
c13ed7d
Compare
Choose a tag to compare

What's Changed

  • Use Material Design 3 to achieve a consistent look with the Android 12 system
  • Fix SIGWINCH handling, rish can respond window size change now (need to export rish files again from the app to update the files)
  • Locales are collected on build, no need to manually edit arrays.xml and resConfig everytime a new language is added
  • Imporve adb paring tutorial, add description about network access
  • String res adb_pairing_tutorial_content_finish for Simplified Chinese. by @ryuunoakaihitomi in #176
  • Quote service arguments in starter command by @kdrag0n in #189

New Contributors

Full Changelog: v12.4.3...v12.5.0