Android Youtube Player Versions Save

YouTube Player library for Android and Chromecast, stable and customizable.

12.1.0

9 months ago

This release fixes a few bugs and improves support for playlists.

  • #460 and #887 are fixed. Now YouTubePlayer has more methods to control the playback of playlists. Such as nextVideo, previousVideo, playVideoAt, setLoop and setShuffle.
  • #996 is fixed, thanks to @maharshpatel247
  • #929 is fixed, modest branding can be set to 0, thanks to @Berdorge
  • #860 is fixed.

Sponsors

For the first time ever someone sponsored the project, by making a donation. Thank you!

  • @RedaGhoussoub
  • @ben-WIM

New Contributors

  • @maharshpatel247 made their first contribution in #996
  • @Berdorge made their first contribution in #1005
  • @MananArya22 made their first contribution in #951

Full Changelog: https://github.com/PierfrancescoSoffritti/android-youtube-player/compare/12.0.0...12.1.0

12.0.0

1 year ago

This release is mainly about adding better support for fullscreen and the addition of a new custom-ui module.

  • Moved DefaultPlayerUiController and all other custom UI components to a separate custom-ui module, see doc. By doing this I was able to remove all the custom UI code and resources from the core module, making it smaller. Developers can now choose to import the custom UI code only if they care about it.
  • Added support for controlling fullscreen in IFrame Player. See YouTubePlayerView#addFullscreenListener and YouTubePlayer#toggleFullscreen, see doc and sample app. Thanks to @Praveen-Pable for the help with #926 and #936 !
  • Added support for autoplaying videos without acquiring the audio focus, see #896 , thanks to @S3basuchian for the help!
  • Fixed a memory leak, see #924.

New Contributors

  • @S3basuchian made their first contribution in #896
  • @Serkali-sudo made their first contribution in #891
  • @Praveen-Pable made their first contribution in #926
  • @forceporquillo made their first contribution in #684

Full Changelog: https://github.com/PierfrancescoSoffritti/android-youtube-player/compare/11.1.0...12.0.0

11.1.0

1 year ago

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

2 years ago
  • YouTubePlayerView#setEnableAutomaticInitialization is public again.

11.0.0

2 years ago
  • 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

10.0.5

4 years ago
  • Added functions to mute/un-mute the player, thanks to @lucasvanhalst. See #446.

10.0.4

4 years ago
  • Fixed issue with background playback. See #345.
  • Added option to set video origin through IFramePlayerOptions. See #390.
  • Added option to set language preferences through IFramePlayerOptions. See #425.
  • Fixed issue #383.

10.0.3

5 years ago
  • Fixes #334

10.0.2

5 years ago
  • solves bug reported in issue #326.

10.0.1

5 years ago