Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
10f3b8db
authored
Apr 16, 2019
by
olly
Committed by
Andrew Lewis
Apr 18, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Update release notes for 2.10 branch cut
PiperOrigin-RevId: 243821394
parent
e62da368
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
RELEASENOTES.md
RELEASENOTES.md
View file @
10f3b8db
...
...
@@ -2,10 +2,6 @@
### 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 ###
*
Core library:
...
...
@@ -58,15 +54,17 @@
*
Update
`DefaultTimeBar`
based on duration of media and add parameter to set
the minimum update interval to control the smoothness of the updates
(
[
#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
`PlayerNotificationManager`
and
`DownloadNotificationUtil`
. For the latter,
applications should switch to using
`DownloadNotificationHelper`
.
*
Add option to include navigation actions in the compact mode of
notifications created using
`PlayerNotificationManager`
.
*
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.
*
Fix accuracy of D-pad seeking in
`DefaultTimeBar`
(
[
#5767
](
https://github.com/google/ExoPlayer/issues/5767
)
).
*
Audio:
*
Allow
`AudioProcessor`
s to be drained of pending output after they are
reconfigured.
...
...
@@ -111,6 +109,8 @@
(
[
#5179
](
https://github.com/google/ExoPlayer/issues/5179
)
).
*
Fix issue with
`TimelineQueueNavigator`
not publishing the queue in shuffled
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 ###
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment