Skip to content

Releases: PierfrancescoSoffritti/android-youtube-player

4.1.6: bugfix, player controls UI is now wrapped in a LinearLayout, allowing…

12 Mar 13:36
Compare
Choose a tag to compare
  • bugfix: player controls UI is now wrapped in a LinearLayout, allowing for more flexibility and proper formatting when hiding/showing control icons

4.1.5

28 Feb 16:53
Compare
Choose a tag to compare
  • fixed a bug that caused sendVideoCurrentTime to be called too frequently

4.1.4

18 Jan 09:19
Compare
Choose a tag to compare
  • Fixed YouTube button. Wasn't responding to click events.

4.1.3

17 Jan 14:41
90aae3e
Compare
Choose a tag to compare
  • YouTubePlayerView is now a lifecycle observer. It's not necessary to call release() destroying the view's context.
  • Added addView and removeView methods to PlayerUIController interface.
  • Bugfix

4.1.2-dev

17 Jan 09:53
Compare
Choose a tag to compare

bugfix

4.1.1-dev

13 Jan 10:30
Compare
Choose a tag to compare
4.1.1-dev Pre-release
Pre-release
added removeView method in PlayerUIController

4.1.0-dev: added addView method in PlayerUIController. Is now possible to add Vi…

13 Jan 09:54
Compare
Choose a tag to compare
  • YouTubePlayerView is now a lifecycle observer. It's not necessary to call release() destroying the view's context.
  • Added addView method to PlayerUIController interface.

4.0.0

11 Jan 16:07
Compare
Choose a tag to compare
  • Breaking change: PlayerUIController.enableLiveVideoIndicator renamed to PlayerUIController.enableLiveVideoUI
  • Improved UI of the player when playing a live video
  • Improved documentation

3.0.2

30 Nov 15:35
Compare
Choose a tag to compare

bug fix

3.0.1

22 Nov 20:45
Compare
Choose a tag to compare

YouTubePlayerBridge is now using a public interface (YouTubePlayerBridgeCallbacks) instead of private WebViewYouTubePlayer