1. 03 Mar, 2023 1 commit
  2. 02 Mar, 2023 13 commits
  3. 28 Feb, 2023 20 commits
  4. 16 Feb, 2023 1 commit
  5. 14 Feb, 2023 3 commits
  6. 02 Feb, 2023 2 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