Update release notes for 2.10 branch cut
PiperOrigin-RevId: 243821394
This commit is contained in:
parent
e62da368d2
commit
10f3b8db6e
@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
### dev-v2 (not yet released) ###
|
### dev-v2 (not yet released) ###
|
||||||
|
|
||||||
* MediaSession extension:
|
|
||||||
* Allow handling of custom commands via `registerCustomCommandReceiver`.
|
|
||||||
* Add ability to include an extras `Bundle` when reporting a custom error.
|
|
||||||
|
|
||||||
### 2.10.0 ###
|
### 2.10.0 ###
|
||||||
|
|
||||||
* Core library:
|
* Core library:
|
||||||
@ -58,15 +54,17 @@
|
|||||||
* Update `DefaultTimeBar` based on duration of media and add parameter to set
|
* Update `DefaultTimeBar` based on duration of media and add parameter to set
|
||||||
the minimum update interval to control the smoothness of the updates
|
the minimum update interval to control the smoothness of the updates
|
||||||
([#5040](https://github.com/google/ExoPlayer/issues/5040)).
|
([#5040](https://github.com/google/ExoPlayer/issues/5040)).
|
||||||
|
* Move creation of dialogs for `TrackSelectionView`s to
|
||||||
|
`TrackSelectionDialogBuilder` and add option to select multiple overrides.
|
||||||
|
* Change signature of `PlayerNotificationManager.NotificationListener` to
|
||||||
|
better fit service requirements.
|
||||||
|
* Add option to include navigation actions in the compact mode of
|
||||||
|
notifications created using `PlayerNotificationManager`.
|
||||||
* Fix issues with flickering notifications on KitKat when using
|
* Fix issues with flickering notifications on KitKat when using
|
||||||
`PlayerNotificationManager` and `DownloadNotificationUtil`. For the latter,
|
`PlayerNotificationManager` and `DownloadNotificationUtil`. For the latter,
|
||||||
applications should switch to using `DownloadNotificationHelper`.
|
applications should switch to using `DownloadNotificationHelper`.
|
||||||
* Add option to include navigation actions in the compact mode of
|
* Fix accuracy of D-pad seeking in `DefaultTimeBar`
|
||||||
notifications created using `PlayerNotificationManager`.
|
([#5767](https://github.com/google/ExoPlayer/issues/5767)).
|
||||||
* Change signature of `PlayerNotificationManager.NotificationListener` to
|
|
||||||
better fit service requirements.
|
|
||||||
* Move creation of dialogs for `TrackSelectionView`s to
|
|
||||||
`TrackSelectionDialogBuilder` and add option to select multiple overrides.
|
|
||||||
* Audio:
|
* Audio:
|
||||||
* Allow `AudioProcessor`s to be drained of pending output after they are
|
* Allow `AudioProcessor`s to be drained of pending output after they are
|
||||||
reconfigured.
|
reconfigured.
|
||||||
@ -111,6 +109,8 @@
|
|||||||
([#5179](https://github.com/google/ExoPlayer/issues/5179)).
|
([#5179](https://github.com/google/ExoPlayer/issues/5179)).
|
||||||
* Fix issue with `TimelineQueueNavigator` not publishing the queue in shuffled
|
* Fix issue with `TimelineQueueNavigator` not publishing the queue in shuffled
|
||||||
order when in shuffle mode.
|
order when in shuffle mode.
|
||||||
|
* Allow handling of custom commands via `registerCustomCommandReceiver`.
|
||||||
|
* Add ability to include an extras `Bundle` when reporting a custom error.
|
||||||
|
|
||||||
### 2.9.6 ###
|
### 2.9.6 ###
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user