Skip to content

v0.8

Choose a tag to compare

@hazbu hazbu released this 10 Aug 11:31
· 2 commits to main since this release

Update version to v22 and remove unused engine stop logic

  • Bump xcamVersion to v22-master.
  • Remove stopEngineWithDelay and its associated uiHandler logic for stopping the camera engine.
  • Clean up unused imports, including Bitmap, PixelCopy, ByteArrayOutputStream, and BitmapFactory, across XCamModule and XCamInjectors.
  • Enhance null safety in isIgnoringHooks by providing a default value for the ThreadLocal state.
  • Apply minor code formatting and trailing comma adjustments in XCamCapture and XCamModule.