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: beyondwords-io/player
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.6
Choose a base ref
...
head repository: beyondwords-io/player
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.7
Choose a head ref
  • 4 commits
  • 7 files changed
  • 1 contributor

Commits on May 15, 2024

  1. Fix an infinite loop when the video playerStyle is loaded with audio …

    …only
    
    The mediaObject was repeatedly set which caused Svelte’s reactivity to
    keep loading the media.
    tuzz committed May 15, 2024
    Configuration menu
    Copy the full SHA
    40b2d41 View commit details
    Browse the repository at this point in the history
  2. Fix the player freeze framing on HLS videos in Android version <= 13

    HLS support in Android version 13 and below is not very good. We already
    have to use the mp4 media instead of the m3u8 media on Android if an
    initial time is set (time fragments) and it looks like this is another
    case where we should load the mp4 instead of m3u8 streaming format.
    
    https://linear.app/beyondwords/issue/S-5272/video-player-freezing-on-android-mobile-words-stuck-audio-continues
    
    https://lstnltd.slack.com/archives/C061NQDK1SL/p1715774612024949
    tuzz committed May 15, 2024
    Configuration menu
    Copy the full SHA
    07f4477 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4c166c View commit details
    Browse the repository at this point in the history
  4. Release version 0.2.7

    tuzz committed May 15, 2024
    Configuration menu
    Copy the full SHA
    7f71fa4 View commit details
    Browse the repository at this point in the history
Loading