From 9b75523fd944c9a09277b5c43965ff44f295a32c Mon Sep 17 00:00:00 2001 From: oceanjules Date: Tue, 10 Sep 2024 19:28:32 +0100 Subject: [PATCH] Add and format RELEASENOTES --- RELEASENOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 959ca6fc86..2e5f5a9f5e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -48,6 +48,12 @@ `PlayerView.setEnableComposeSurfaceSyncWorkaround` in order to opt-in ([#1237](https://github.com/androidx/media/issues/1237), [#1594](https://github.com/androidx/media/issues/1594)). + * Add `setFullscreenButtonState` to `PlayerView` to allow updates of + fullscreen button's icon on demand, i.e. out-of-band and not reactively + to a click interaction. + ([#1590](https://github.com/androidx/media/issues/1590), + [#184](https://github.com/androidx/media/issues/184), + [#10391](https://github.com/google/ExoPlayer/issues/10391)) * Downloads: * OkHttp Extension: * Cronet Extension: