Skip to content

v0.7

Choose a tag to compare

@hazbu hazbu released this 09 Aug 03:58
· 3 commits to main since this release

Update version to v18.1-clean and refactor injector architecture

  • Centralize module installation logic in XCamInjectors with streamlined OS version detection.
  • Refine the "Universal Hunter" BitmapFactory hook with improved argument replacement logic and more robust logging.
  • Introduce UIFallbackHooks in the modern engine to support TextureView and SurfaceView based applications.
  • Update README.md to 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 XCamModule to clean up unused state variables, redundant comments, and engine stop logic.
  • Enhance XCamInjectorsModern session discovery to automatically clear preview surfaces when a new capture session is initiated.
  • Minor cleanup in XCamRenderer and legacy injectors to improve error handling and API usage.