1. 15 May, 2019 2 commits
    • Add option to clear all downloads. · b3ae1d3f
      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
    • Fix two ad insertion related bugs in DefaultPlaybackSessionManager. · 7d555888
      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
  2. 05 May, 2019 5 commits
  3. 03 May, 2019 2 commits
  4. 02 May, 2019 7 commits
  5. 30 Apr, 2019 8 commits
  6. 29 Apr, 2019 1 commit
  7. 26 Apr, 2019 15 commits