You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restored TransformingLazyColumn scrolling transformations (scaling and shape morphing) on all Wear OS screens.
Updated main screen title icon from a play arrow to the Shizuku mascot logo.
Termux rish Hotfix
Fixed rish REQUEST_BINDER broadcast targeting wrong package (ShizukuShellLoader.java): The broadcast was hardcoded to moe.shizuku.privileged.api instead of the actual Nightzuku package kerneldroid.nightzuku. This caused rish to always timeout since no app was listening on the old package name. Now uses BuildConfig.MANAGER_APPLICATION_ID for dynamic resolution.
Fixed Termux linker crash on ColorOS/Realme devices: Added unset LD_LIBRARY_PATH in the rish script before app_process invocation to prevent Termux's libzstd.so from conflicting with the system libunwindstack.so (Android 14+).