v0.7
Update version to v18.1-clean and refactor injector architecture
- Centralize module installation logic in
XCamInjectorswith streamlined OS version detection. - Refine the "Universal Hunter"
BitmapFactoryhook with improved argument replacement logic and more robust logging. - Introduce
UIFallbackHooksin the modern engine to supportTextureViewandSurfaceViewbased applications. - Update
README.mdto include a feature availability matrix and clarify current support status for video and image media. - Improve process name detection on Android 12+ using
Application.getProcessName(). - Refactor
XCamModuleto clean up unused state variables, redundant comments, and engine stop logic. - Enhance
XCamInjectorsModernsession discovery to automatically clear preview surfaces when a new capture session is initiated. - Minor cleanup in
XCamRendererand legacy injectors to improve error handling and API usage.