-
New features:
- Buffering percentage.
It is now possible to know the percentage of the video that has been buffered. You can easily do that adding the methodYouTubeListener.onVideoLoadedFraction(float fraction)to yourYouTubePlayerListener.
The default UI shipped with the library is now showing buffering progress in the player's seek bar. If you don't want to see it, you can hide is usingPlayerUIController.showBufferingProgress(boolean show).
- Buffering percentage.
-
Minor improvements:
- Improved documentation in
YouTubePlayerListener.
- Improved documentation in
-
Breaking changes:
- Added method
onVideoLoadedFraction(float fraction)toYouTubePlayerListener. - Removed
onMessage(String message)fromYouTubePlayerListener. - Removed deprecated methods
muteandunMutefromYouTubePlayer.
- Added method
-
Bug fixes:
- Solved issue #120