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 a3ee877aed
Refactor LanguageManager initialization to set isInitialized immediately, improving performance. Add debug print statements for localization processes in LaunchScreenView to aid in troubleshooting. Update localization strings across multiple languages to reflect the new app name "QR Code & Barcode Plus" and enhance user experience.
2 months ago
..
Components Refactor localization implementation by replacing all instances of NSLocalizedString with a String.localized extension method across multiple files. This change simplifies the localization process, enhances code readability, and ensures consistency in the app's interface. Updated various views to utilize the new localization approach, improving maintainability and reducing redundancy. 2 months ago
Generator Refactor QRCodeStyleView to remove historyItem parameter and replace it with historyItemId for improved data handling. Update related views to accommodate this change, enhancing the clarity and maintainability of the codebase. 2 months ago
History Refactor QRCodeStyleView to remove historyItem parameter and replace it with historyItemId for improved data handling. Update related views to accommodate this change, enhancing the clarity and maintainability of the codebase. 2 months ago
Scanner Enhance ScannerViewModel to improve camera permission handling and capture session setup. Update logging messages for clarity and add retry logic for starting the scanning session. Ensure immediate scanning initiation after session setup, enhancing user experience and reliability. 2 months ago
Settings Remove add_missing_localizations.py script and enhance Info.plist with URL schemes for social apps and calendar access descriptions. Update localization strings for contact and calendar functionalities across multiple languages, ensuring comprehensive support and improved user experience. 2 months ago
Utils Refactor LanguageManager initialization to set isInitialized immediately, improving performance. Add debug print statements for localization processes in LaunchScreenView to aid in troubleshooting. Update localization strings across multiple languages to reflect the new app name "QR Code & Barcode Plus" and enhance user experience. 2 months ago