-
-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6.3.1 #1058
Merged
Merged
6.3.1 #1058
Commits on Apr 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bf6f55b - Browse repository at this point
Copy the full SHA bf6f55bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d06a68 - Browse repository at this point
Copy the full SHA 4d06a68View commit details
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8acf65b - Browse repository at this point
Copy the full SHA 8acf65bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9f882e - Browse repository at this point
Copy the full SHA f9f882eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c6e45f - Browse repository at this point
Copy the full SHA 8c6e45fView commit details
Commits on May 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6a33414 - Browse repository at this point
Copy the full SHA 6a33414View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42bcdc0 - Browse repository at this point
Copy the full SHA 42bcdc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f6ee3c - Browse repository at this point
Copy the full SHA 5f6ee3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5238c48 - Browse repository at this point
Copy the full SHA 5238c48View commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f6a55e0 - Browse repository at this point
Copy the full SHA f6a55e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb5d6ce - Browse repository at this point
Copy the full SHA cb5d6ceView commit details -
Rework swift localizable strings extraction
This won't extract all strings, since setting SWIFT_EMIT_LOC_STRINGS=YES which would extract all strings as opposed to only `Text()` strings makes xcode compile the whole project for extraction which fails with the WebRTC lib not being found.
Configuration menu - View commit details
-
Copy full SHA for 0daadbe - Browse repository at this point
Copy the full SHA 0daadbeView commit details -
Without setting SWIFT_EMIT_LOC_STRINGS=YES, only Text() views are translatable. But we can't set SWIFT_EMIT_LOC_STRINGS=YES, because this tries to compile the whole project and always fails when importing the WebRTC lib. Switching from cocoapods to SPM for the WebRTC lib makes the project compile (even for extracting localizable strings), but crash early when starting the app (even before main.m is reached). This seems to be a dylib loading issue.
Configuration menu - View commit details
-
Copy full SHA for fad2b76 - Browse repository at this point
Copy the full SHA fad2b76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91e943a - Browse repository at this point
Copy the full SHA 91e943aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82a4b71 - Browse repository at this point
Copy the full SHA 82a4b71View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb386e5 - Browse repository at this point
Copy the full SHA bb386e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e6df1b - Browse repository at this point
Copy the full SHA 4e6df1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2b17e7 - Browse repository at this point
Copy the full SHA b2b17e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 230b17e - Browse repository at this point
Copy the full SHA 230b17eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26ddd11 - Browse repository at this point
Copy the full SHA 26ddd11View commit details -
Make Picker() translatable, too
For details, see previous commit making Toggle() translatable.
Configuration menu - View commit details
-
Copy full SHA for d2b6d55 - Browse repository at this point
Copy the full SHA d2b6d55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02fb8b6 - Browse repository at this point
Copy the full SHA 02fb8b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0222aa - Browse repository at this point
Copy the full SHA c0222aaView commit details -
- Fix flickering of chat background image - Make keyboard auto-appear configurable - Improve error propagation when uploading/downloading files - Fix detection of omemo keys for groupchats - Make several UI elements translatable now - Fix error handling when creating groups - Show used / discovered MUC servers in server details
Configuration menu - View commit details
-
Copy full SHA for dfa2399 - Browse repository at this point
Copy the full SHA dfa2399View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.