Morgan Pretty
ef0f73a38c
Merge pull request #1046 from mpretty-cyro/fix/string-linter-issues
...
Refactored the LintLocalizableStrings script
7 months ago
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
7 months ago
Morgan Pretty
8c21b9c9ad
Merge pull request #1044 from oxen-io/feature/update-crowdin-translations
...
[Automated] Update translations from Crowdin
7 months ago
mpretty-cyro
2ceb277c2e
[Automated] Update translations from Crowdin
7 months ago
Morgan Pretty
f7c39c4c5d
Merge pull request #1033 from RyanRory/standardize-modal-accessibility-id
...
Standardize modal & input error accessibility ids
7 months ago
Ryan ZHAO
8da80ab314
Merge branch 'dev' into standardize-modal-accessibility-id
7 months ago
Morgan Pretty
7519aab36c
Merge pull request #1041 from mpretty-cyro/feature/safer-setting-memory-usage
...
Updated the method 'Setting' data manipulation to be safer
7 months ago
Morgan Pretty
4d7d9161bf
Merge pull request #1042 from oxen-io/feature/update-crowdin-translations
...
[Automated] Update translations from Crowdin
7 months ago
mpretty-cyro
a0e09e909c
[Automated] Update translations from Crowdin
7 months ago
Morgan Pretty
6cbd8cbf15
Updated the method 'Setting' data manipulation to be safer
...
Also resolves a warning about an unsafe pointer
7 months ago
Morgan Pretty
9c65a80fb7
Merge pull request #1029 from oxen-io/feature/update-crowdin-translations
...
[Automated] Update translations from Crowdin
7 months ago
mpretty-cyro
5a6a6ad917
[Automated] Update translations from Crowdin
7 months ago
Morgan Pretty
1cc7e6a717
Merge pull request #1040 from mpretty-cyro/feature/clean-up-language-options
...
Tweaked a couple of Xcode settings to remove redundant languages
7 months ago
Morgan Pretty
bfe5f96fd8
Tweaked a couple of Xcode settings to remove redundant languages
7 months ago
Morgan Pretty
d21578e77f
Merge pull request #1039 from mpretty-cyro/fix/attachment-path-creation
...
Fixed a couple of bugs with attachment path creation
7 months ago
Morgan Pretty
afb60fbf5c
Fixed a couple of bugs with attachment path creation
7 months ago
Morgan Pretty
ae43d9b4e8
Merge pull request #1030 from RyanRory/third-party-license
...
Third party licenses
7 months ago
Morgan Pretty
16ba002469
Merge remote-tracking branch 'upstream/dev' into third-party-license
...
# Conflicts:
# Session.xcodeproj/project.pbxproj
# Session/Meta/Translations/InfoPlist.xcstrings
7 months ago
Morgan Pretty
7f6e241287
Fixed a couple of small bugs
...
• Fixed an issue where the licenses may not be sorted which could result in different outputs between builds
• Fixed an issue where non-dependencies could be included in the project if they had been resolved at some point
7 months ago
Morgan Pretty
41a3f27fad
Merge pull request #1034 from mpretty-cyro/feature/uniform-type-identifiers-refactoring
...
Refactored MimeTypeUtil to use UniformTypeIdentifiers
7 months ago
Morgan Pretty
0b4629dee6
Merge pull request #1037 from mpretty-cyro/feature/optimised-lib-session-size-tests
...
Optimised the libSession size limit tests
7 months ago
Morgan Pretty
dae4715ca5
Tweaked the unit test summary step to be simpler
7 months ago
Morgan Pretty
0b97122209
Try to clean up CI output a little
7 months ago
Morgan Pretty
8e0fabed17
Removing debug CI stuff
7 months ago
Morgan Pretty
646fc2359d
Debugging CI 2
7 months ago
Morgan Pretty
c693a20462
Debugging CI 1
7 months ago
Morgan Pretty
3241e6c529
Fixed some test failure due to incorrect type conversions
7 months ago
Morgan Pretty
afc289808f
Fixed a silly typo
7 months ago
Morgan Pretty
08e8a48eed
Optimised the libSession size limit tests, tweaked another couple failing tests
7 months ago
Morgan Pretty
b8f517cfb1
Merge pull request #1036 from mpretty-cyro/feature/update-grdb
...
Updated to the latest GRDB (Built with Xcode 16)
7 months ago
Morgan Pretty
0afb0c399b
Updated to the latest GRDB (Built with Xcode 16)
7 months ago
Morgan Pretty
d570e10430
Merge remote-tracking branch 'upstream/dev' into feature/uniform-type-identifiers-refactoring
...
# Conflicts:
# Session/Meta/Translations/InfoPlist.xcstrings
7 months ago
Morgan Pretty
675325c216
Merge pull request #1032 from mpretty-cyro/fix/logging-issue
...
Fixed a bug with return from background logs
7 months ago
Morgan Pretty
d25121a10c
Merge pull request #1028 from mpretty-cyro/fix/rename-init-because-apple-is-dumb
...
Number of small Xcode 16 build fixes
7 months ago
Morgan Pretty
07e5b0885d
Merge pull request #1031 from mpretty-cyro/fix/remove-codecov
...
Removed the codecov setup
7 months ago
Ryan ZHAO
57ca0dad8e
make explicit accessibility label for modals and error messages of text input
7 months ago
Morgan Pretty
8954a50d9e
Merge pull request #1035 from mpretty-cyro/feature/retrieve-snode-cache-size
...
Added a function to retrieve the snode cache size from libSession
7 months ago
Morgan Pretty
2bc893982a
Added a function to retrieve the snode cache size from libSession
7 months ago
Morgan Pretty
2c9427edcf
Refactored MimeTypeUtil to use UniformTypeIdentifiers
7 months ago
Ryan ZHAO
b2ce98ea83
standardize modal & input error accessibility ids
7 months ago
Morgan Pretty
f2eb84deb1
Removed the codecov setup
7 months ago
Morgan Pretty
79b98994fe
Fixed a bug with return from background logs
...
Fixed a bug where logs sent before the logger finishes setting up after returning from the background weren't getting added to the log gile
7 months ago
Ryan ZHAO
62f84d2c1f
add script the catch licenses in SPM and generate a plist file as Acknowledgement in Settings.bundle
7 months ago
Morgan Pretty
7086fe1ba0
Number of small Xcode 16 build fixes
...
• Renamed an init which matched a private API so triggered a store submission warning
• Fixed a unit test build issue in Xcode 16
• Updated the LintLocalizableStrings updatePermissionStrings output to be sorted (so it doesn't change every time)
• Moved the 'Ensure InfoPlist.xcstrings updated' build step to the Session target
7 months ago
Morgan Pretty
a1c3d53569
Updated project level versions
7 months ago
Morgan Pretty
595bc1aedb
Merge pull request #1026 from mpretty-cyro/fix/modal-body-height
...
Created a ScrollableLabelView component for the ConfirmationModal
7 months ago
Morgan Pretty
0f549ae77d
Renamed 'ScrollableLabelView' to 'ScrollableLabel'
7 months ago
Morgan Pretty
7bfc533882
Created a ScrollableLabelView component for the ConfirmationModal
7 months ago
RyanZhao
0bb410d74d
Merge pull request #1023 from RyanRory/strings
...
Strings Project
7 months ago
Ryan ZHAO
581569b009
merge latest translation & bump up build number
7 months ago