-
Breaking changes:
YouTubePlayer.seekTo(int time)now takes afloat, to improve consistency with the other APIs.
-
Minor changes:
-
When a
Viewis added to the default player UI, usingyouTubePlayerView.getPlayerUIController().addView(View), it doesn't always need padding. It is now defined in the container. -
Sample app:
-
Added an example showing how the player state changes and how to track it.
-
Added an example for picture in picture mode.
-
Added nav drawer options to star the library on GitHub and rate on the PlayStore.
-
Links from the main WebView are now opened in the browser.