Fix typos in 1.4.0-alpha01 release notes

PiperOrigin-RevId: 625332081
This commit is contained in:
michaelkatz 2024-04-16 08:00:29 -07:00 committed by Copybara-Service
parent 3be49a5841
commit 83d1600c7e

View file

@ -114,8 +114,8 @@ This release includes the following changes since the
* Update Overlay matrix implementation to make it consistent with the * Update Overlay matrix implementation to make it consistent with the
documentation by flipping the x and y values applied in documentation by flipping the x and y values applied in
`setOverlayFrameAnchor()`. If using `setOverlayFrameAnchor()`. If using
`OverlaySettings.Builder.setOverlayFrameAnchor()`, please flip their x `OverlaySettings.Builder.setOverlayFrameAnchor()`, flip their x and y
and y values by multiplying them by `-1`. values by multiplying them by `-1`.
* Session: * Session:
* Change default of `CommandButton.enabled` to `true` and ensure the value * Change default of `CommandButton.enabled` to `true` and ensure the value
can stay false for controllers even if the associated command is can stay false for controllers even if the associated command is
@ -127,7 +127,7 @@ This release includes the following changes since the
([#1219](https://github.com/androidx/media/issues/1219)). ([#1219](https://github.com/androidx/media/issues/1219)).
* Add `MediaSessionService.pauseAllPlayersAndStopSelf()` that conveniently * Add `MediaSessionService.pauseAllPlayersAndStopSelf()` that conveniently
allows to pause playback of all sessions and call `stopSelf` to allows to pause playback of all sessions and call `stopSelf` to
terminate the lifecyce of the `MediaSessionService`. terminate the lifecycle of the `MediaSessionService`.
* Override `MediaSessionService.onTaskRemoved(Intent)` to provide a safe * Override `MediaSessionService.onTaskRemoved(Intent)` to provide a safe
default implementation that keeps the service running in the foreground default implementation that keeps the service running in the foreground
if playback is ongoing or stops the service otherwise. if playback is ongoing or stops the service otherwise.
@ -139,7 +139,7 @@ This release includes the following changes since the
* Test Utilities: * Test Utilities:
* Implement `onInit()` and `onRelease()` in `FakeRenderer`. * Implement `onInit()` and `onRelease()` in `FakeRenderer`.
* Change `TestPlayerRunHelper.runUntil/playUntil` methods to fail on * Change `TestPlayerRunHelper.runUntil/playUntil` methods to fail on
non-fatal errors (e.g. those reported to nonfatal errors (e.g. those reported to
`AnalyticsListener.onVideoCodecError`). Use the new `AnalyticsListener.onVideoCodecError`). Use the new
`TestPlayerRunHelper.run(player).ignoringNonFatalErrors().untilXXX()` `TestPlayerRunHelper.run(player).ignoringNonFatalErrors().untilXXX()`
method chain to disable this behavior. method chain to disable this behavior.