1. 30 May, 2022 25 commits
  2. 26 May, 2022 7 commits
  3. 23 May, 2022 6 commits
  4. 24 May, 2022 2 commits
    • Support custom actions with DefaultMediaNotificationProvider · 8d03fdfe
      Refactors the DefaultMediaNotificationProvider by separating the
      selection of actions and building the notification with it.
      
      The custom commands of the custom layout of the session are turned
      into notification actions and when received from the notification
      converted back to custom session commands that are sent to the
      session.
      
      PiperOrigin-RevId: 450404350
      bachinger committed
    • Reorder demo samples · 0fa07359
      Put cloud storage samples at the top to avoid having a sample at the top of the list where we don't control the server.
      
      Also update labels not to mention progressive container type, as it's irrelevant for Transformer, which always transmuxes even if it doesn't transcode.
      
      #ame-bug-week
      
      PiperOrigin-RevId: 450403784
      andrewlewis committed