Skip to content

Fix release notes for 1.8.0-alpha01 #2425

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,8 @@ This release includes the following changes since [1.7.1](#171-2025-05-16):
* Fix a bug where passing null into `getLibraryRoot` of a `MediaBrowser`
connected to a legacy `MediaBrowserServiceCompat` produced a
`NullPointerException`.
* Fix a bug where where sending custom actions, a search result or a
getItem request crashed the legacy session app with a
`ClassNotFoundException`.
* Fix a bug where sending custom actions, a search result or a getItem
request crashed the legacy session app with a `ClassNotFoundException`.
* Fix a bug where `MediaItem.LocalConfiguration.uri` was shared to the
platform sessions's `MediaMetadata`. To intentionally share a URI to
allow controllers to re-request the media, set
Expand Down Expand Up @@ -281,7 +280,8 @@ This release includes the following changes since [1.7.1](#171-2025-05-16):
([#2357](https://github.com/androidx/media/issues/2357)).
* Cast extension:
* Add support for `getDeviceVolume()`, `setDeviceVolume()`,
`getDeviceMuted()`, and `setDeviceMuted()`
`increaseDeviceVolume()`, `decreaseDeviceVolume()`,
`isDeviceMuted()`, and `setDeviceMuted()`
([#2089](https://github.com/androidx/media/issues/2089)).
* Test Utilities:
* Removed `transformer.TestUtil.addAudioDecoders(String...)`,
Expand Down