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
79da5219
authored
Oct 14, 2019
by
Oliver Woodman
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix release notes. Toggle publish to false.
parent
55ff5551
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
24 deletions
RELEASENOTES.md
build.gradle
RELEASENOTES.md
View file @
79da5219
...
@@ -23,29 +23,6 @@
...
@@ -23,29 +23,6 @@
longer adjusts the color of played ad markers. The color of played ad
longer adjusts the color of played ad markers. The color of played ad
markers can be set separately using
`app:played_ad_marker_color`
.
markers can be set separately using
`app:played_ad_marker_color`
.
### 2.10.6 (2019-10-17) ###
*
Add
`Player.onPlaybackSuppressionReasonChanged`
to allow listeners to
detect playbacks suppressions (e.g. transient audio focus loss) directly
(
[
#6203
](
https://github.com/google/ExoPlayer/issues/6203
)
).
*
DASH:
*
Support
`Label`
elements
(
[
#6297
](
https://github.com/google/ExoPlayer/issues/6297
)
).
*
Support legacy audio channel configuration
(
[
#6523
](
https://github.com/google/ExoPlayer/issues/6523
)
).
*
HLS: Add support for ID3 in EMSG when using FMP4 streams
(
[
spec
](
https://aomediacodec.github.io/av1-id3/
)
).
*
Metadata: Expose the raw ICY metadata through
`IcyInfo`
(
[
#6476
](
https://github.com/google/ExoPlayer/issues/6476
)
).
*
UI:
*
Setting
`app:played_color`
on
`PlayerView`
and
`PlayerControlView`
no longer
adjusts the colors of the scrubber handle , buffered and unplayed parts of
the time bar. These can be set separately using
`app:scrubber_color`
,
`app:buffered_color`
and
`app_unplayed_color`
respectively.
*
Setting
`app:ad_marker_color`
on
`PlayerView`
and
`PlayerControlView`
no
longer adjusts the color of played ad markers. The color of played ad
markers can be set separately using
`app:played_ad_marker_color`
.
### 2.10.5 (2019-09-20) ###
### 2.10.5 (2019-09-20) ###
*
Add
`Player.isPlaying`
and
`EventListener.onIsPlayingChanged`
to check whether
*
Add
`Player.isPlaying`
and
`EventListener.onIsPlayingChanged`
to check whether
...
...
build.gradle
View file @
79da5219
...
@@ -28,7 +28,7 @@ allprojects {
...
@@ -28,7 +28,7 @@ allprojects {
jcenter
()
jcenter
()
}
}
project
.
ext
{
project
.
ext
{
exoplayerPublishEnabled
=
tru
e
exoplayerPublishEnabled
=
fals
e
}
}
if
(
it
.
hasProperty
(
'externalBuildDir'
))
{
if
(
it
.
hasProperty
(
'externalBuildDir'
))
{
if
(!
new
File
(
externalBuildDir
).
isAbsolute
())
{
if
(!
new
File
(
externalBuildDir
).
isAbsolute
())
{
...
...
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