Update Release Notes for media3 1.1.0-alpha01

PiperOrigin-RevId: 529715517
This commit is contained in:
tofunmi 2023-05-05 14:51:07 +00:00 committed by Tofunmi Adigun-Hameed
parent 30957df635
commit f1f07dc82a

View File

@ -2,6 +2,14 @@
### Unreleased changes ### Unreleased changes
* Session:
* Add `androidx.media3.session.MediaButtonReceiver` to enable apps to
implement playback resumption with media button events sent by, for
example, a Bluetooth headset
([#167](https://github.com/androidx/media/issues/167)).
### 1.1.0-alpha01 (2023-05-10)
* Core library: * Core library:
* Add suppression reason for unsuitable audio route and play when ready * Add suppression reason for unsuitable audio route and play when ready
change reason for suppressed too long. change reason for suppressed too long.
@ -62,10 +70,6 @@
([#355](https://github.com/androidx/media/issues/355)). ([#355](https://github.com/androidx/media/issues/355)).
* Fix memory leak of `MediaSessionService` or `MediaLibraryService` * Fix memory leak of `MediaSessionService` or `MediaLibraryService`
([#346](https://github.com/androidx/media/issues/346)). ([#346](https://github.com/androidx/media/issues/346)).
* Add `androidx.media3.session.MediaButtonReceiver` to enable apps to
implement playback resumption with media button events sent by, for
example, a Bluetooth headset
([#167](https://github.com/androidx/media/issues/167)).
* UI: * UI:
* Add Util methods `shouldShowPlayButton` and * Add Util methods `shouldShowPlayButton` and
`handlePlayPauseButtonAction` to write custom UI elements with a `handlePlayPauseButtonAction` to write custom UI elements with a