github PierfrancescoSoffritti/android-youtube-player 12.0.0

latest releases: 13.0.0, 12.1.2, 12.1.1...
2 years 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

Full Changelog: 11.1.0...12.0.0

Don't miss a new android-youtube-player release

NewReleases is sending notifications on new releases.