BaldPhone
BaldPhone copied to clipboard
Bump core from 10.0.5 to 11.1.0
Bumps core from 10.0.5 to 11.1.0.
Release notes
Sourced from core's releases.
11.1.0
This is the first release of the library where all contributions are made by the community, thanks for the help!
- Added support for playlists (#348 ), thanks to
@flauschtrud
- Fixed bug that sometimes prevented library from loading (#830 ), thanks to
@flauschtrud
- Enabled cache in WebView (#869 ), thanks to
@flauschtrud
11.0.1
YouTubePlayerView#setEnableAutomaticInitialization
is public again.11.0.0
- The library has been migrated to MavenCentral, as JCenter is going to disappear soon (#703)
- Web UI is now the default. This change as been made as web ui is by default compatible with YouTube's terms of service. It's still possible to add custom UIs, but that should be done only if the developer choses to do so. This is a breaking change, the doc has been updated accordingly.
- The
YouTubePlayerView#getUiController
method has been removed, as there is no default UI controller now that web ui is the default.- Attributes like
useWebUi
,enableLiveVideoUi
,showYouTubeButton
etc have been removed, as they don't make sense with web ui as default.- The old native UI is now available as DefaultPlayerUiController, you can still use it if you want to.
- Added support for changing playback speed (#101), thanks to
@Serkali-sudo
- Updates dependencies
Commits
469b36b
Update APKs1c63557
Update readme9642bc9
Update to version 11.1.0973954c
Update dependencies37f56f9
Changed cache mode to LOAD_DEFAULT to enable caching (#874)feae0b5
Defer loading IFrame API, fixes #830 (#873)8ab19ae
Added support for playlists (#863)3516cf8
Fixed type in readme (#870)1085ebb
Add templates for bugs, features and questions (#632)f0cc03e
Update sample app apks.- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)