1. 02 Mar, 2023 13 commits
  2. 28 Feb, 2023 20 commits
  3. 16 Feb, 2023 1 commit
  4. 14 Feb, 2023 3 commits
  5. 02 Feb, 2023 3 commits
    • Fix release note entry · f983d912
      christosts committed
    • Session: advertise legacy FLAG_HANDLES_QUEUE_COMMANDS · 9bf18dbb
      This change includes 3 things:
      - when the legacy media session is created, FLAG_HANDLES_QUEUE_COMMANDS
        is advertised if the player has the COMMAND_CHANGE_MEDIA_ITEMS
        available.
      - when the player changes its available commands, a new
        PlaybackStateCompat is sent to the remote media controller to
        advertise the updated PlyabackStateCompat actions.
      - when the player changes its available commands, the legacy media
        session flags are sent accoridingly: FLAG_HANDLES_QUEUE_COMMANDS is
        set only if the COMMAND_CHANGE_MEDIA_ITEMS is available.
      
      #minor-release
      
      PiperOrigin-RevId: 506605905
      (cherry picked from commit ebe7ece1)
      christosts committed
    • Publish ConcatenatingMediaSource2 · 065418cc
      Can be used to combine multiple media items into a single timeline window.
      
      Issue: androidx/media#247
      Issue: google/ExoPlayer#4868
      PiperOrigin-RevId: 506283307
      (cherry picked from commit fcd3af64)
      bachinger committed