- 21 May, 2019 1 commit
-
-
We are currently defaulting to targetSdk=1 as no targetSdk is specified. Only tests which explicitly ask for another SDK use another test SDK. With the versioned manifest, all tests run using the targetSDK by default. PiperOrigin-RevId: 249060796
tonihei committed
-
- 20 May, 2019 4 commits
-
-
PiperOrigin-RevId: 249044271
Oliver Woodman committed -
Issue: #5735 PiperOrigin-RevId: 248745617
andrewlewis committed -
Issue: #5891 PiperOrigin-RevId: 248541827
bachinger committed -
PiperOrigin-RevId: 248533906
Oliver Woodman committed
-
- 16 May, 2019 3 commits
-
-
PiperOrigin-RevId: 248503971
andrewlewis committed -
PiperOrigin-RevId: 248503235
olly committed -
We previously only checked whether the reason for the timeline change is RESET which indicates an empty timeline. Change this to an explicit check for empty timelines to also ignore empty media or intermittent timeline changes to an empty timeline which are not marked as RESET. Issue:#5831 PiperOrigin-RevId: 248499118
tonihei committed
-
- 15 May, 2019 23 commits
-
-
Split a few assertThat(a && b).isTrue() calls into separate assertions for more precise diagnostics.
Adam Richter committed -
Issue: #5891 PiperOrigin-RevId: 248369509
bachinger committed -
PiperOrigin-RevId: 248367983
eguven committed -
PiperOrigin-RevId: 248350557
olly committed -
PiperOrigin-RevId: 248221982
aquilescanta committed -
Issue: #5876 PiperOrigin-RevId: 248119726
olly committed -
Issue: #5862 PiperOrigin-RevId: 248112524
bachinger committed -
Issue:#5568 PiperOrigin-RevId: 247973411
aquilescanta committed -
Accessing task providers (like javaCompileProvider) at sync time is not possible. That's why the source sets of all generateJavadoc tasks is empty. The set of source directories can also be accessed directly through the static sourceSets field. Combining these allows to statically provide the relevant source files to the javadoc task without needing to access the run-time task provider. PiperOrigin-RevId: 247938176
tonihei committed -
Issue: #5876 PiperOrigin-RevId: 247935822
olly committed -
Issue: #5782 PiperOrigin-RevId: 247934223
andrewlewis committed -
The update to Gradle 5.1.1 decreased the default heap size to 512MB and our build runs into Out-of-Memory errors. Setting the gradle flags to higher values instead. See https://developer.android.com/studio/releases/gradle-plugin#3-4-0 PiperOrigin-RevId: 247908526
tonihei committed -
PiperOrigin-RevId: 247902405
tonihei committed -
PiperOrigin-RevId: 247630389
tonihei committed -
Issue:#5821 PiperOrigin-RevId: 247621164
tonihei committed -
Issue:#5868 PiperOrigin-RevId: 247613811
tonihei committed -
PiperOrigin-RevId: 247499141
olly committed -
In preparation for reference counting in DrmSession PiperOrigin-RevId: 247428114
aquilescanta committed -
PiperOrigin-RevId: 247418601
andrewlewis committed -
If a PlayerMessage throws an exception, it is currently not deleted from the list of pending messages. This may be problematic as the list of pending messages is kept when the player is retried without reset and the message is sent again in such a case. PiperOrigin-RevId: 247414494
tonihei committed -
PiperOrigin-RevId: 247348352
andrewlewis committed -
Adding an explicit option to clear all downloads prevents repeated database access in a loop when trying to delete all downloads. However, we still create an arbitrary number of parallel Task threads for this and seperate callbacks for each download. PiperOrigin-RevId: 247234181
tonihei committed -
1. A content session after an ad has been played was not re-marked as active, leading to new ad session being marked as active too early. 2. Switching from content to post-roll ended the content session because the return value of getAdGroupTimeUs of C.TIME_END_OF_SOURCE was not handled. Using the nextAdGroupIndex instead. PiperOrigin-RevId: 246977327
tonihei committed
-
- 05 May, 2019 5 commits
-
-
PiperOrigin-RevId: 246733842
Oliver Woodman committed -
Oliver Woodman committed
-
PiperOrigin-RevId: 246729123
olly committed -
PiperOrigin-RevId: 246728418
olly committed -
PiperOrigin-RevId: 246727723
olly committed
-
- 03 May, 2019 2 commits
- 02 May, 2019 2 commits
-
-
NOTE: Streams are working on ExoPlayer but querying them from other platforms yields "bad request". The new links: + Match Microsoft's test server. + Allow querying from clients other than ExoPlayer, like curl. PiperOrigin-RevId: 246289755
aquilescanta committed -
Post-submit fixes for https://github.com/google/ExoPlayer/commit/eed5d957d87d44cb9c716f1a4c80f39ad2a6a442. One wrong return value, a useless assignment, unusual visibility of private class fields and some nullability issues. PiperOrigin-RevId: 246282995
tonihei committed
-