Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nextcloud/ios
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 34.1.0
Choose a base ref
...
head repository: nextcloud/ios
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 34.1.1
Choose a head ref
  • 6 commits
  • 15 files changed
  • 3 contributors

Commits on Aug 1, 2026

  1. fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <[email protected]>
    nextcloud-bot committed Aug 1, 2026
    Configuration menu
    Copy the full SHA
    2f8f202 View commit details
    Browse the repository at this point in the history
  2. Improve remote video playback reliability and VLC lifecycle handling (#…

    …4217)
    
    * fix: wait for VLC shutdown before changing videos
    
    Signed-off-by: Marino Faggiana <[email protected]>
    
    * fix: prevent video playback probe from hanging
    
    Use an async AVFoundation playability check with cancellation and an eight-second VLC fallback timeout.
    
    Pass the user agent to video playback and bump the app version to 34.1.1.
    
    Signed-off-by: Marino Faggiana <[email protected]>
    
    * fix: recover from rejected VLC presentations
    
    Reset playback launch state when presentation is rejected and add VLC presentation and playback diagnostics.
    
    Signed-off-by: Marino Faggiana <[email protected]>
    
    ---------
    
    Signed-off-by: Marino Faggiana <[email protected]>
    marinofaggiana authored Aug 1, 2026
    Configuration menu
    Copy the full SHA
    4c4be4f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2026

  1. fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <[email protected]>
    nextcloud-bot committed Aug 2, 2026
    Configuration menu
    Copy the full SHA
    be88ad9 View commit details
    Browse the repository at this point in the history
  2. Improve video playback loading and error recovery (#4218)

    * fix: show loading state on video playback cover
    
    Signed-off-by: Marino Faggiana <[email protected]>
    
    * fix: handle video playback failures with retry
    
    Signed-off-by: Marino Faggiana <[email protected]>
    
    ---------
    
    Signed-off-by: Marino Faggiana <[email protected]>
    marinofaggiana authored Aug 2, 2026
    Configuration menu
    Copy the full SHA
    ec55b04 View commit details
    Browse the repository at this point in the history
  3. fix: handle video playback startup failures

    Add startup timeouts for AVPlayer and VLC playback, and report VLC failures when playback stops before starting.
    
    Signed-off-by: Marino Faggiana <[email protected]>
    marinofaggiana committed Aug 2, 2026
    Configuration menu
    Copy the full SHA
    d307ab5 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2026

  1. feat: track server certificate trust status (#4222)

    * feat: track server certificate trust status
    
    Signed-off-by: Marino Faggiana <[email protected]>
    
    * fix: download videos before playback with trusted certificates
    
    Signed-off-by: Marino Faggiana <[email protected]>
    
    * chore: bump project build number to 2
    
    Signed-off-by: Marino Faggiana <[email protected]>
    
    ---------
    
    Signed-off-by: Marino Faggiana <[email protected]>
    marinofaggiana authored Aug 3, 2026
    Configuration menu
    Copy the full SHA
    f0a250b View commit details
    Browse the repository at this point in the history
Loading