Releases: lightfeather721/QuietSight
Releases · lightfeather721/QuietSight
Release list
QuietSight 1.0.1
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
.taskmodel 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
CAMERAand no network permission.