1. 07 Sep, 2021 3 commits
  2. 06 Sep, 2021 5 commits
  3. 02 Sep, 2021 11 commits
  4. 27 Aug, 2021 6 commits
  5. 26 Aug, 2021 7 commits
  6. 25 Aug, 2021 5 commits
  7. 23 Aug, 2021 2 commits
  8. 20 Aug, 2021 1 commit
    • Support generating notifications for paused downloads · 3f167307
      - Android 12 will not allow our download service to be
        restarted from the background when conditions that
        allow downloads to continue are met. As an interim
        (and possibly permanent) solution, we'll keep the
        service in the foreground if there are unfinished
        downloads that would continue if conditions were met.
      - Keeping the service in the foreground requires a
        foreground notification. Hence we need to be able to
        generate a meaningful notification for this state.
      
      PiperOrigin-RevId: 391969986
      olly committed