11.0.0
PierfrancescoSoffritti
released this
16 Dec 10:04
·
98 commits
to master
since this release
- 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.
- The
- Added support for changing playback speed (#101), thanks to @Serkali-sudo
- Updates dependencies