Added
- Android 14+ Partial Photo Access**: Added
READ_MEDIA_VISUAL_USER_SELECTEDpermission support. - WiFi QR Support**: Added
CHANGE_WIFI_STATEpermission for WiFi network suggestions. - Gallery Scanning**: Single scan flow for both OCR text and QR/barcode detection.
- Smart Barcode Actions**: Auto-detect URLs, WiFi, contacts, phone numbers, and emails.
Fixed
- Critical Lint Error**: Fixed missing permission causing crash on WiFi QR code scans.
- API 30 Compatibility**: Added version check for
HapticFeedbackConstants.CONFIRM. - Race Condition**: Fixed gallery picker using proper StateFlow collection.
-Memory Safety**: Bitmap downsampling (max 2048px) to prevent OOM.
Improved
- Dependency Updates**: CameraX 1.5.2, Compose BOM 2026.01.00, Material3 1.5.0-alpha12.
- KTX Extensions**: Migrated
Uri.parse()to.toUri()across 5 files. - Composable Naming**: Renamed picker functions to
remember*pattern per conventions. - Version Catalog**: Moved ML Kit and lifecycle deps to centralized catalog.
- Resource Cleanup**: Removed 7 unused color resources.