You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
v504
dab1808934
Add source field to DetectedCode and update ScannerView logic for improved barcode handling
...
- Introduced a `source` field in the `DetectedCode` struct to differentiate between camera and image sources.
- Updated `ScannerView` to enhance the logic for displaying detected codes, including adjustments to the overlay and auto-selection behavior.
- Improved logging for debugging purposes, providing clearer insights into detected codes and their sources.
2 months ago
..
Assets.xcassets
Initial Commit
2 months ago
Models
Update BarcodeType enum in HistoryEnums.swift to include additional barcode formats; enhance ScannerView logic to differentiate between QR codes and barcodes, improving data handling and user feedback during scanning.
2 months ago
ScannerView
Add source field to DetectedCode and update ScannerView logic for improved barcode handling
2 months ago
Utils
Enhance HistoryItemRow in HistoryView to include navigation links for barcode details, improving user interaction and data type handling.
2 months ago
Views
Refactor ContentView to improve UI layout and user experience; replace existing components with a modern design featuring gradient backgrounds, enhanced navigation links for QR code creation, scanning, and history, while removing unused state management for scanned results.
2 months ago
en.lproj
Implement camera permission management in ScannerView; add CameraPermissionView for user feedback on permission status; enhance logging for permission requests and status changes; localize new strings for camera permission prompts.
2 months ago
zh-Hans.lproj
Implement camera permission management in ScannerView; add CameraPermissionView for user feedback on permission status; enhance logging for permission requests and status changes; localize new strings for camera permission prompts.
2 months ago
ContentView.swift
Refactor ContentView to improve UI layout and user experience; replace existing components with a modern design featuring gradient backgrounds, enhanced navigation links for QR code creation, scanning, and history, while removing unused state management for scanned results.
2 months ago
Info.plist
增加多国语言
2 months ago
LanguageManager.swift
增加多国语言
2 months ago
LanguageSettingsView.swift
增加多国语言
2 months ago
Logger.swift
Refactor ContentView to enhance UI and add language selection; update ScannerView logging to use structured logging; localize new strings for app title, description, and language selection.
2 months ago
MyQrCodeApp.swift
Initial Commit
2 months ago