1. 18 Oct, 2019 9 commits
  2. 17 Oct, 2019 3 commits
  3. 16 Oct, 2019 3 commits
  4. 15 Oct, 2019 14 commits
  5. 14 Oct, 2019 10 commits
  6. 13 Oct, 2019 1 commit
    • Add a javadoc explanation for ProgressiveDownloader that explains that it tries… · ce01c79e
      Add a javadoc explanation for ProgressiveDownloader that explains that it tries to skip downloading already cached bytes.
      
      download calls through to CacheUtil#cache, which handles skipping already downloaded bytes.
      
      It is useful for callers to know that ProgressiveDownloader has this behavior - otherwise, they might reimplement the logic themselves.
      
      I hope this behavior is something that can be part of the public API :)
      
      PiperOrigin-RevId: 274202995
      olly committed