- 23 May, 2019 18 commits
-
-
PiperOrigin-RevId: 249624318
aquilescanta committed -
PiperOrigin-RevId: 249610014
olly committed -
PiperOrigin-RevId: 249489446
bachinger committed -
This prevents further unexpected updates if the MediaSource happens to finish its preparation at a later point. Issue:#5915 PiperOrigin-RevId: 249439246
tonihei committed -
PiperOrigin-RevId: 249432337
olly committed -
PiperOrigin-RevId: 249431620
olly committed -
PiperOrigin-RevId: 249431027
olly committed -
PiperOrigin-RevId: 249419193
olly committed -
PiperOrigin-RevId: 249417898
eguven committed -
Issue: #5926 PiperOrigin-RevId: 249404152
andrewlewis committed -
Make these values compile-time constants, which can be inlined. PiperOrigin-RevId: 249327464
olly committed -
PiperOrigin-RevId: 249298093
olly committed -
PiperOrigin-RevId: 249276112
olly committed -
PiperOrigin-RevId: 249275623
olly committed -
PiperOrigin-RevId: 249274122
olly committed -
Issue: #5765 PiperOrigin-RevId: 249251150
olly committed -
PiperOrigin-RevId: 249250184
eguven committed -
The SurfaceListener just sets the surface on the VideoComponent, but SphericalSurfaceView already accesses the VideoComponent directly so it seems simpler to update the surface directly. PiperOrigin-RevId: 249242185
andrewlewis committed
-
- 21 May, 2019 6 commits
-
-
Issue:#5779 PiperOrigin-RevId: 249234058
tonihei committed -
PiperOrigin-RevId: 249217126
andrewlewis committed -
PiperOrigin-RevId: 249068395
andrewlewis committed -
Issue: #5834 PiperOrigin-RevId: 249067445
bachinger committed -
The unspecified default is the highest available SDK which may be larger than TARGET_SDK (as specified by the manifest). PiperOrigin-RevId: 249064173
tonihei committed -
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 9 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
-