1. 28 Sep, 2021 1 commit
  2. 24 Sep, 2021 7 commits
    • Merge pull request #9421 from MarcusWichelmann:hevc-sps-parsing · 9108dc5b
      PiperOrigin-RevId: 398749045
      Oliver Woodman committed
    • IMA sdk request input serialization/deserialization · a9867880
      temporary pulled out from the main cl to keep code small for review
      
      PiperOrigin-RevId: 398746806
      olly committed
    • Rename MediaItem.PlaybackProperties to LocalConfiguration · 0cd1031d
      This aligns with other MediaItem.FooConfiguration class names and also
      more clearly represents that this class encapsulates information used
      for local playback that is lost when serializing MediaItem between
      processes.
      
      The old class and fields are kept (deprecated) for backwards
      compatibility.
      
      PiperOrigin-RevId: 398742708
      ibaker committed
    • Update DownloadService for Android 12 · a720380e
      - If DownloadService is configured to run as a foreground service,
        it will remain started and in the foreground when downloads are
        waiting for requirements to be met, with a suitable "waiting for
        XYZ" message in the notification. This is necessary because new
        foreground service restrictions in Android 12 prevent to service
        from being restarted from the background.
      - Cases where requirements are not supported by the Scheduler will
        be handled in the same way, even on earlier versions of Android.
        So will cases where a Scheduler is not provided.
      - The Scheduler will still be used on earlier versions of Android
        where possible.
      
      Note: We could technically continue to use the old behavior on
      Android 12 in cases where the containing application still has a
      targetSdkVersion corresponding to Android 11 or earlier. However,
      in practice, there seems to be little value in doing this.
      PiperOrigin-RevId: 398720114
      olly committed
    • Make parameter name match inherited doc @param · fecb8b7e
      This is currently required to make javadoc generation via Dackka succeed.
      
      PiperOrigin-RevId: 398518538
      andrewlewis committed
    • Fix gradle sync error · 7f99d301
      PiperOrigin-RevId: 398489644
      gyumin committed
    • Upgrade dackka · aefe0243
      This brings in a fix that prevented documentation generation due to `<caption>` tags not being supported.
      
      PiperOrigin-RevId: 398475800
      andrewlewis committed
  3. 23 Sep, 2021 12 commits
  4. 22 Sep, 2021 2 commits
  5. 21 Sep, 2021 7 commits
  6. 20 Sep, 2021 9 commits
  7. 17 Sep, 2021 2 commits