1. 30 Sep, 2020 2 commits
    • Do not require subtitleButton in custom layouts of StyledPlayerView · c95e43d9
      Every other subtitleButton has an if not null check, but does not force non null.
      
      Issue: #7962
      PiperOrigin-RevId: 334124323
      samrobinson committed
    • Fix position reporting with fetch errors · 151a3d3b
      On receiving a fetch error for an ad that would otherwise play based on an
      initial/seek position, the pending content position wasn't cleared which meant
      that position reporting was broken after a fetch error. Fix this by always
      clearing the pending position (if there was a pending position that will have
      triggered the fetch error).
      
      Also deduplicate the code for handling empty ad groups (fetch errors)
      and ad group load errors.
      
      Issue: #7956
      PiperOrigin-RevId: 334113131
      andrewlewis committed
  2. 25 Sep, 2020 36 commits
  3. 23 Sep, 2020 2 commits