Skip to content

v0.2

Choose a tag to compare

@hazbu hazbu released this 04 Aug 07:42
· 10 commits to main since this release

Migrate to libxposed service API and enhance module status UI

  • Replace manual framework provider queries with the official libxposed service API for detecting active scopes.
  • Implement XposedServiceHelper.OnServiceListener in MainActivity to dynamically update module status and retrieve the official app scope.
  • Refactor the main UI to use MaterialCardView containers for module status and active scopes, adding a HorizontalScrollView for better app icon display.
  • Update XCamModule to use modern libxposed hook syntax and priority-based logging, removing legacy manual activity registration logic.
  • Register XposedProvider in AndroidManifest.xml and update dependencies to include libxposed-service.
  • Clean up Constants, SettingsProvider, and string resources by removing deprecated scope-tracking keys and manual framework authority checks.
  • Improve UI feedback with theme-aware colors for active/inactive states and updated iconography spacing.