Skip to content
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 24 commits into from
May 3, 2024
Merged

6.3.1 #1058

merged 24 commits into from
May 3, 2024

Conversation

tmolitor-stud-tu
Copy link
Member

  • 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

6.3.0b5
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.
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.
For details, see previous commit making Toggle() translatable.
- 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
@tmolitor-stud-tu tmolitor-stud-tu merged commit 9199038 into stable May 3, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant