- 24 Jul, 2020 40 commits
-
-
PiperOrigin-RevId: 322536247
christosts committed -
These callbacks were only necessary to track the queue in AnalyticsCollector and there is no other known benefit of having them. PiperOrigin-RevId: 322535274
bachinger committed -
PiperOrigin-RevId: 322534950
samrobinson committed -
PiperOrigin-RevId: 322533712
christosts committed -
PiperOrigin-RevId: 322533467
andrewlewis committed -
PiperOrigin-RevId: 322530026
ibaker committed -
This commit duplicates some code from the testutils module in common test in order to break the dependency from testutils. PiperOrigin-RevId: 322366013
christosts committed -
Replace the use of Downloader deprecrated constructor calls. PiperOrigin-RevId: 322357118
christosts committed -
PiperOrigin-RevId: 322346067
olly committed -
This only manifests when turning ParsableByteArray#data into a getData() method but I'm fixing it beforehand to avoid introducing changes into a big refactoring change. #exofixit PiperOrigin-RevId: 322342497
ibaker committed -
PiperOrigin-RevId: 322341513
ibaker committed -
PiperOrigin-RevId: 322325657
christosts committed -
PiperOrigin-RevId: 322323784
olly committed -
#exofixit PiperOrigin-RevId: 322322340
ibaker committed -
PiperOrigin-RevId: 322317638
olly committed -
When building a demo app without recent gradle (ex. blaze) it crashes. PiperOrigin-RevId: 322313886
insun committed -
PiperOrigin-RevId: 322311636
olly committed -
#exofixit PiperOrigin-RevId: 322311309
kimvde committed -
PiperOrigin-RevId: 322310474
kimvde committed -
- Removed corresponding playback examples in the resouce JSON files. - Removed the spherical style declaration. - Removed spherical stereo mode related Intent settings, and - Removed code to play back media in spherical stereo mode BUG=160460714 (grafted from 595fe17a480d5bc64d0198130150d8e8a5daa679) PiperOrigin-RevId: 322206314
claincly committed -
PiperOrigin-RevId: 322172767
tonihei committed -
- Removed random ABR option from popup menu - Remvoed intent parameter regarding random abr, default to AdaptiveTrackSelection. Removed logic for getting track selection mode from an intent - Remvoed string definition regarding random ABR PiperOrigin-RevId: 322167816
claincly committed -
Add test action files for DASH, HLS, SmoothStreaming and Progressive. PiperOrigin-RevId: 322166875
christosts committed -
https://developer.android.com/reference/android/app/Application recommends against subclassing application. PiperOrigin-RevId: 322163812
andrewlewis committed -
The nested class names need to use a $ sign. PiperOrigin-RevId: 322156862
tonihei committed -
PiperOrigin-RevId: 322154193
olly committed -
It's now the default everywhere, so there's no need to specify it explicitly. PiperOrigin-RevId: 322153319
olly committed -
CacheDataSourceTest2 works fine in PAUSED mode as well. PiperOrigin-RevId: 322150471
olly committed -
PiperOrigin-RevId: 322145517
bachinger committed -
PiperOrigin-RevId: 322143769
olly committed -
PiperOrigin-RevId: 322143359
olly committed -
The dependency is only used to create a dialog in TrackSelectionDialogBuilder that is compatible with newer styling options. This dependendy adds over 500Kb to the apk (even if unused) and we shoudn't force this on an app. Instead make the dependency optional by automatically falling back to the platform version if the AndroidX one doesn't exist. Issue: #7357 PiperOrigin-RevId: 322143005
tonihei committed -
PiperOrigin-RevId: 322131697
kimvde committed -
getExoMediaCryptoType will only return null for drmInitData == null and track types for which placeholder sessions are not used. This change will allow renderers to abstract themselves from format.drmInitData. PiperOrigin-RevId: 322131219
aquilescanta committed -
- Removed Tunneling option from popup menu - Removed intent parameter regarding tunneling - Removed string definition regarding tunneling PiperOrigin-RevId: 322123578
claincly committed -
PiperOrigin-RevId: 322120882
christosts committed -
Replace `type` with (optional) `mimeType` and add `keySetId` in DownloadRequest. The DownloadHelper infers the downloading method (DASH, HLS, SmoothStreaming or Progressive) from the content's MIME type and URI. PiperOrigin-RevId: 322117384
christosts committed -
PiperOrigin-RevId: 322115322
ibaker committed -
PiperOrigin-RevId: 322114754
christosts committed -
Also use the cronet extension in the demo app. PiperOrigin-RevId: 322108530
andrewlewis committed
-