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
92fd3bc2
authored
Jun 17, 2020
by
olly
Committed by
Oliver Woodman
Jun 17, 2020
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Bump version to 2.11.6
PiperOrigin-RevId: 316949571
parent
ffa4ad0e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
8 deletions
RELEASENOTES.md
constants.gradle
RELEASENOTES.md
View file @
92fd3bc2
...
@@ -203,14 +203,19 @@
...
@@ -203,14 +203,19 @@
(
[
#6926
](
https://github.com/google/ExoPlayer/issues/6926
)
).
(
[
#6926
](
https://github.com/google/ExoPlayer/issues/6926
)
).
*
Update
`TrackSelectionDialogBuilder`
to use AndroidX Compat Dialog
*
Update
`TrackSelectionDialogBuilder`
to use AndroidX Compat Dialog
(
[
#7357
](
https://github.com/google/ExoPlayer/issues/7357
)
).
(
[
#7357
](
https://github.com/google/ExoPlayer/issues/7357
)
).
*
Prevent the video surface going black when seeking to an unprepared
period within the current window. For example when seeking over an ad
group, or to the next period in a multi-period DASH stream
(
[
#5507
](
https://github.com/google/ExoPlayer/issues/5507
)
).
*
Metadata: Add minimal DVB Application Information Table (AIT) support
*
Metadata: Add minimal DVB Application Information Table (AIT) support
(
[
#6922
](
https://github.com/google/ExoPlayer/pull/6922
)
).
(
[
#6922
](
https://github.com/google/ExoPlayer/pull/6922
)
).
*
Cast extension: Implement playlist API and deprecate the old queue
*
Cast extension: Implement playlist API and deprecate the old queue
manipulation API.
manipulation API.
*
Demo app: Retain previous position in list of samples.
*
Add Guava dependency.
### 2.11.6 (2020-06-19) ###
*
UI: Prevent
`PlayerView`
from temporarily hiding the video surface when
seeking to an unprepared period within the current window. For example when
seeking over an ad group, or to the next period in a multi-period DASH
stream (
[
#5507
](
https://github.com/google/ExoPlayer/issues/5507
)
).
*
IMA extension:
*
IMA extension:
*
Add option to skip ads before the start position.
*
Add option to skip ads before the start position.
*
Catch unexpected errors in
`stopAd`
to avoid a crash
*
Catch unexpected errors in
`stopAd`
to avoid a crash
...
@@ -223,8 +228,6 @@
...
@@ -223,8 +228,6 @@
*
Work around unexpected
`pauseAd`
/
`stopAd`
for ads that have preloaded
*
Work around unexpected
`pauseAd`
/
`stopAd`
for ads that have preloaded
on seeking to another position
on seeking to another position
(
[
#7492
](
https://github.com/google/ExoPlayer/issues/7492
)
).
(
[
#7492
](
https://github.com/google/ExoPlayer/issues/7492
)
).
*
Demo app: Retain previous position in list of samples.
*
Add Guava dependency.
### 2.11.5 (2020-06-05) ###
### 2.11.5 (2020-06-05) ###
...
...
constants.gradle
View file @
92fd3bc2
...
@@ -13,8 +13,8 @@
...
@@ -13,8 +13,8 @@
// limitations under the License.
// limitations under the License.
project
.
ext
{
project
.
ext
{
// ExoPlayer version and version code.
// ExoPlayer version and version code.
releaseVersion
=
'2.11.
5
'
releaseVersion
=
'2.11.
6
'
releaseVersionCode
=
201100
5
releaseVersionCode
=
201100
6
minSdkVersion
=
16
minSdkVersion
=
16
appTargetSdkVersion
=
29
appTargetSdkVersion
=
29
targetSdkVersion
=
28
// TODO: Bump once b/143232359 is resolved. Also fix TODOs in UtilTest.
targetSdkVersion
=
28
// TODO: Bump once b/143232359 is resolved. Also fix TODOs in UtilTest.
...
...
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