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

Expose DefaultLoadControl parameters Android ExoPlayer #1160

Merged

Commits on Jul 31, 2018

  1. Configuration menu
    Copy the full SHA
    092ba33 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. Configuration menu
    Copy the full SHA
    dde27a3 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    bryanvanwijk authored Aug 1, 2018
    Configuration menu
    Copy the full SHA
    f46a00c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. Configuration menu
    Copy the full SHA
    cd75e72 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    bryanvanwijk authored Aug 2, 2018
    Configuration menu
    Copy the full SHA
    814a744 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. Tidy up bufferConfig docs

    cobarx authored Aug 3, 2018
    Configuration menu
    Copy the full SHA
    9ff16ed View commit details
    Browse the repository at this point in the history
  2. Don't set isPaused when releasing the player

    I'm guessing this was a bug as it doesn't make sense that we would set paused to true if the video is playing, and not paused if it wasn't. I believe this is a safe change since we only release the player when the app is closing or we detach (which is going away shortly). We need this since we release the player in order to apply new bufferConfig settings.
    cobarx authored Aug 3, 2018
    Configuration menu
    Copy the full SHA
    725497e View commit details
    Browse the repository at this point in the history
  3. Remove extra space

    cobarx authored Aug 3, 2018
    Configuration menu
    Copy the full SHA
    a60a127 View commit details
    Browse the repository at this point in the history