Releases: RikkaApps/Shizuku
Releases · RikkaApps/Shizuku
v12.13.0
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
Full Changelog: v12.12.0...v12.12.1
v12.12.0
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
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
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
- 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
- Works on Android 13 Beta 3
Full Changelog: v12.6.2...v12.8.1
v12.6.2
v12.6.0
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
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
andresConfig
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