You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Core library:
Suppress exceptions from registering/unregistering the stream volume receiver (#8087, #8106).
Suppress ProGuard warnings caused by Guava's compile-only dependencies (#8103).
Fix issue that could cause playback to freeze when selecting tracks, if extension audio renderers are being used (#8203).
UI:
Fix incorrect color and text alignment of the StyledPlayerControlView fast forward and rewind buttons, when used together with the com.google.android.material library (#7898).
Add dispatchPrepare(Player) to ControlDispatcher and implement it in DefaultControlDispatcher. Deprecate PlaybackPreparer and setPlaybackPreparer in StyledPlayerView, StyledPlayerControlView, PlayerView, PlayerControlView, PlayerNotificationManager and LeanbackPlayerAdapter and use ControlDispatcher for dispatching prepare instead (#7882).
Increase seekbar's touch target height in StyledPlayerControlView.
Update StyledPlayerControlView menu items to behave correctly for right-to-left languages.
Support enabling the previous and next actions individually in PlayerNotificationManager.
Audio:
Retry playback after some types of AudioTrack error.
Work around AudioManager crashes when calling getStreamVolume (#8191).
Extractors:
Matroska: Add support for 32-bit floating point PCM, and 8-bit and 16-bit big endian integer PCM (#8142).