Skip to content

Shevery v13.8.0 r20

Choose a tag to compare

@HmnDev-Tech HmnDev-Tech released this 11 Jun 08:37

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:

Direct Comparison

Changelog

  • Google TV/Leanback Support: Un-commented LEANBACK_LAUNCHER activity 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 ModuleWebViewActivity destruction.