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

Commits on Apr 29, 2024

  1. --- 899 ---

    6.3.0b5
    tmolitor-stud-tu committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    bf6f55b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d06a68 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    8acf65b View commit details
    Browse the repository at this point in the history
  2. fixup_workflow

    tmolitor-stud-tu committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f9f882e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c6e45f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    6a33414 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42bcdc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f6ee3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5238c48 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    f6a55e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb5d6ce View commit details
    Browse the repository at this point in the history
  3. 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.
    tmolitor-stud-tu committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0daadbe View commit details
    Browse the repository at this point in the history
  4. Make Toggle() translatable

    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.
    tmolitor-stud-tu committed May 2, 2024
    Configuration menu
    Copy the full SHA
    fad2b76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91e943a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82a4b71 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb386e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e6df1b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b2b17e7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    230b17e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    26ddd11 View commit details
    Browse the repository at this point in the history
  12. Make Picker() translatable, too

    For details, see previous commit making Toggle() translatable.
    tmolitor-stud-tu committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d2b6d55 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    02fb8b6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c0222aa View commit details
    Browse the repository at this point in the history
  15. 6.3.1b1 (#1057)

    - 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 authored May 2, 2024
    Configuration menu
    Copy the full SHA
    dfa2399 View commit details
    Browse the repository at this point in the history