1. 11 Sep, 2020 3 commits
    • Add convenience constructor methods. · 362d4f5b
      When passing in ExtractorFactory instances to SimpleExoPlayer.Builder or
      DefaultMediaSourceFactory, we currently need to pass in one other
      instance (RenderersFactory or DataSource.Factory), that developers will
      often set to its default. To avoid specifying these defaults, these new
      convience methods allow to just set the ExtractorsFactory if required.
      
      PiperOrigin-RevId: 330908002
      tonihei committed
    • Add a setter for ad error listeners · 06de13ec
      This is useful because ImaAdsLoader.getAdsLoader() can now return null
      (before ads have been requested), and it avoids the app needing to get
      an AdsManager to attach its listener.
      
      PiperOrigin-RevId: 330907051
      andrewlewis committed
    • Remove testutil dependency on Robolectric shadows · abc39088
      Move shadow-related utils for end-to-end tests into core test.
      
      PiperOrigin-RevId: 330902696
      andrewlewis committed
  2. 09 Sep, 2020 7 commits
  3. 07 Sep, 2020 30 commits