Skip to content

QuietSight 1.0.1

Latest

Choose a tag to compare

@lightfeather721 lightfeather721 released this 20 Jul 17:27

Changelog

1.0.1 (versionCode 2)

Features

  • Fully offline object recognition from CameraX capture or the system photo picker.
  • On-device Gemma 3n inference with selectable CPU and GPU backends.
  • Local .task model replacement from the backend menu.
  • Recognition history stored locally with Room.
  • Collapsible result card and follow-up questions grounded in the current image.

Fixes

  • Isolated MediaPipe inference in a dedicated process so native failures do not close the camera UI.
  • Prevented stalled inference from leaving the app in an endless loading state.
  • Improved GPU model preparation scheduling and eliminated duplicate backend initialization requests.
  • Removed duplicate IME inset handling that pushed the follow-up card too high above the keyboard.

Verification

  • 9 unit tests passing.
  • Android Lint completed with zero errors.
  • APK permissions contain CAMERA and no network permission.