From e8876142469e78f3eca1e821577cc5a6a7112a80 Mon Sep 17 00:00:00 2001 From: ibaker Date: Fri, 20 Sep 2024 07:45:06 -0700 Subject: [PATCH] Move release note from `1.5.0-alpha01` to 'unreleased' This was accidentally added in the wrong place in https://github.com/androidx/media/commit/6bda0da6bed70c6ba639ca190fb96951634ce67b PiperOrigin-RevId: 676841659 --- RELEASENOTES.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ffa1d47520..25ed16b3af 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -61,6 +61,12 @@ * Muxers: * IMA extension: * Session: + * Fix bug that caused custom commands sent from a `MediaBrowser` being + dispatched to the `MediaSessionCompat.Callback` instead of the + `MediaBrowserServiceCompat` variant of the method when connected to a + legacy service. This prevented the `MediaBrowser` to receive the actual + return value sent back by the legacy service + ([#1474](https://github.com/androidx/media/issues/1474)). * UI: * Make the stretched/cropped video in `PlayerView`-in-Compose-`AndroidView` workaround opt-in, due to issues @@ -206,18 +212,6 @@ This release includes the following changes since the playback can't be suppressed without the system crashing the service with a `ForegroundServiceDidNotStartInTimeException` ([#1528](https://github.com/google/ExoPlayer/issues/1528)). - * Fix bug that caused custom commands sent from a `MediaBrowser` being - dispatched to the `MediaSessionCompat.Callback` instead of the - `MediaBrowserServiceCompat` variant of the method when connected to a - legacy service. This prevented the `MediaBrowser` to receive the actual - return value sent back by the legacy service - ([#1474](https://github.com/androidx/media/issues/1474)). -* UI: -* Downloads: -* OkHttp Extension: -* Cronet Extension: -* RTMP Extension: -* HLS Extension: * DASH Extension: * Add support for periods starting in the middle of a segment ([#1440](https://github.com/androidx/media/issues/1440)).