1. 12 Mar, 2021 6 commits
  2. 02 Mar, 2021 18 commits
  3. 25 Feb, 2021 6 commits
  4. 24 Feb, 2021 7 commits
  5. 23 Feb, 2021 3 commits
    • Fix publishing to bintray · e8b49866
      The configuration to publish to Maven seems to be incompatible with the
      configuration for bintray, so only enable one at once. Once the GMaven
      publishing flow is completely set up we can remove the exoplayerPublishEnabled
      constant and the first branch entirely.
      
      Issue: #5246
      PiperOrigin-RevId: 359056610
      andrewlewis committed
    • Add jacoco.exec files to .gitignore · cad2c50c
      #minor-release
      
      PiperOrigin-RevId: 359041513
      bachinger committed
    • Fix CacheWriter to handle potential DataSink write failures · c067ee88
      - If DataSource.close fails then it's unknown whether the underlying file was
        written to the cache. We should assume that it has not been.
      - Always re-query cachedBytes at the start of CacheWriter.cache, since its
        current value may be incorrect if a previous failure was the result of a
        file not being written to the cache.
      
      PiperOrigin-RevId: 359039109
      olly committed