You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-ios/SessionUtilitiesKit/Networking
Morgan Pretty a32af018a7 Refactored the LintLocalizableStrings script
• Added new 'LintControl' mechanisms to allow for ignoring sections of code
• Added new 'MatchType' mechanisms for excluding unlocalized cases
• Updated the code to explicitly handle localized template strings (both single and multiline)
• Updated the code to process files across multiple threads to improve performance
• Updated the code to use Swift 5.7 regex and store in static variables to prevent reconstruction every time they are used
• Removed the list of individual files which are ignored (now just output a count)
• Fixed an issue where having a localized string on a subsequent line could result in an unlocalized (or incorrectly localized) string not being detected
• Fixed an issue where having multiple strings on a single line could result in an unlocalized string not being detected
• Fixed an issue where zero-width characters would result in the variable count comparison between translations failing
• Fixed a number of localization warnings
1 year ago
..
BatchRequest.swift Defensive coding for C API conversation, threading & logging tweaks 2 years ago
BatchResponse.swift Refactored the LintLocalizableStrings script 1 year ago
ContentProxy.swift Refactored the LintLocalizableStrings 2 years ago
HTTPHeader.swift Refactored the LintLocalizableStrings 2 years ago
HTTPMethod.swift Refactored the LintLocalizableStrings 2 years ago
HTTPQueryParam.swift Added in missing code changes unrelated to closed groups rebuild 3 years ago
IPv4.swift Merge remote-tracking branch 'upstream/dev' into standardised-strings 1 year ago
JSON.swift [WIP] Pulling in a bunch of changes around request management 2 years ago
Network.swift Merge remote-tracking branch 'upstream/dev' into onboarding 2 years ago
NetworkError.swift Minor logging tweaks 1 year ago
PreparedRequest.swift Fixed an endless loading state when clearing data with no network 1 year ago
ProxiedContentDownloader.swift Refactored the LintLocalizableStrings script 1 year ago
Request.swift Fixed a few more bugs 1 year ago
RequestInfo.swift [WIP] Cleaned up interface, error handling and redundant code 2 years ago
RequestTarget.swift Moved a bunch of networking logic into libSession 2 years ago
ResponseInfo.swift Second batch of fixes for the libQuic release crashes 2 years ago
URLResponse+Utilities.swift