1. 06 Feb, 2019 3 commits
    • Remove indirection in DefaultDownloadIndex · 391f2bb6
      DefaultDownloadIndex is currently just forwarding all calls to its
      inner class. getDownloadTable() handles initialization, but this
      doesn't really seem different to having an initialization method. It
      doesn't guarantee initialization happens, since a bad method
      implementation could try and access downloadTable directly, just as
      a bad method implementation could forget to call the initialization
      method. Hence this change removes the indirection.
      
      PiperOrigin-RevId: 232482228
      olly committed
    • Update release notes · 784906b8
      PiperOrigin-RevId: 232481580
      olly committed
    • Add DownloadState.mergeAction method · c0e6cd1b
      This method is needed by DownloadManager.
      
      PiperOrigin-RevId: 232447145
      eguven committed
  2. 04 Feb, 2019 9 commits
  3. 31 Jan, 2019 4 commits
  4. 30 Jan, 2019 7 commits
  5. 29 Jan, 2019 17 commits