v0.2
Migrate to libxposed service API and enhance module status UI
- Replace manual framework provider queries with the official
libxposedservice API for detecting active scopes. - Implement
XposedServiceHelper.OnServiceListenerinMainActivityto dynamically update module status and retrieve the official app scope. - Refactor the main UI to use
MaterialCardViewcontainers for module status and active scopes, adding aHorizontalScrollViewfor better app icon display. - Update
XCamModuleto use modernlibxposedhook syntax and priority-based logging, removing legacy manual activity registration logic. - Register
XposedProviderinAndroidManifest.xmland update dependencies to includelibxposed-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.