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
29118f45
authored
Apr 04, 2020
by
Oliver Woodman
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Tweak release note
parent
f14c0280
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
RELEASENOTES.md
RELEASENOTES.md
View file @
29118f45
...
@@ -2,8 +2,11 @@
...
@@ -2,8 +2,11 @@
### 2.11.4 (2020-04-08) ###
### 2.11.4 (2020-04-08) ###
*
Add optional automatic
`WifiLock`
handling to
`SimpleExoPlayer`
*
Add
`SimpleExoPlayer.setWakeMode`
to allow automatic
`WifiLock`
and
`WakeLock`
(
[
#6914
](
https://github.com/google/ExoPlayer/issues/6914
)
).
handling (
[
#6914
](
https://github.com/google/ExoPlayer/issues/6914
)
). To use
this feature, you must add the
[
WAKE_LOCK
](
https://developer.android.com/reference/android/Manifest.permission.html#WAKE_LOCK
)
permission to your application's manifest file.
*
Text:
*
Text:
*
Catch and log exceptions in
`TextRenderer`
rather than re-throwing. This
*
Catch and log exceptions in
`TextRenderer`
rather than re-throwing. This
allows playback to continue even if subtitle decoding fails
allows playback to continue even if subtitle decoding fails
...
...
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