Shevery v13.8.0 r20
Shevery v13.8.0-r20
This is the latest release of Shevery featuring native Google TV launcher support and permanent in-notification status controls (Start/Stop).
Code Diffs & Blame Pages
We have generated dedicated documentation pages inside the repository tracking the precise changes:
- Release Code Diff Page — Detailed file-by-file changes and code snippets.
- Release Git Blame Page — Line-by-line authorship mapping and explanations.
Direct Comparison
Changelog
- Google TV/Leanback Support: Un-commented
LEANBACK_LAUNCHERactivity filter to enable native Google TV integration while fully preserving the original phone/wear UI layouts and tab navigation. - Persistent notification controls: Shows a Low-importance persistent notification with Start and Stop buttons mapping directly to service control calls.
- Compatibility Layer Fixes: Corrected IPermissionManager reflection parameter matching in
Android17Compat.java. - DHizuku Thread fixes: Integrated thread-safety improvements and timeout leak fixes in
DhizukuService. - Coroutine Memory leaks: Fixed continuation coroutine leak on
ModuleWebViewActivitydestruction.