1. 30 Apr, 2019 3 commits
    • DownloadManager improvements · 4a5b8e17
      - Do requirements TODO
      - Add useful helper method to retrieve not met requirements
      - Fix WritableDownloadIndex Javadoc
      
      PiperOrigin-RevId: 245922903
      olly committed
    • Rename DownloadThread to Task · 6b34ade9
      This resolves some naming confusion that previously existed
      as a result of DownloadThread also being used for removals.
      Some related variables (e.g. activeDownloadCount) would refer
      to both download and removal tasks, whilst others
      (e.g. maxParallelDownloads) would refer only to downloads.
      This change renames those that refer to both to use "task"
      terminology.
      
      This change also includes minor test edits.
      
      PiperOrigin-RevId: 245913671
      olly committed
    • Never set null as a session meta data object. · 618d97db
      Issue: #5810
      PiperOrigin-RevId: 245745646
      bachinger committed
  2. 26 Apr, 2019 19 commits
  3. 19 Apr, 2019 1 commit
  4. 18 Apr, 2019 17 commits