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
1062edf5
authored
Jun 01, 2020
by
Oliver Woodman
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Revert "Update TrackSelectionDialogBuilder to use androidx compat Dialog."
This reverts commit
b05e9944
.
parent
b5e5b55e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
4 deletions
RELEASENOTES.md
library/ui/build.gradle
library/ui/src/main/java/com/google/android/exoplayer2/ui/TrackSelectionDialogBuilder.java
RELEASENOTES.md
View file @
1062edf5
...
...
@@ -33,8 +33,6 @@
*
Fix
`DefaultTimeBar`
to respect touch transformations
(
[
#7303
](
https://github.com/google/ExoPlayer/issues/7303
)
).
*
Add
`showScrubber`
and
`hideScrubber`
methods to
`DefaultTimeBar`
.
*
Update
`TrackSelectionDialogBuilder`
to use AndroidX Compat Dialog
(
[
#7357
](
https://github.com/google/ExoPlayer/issues/7357
)
).
*
Text:
*
Use anti-aliasing and bitmap filtering when displaying bitmap
subtitles.
...
...
library/ui/build.gradle
View file @
1062edf5
...
...
@@ -40,7 +40,6 @@ dependencies {
implementation
project
(
modulePrefix
+
'library-core'
)
api
'androidx.media:media:'
+
androidxMediaVersion
implementation
'androidx.annotation:annotation:'
+
androidxAnnotationVersion
implementation
'androidx.appcompat:appcompat:'
+
androidxAppCompatVersion
compileOnly
'org.checkerframework:checker-qual:'
+
checkerframeworkVersion
testImplementation
project
(
modulePrefix
+
'testutils'
)
testImplementation
'org.robolectric:robolectric:'
+
robolectricVersion
...
...
library/ui/src/main/java/com/google/android/exoplayer2/ui/TrackSelectionDialogBuilder.java
View file @
1062edf5
...
...
@@ -15,12 +15,12 @@
*/
package
com
.
google
.
android
.
exoplayer2
.
ui
;
import
android.app.AlertDialog
;
import
android.app.Dialog
;
import
android.content.Context
;
import
android.view.LayoutInflater
;
import
android.view.View
;
import
androidx.annotation.Nullable
;
import
androidx.appcompat.app.AlertDialog
;
import
com.google.android.exoplayer2.source.TrackGroupArray
;
import
com.google.android.exoplayer2.trackselection.DefaultTrackSelector
;
import
com.google.android.exoplayer2.trackselection.DefaultTrackSelector.SelectionOverride
;
...
...
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