1. 20 Sep, 2019 3 commits
    • Remove stray line of code (it's duplicated below) · ade65860
      PiperOrigin-RevId: 270289374
      olly committed
    • Fix playback speed in MediaSessionConnector · bbb739d1
      The playback speed set in MediaSession's PlaybackStateCompat needs to be the
      actual speed at which the playback position progresses and not the user-defined
      target speed.
      
      This fixed a bug where the position advances although the player lost audio
      focus.
      
      Issue:#6203
      PiperOrigin-RevId: 269295249
      tonihei committed
    • Add Player.isPlaying and Player.getPlaybackSuppressionReason · f8d81d05
      The player may suppress playback when waiting for audio focus even if the
      state==Player.READY. There is currently no getter or callback to obtain this
      piece of information for UI updates or analytics.
      
      Also, it's a important derived state to know whether the playback position is
      advancing. Add isPlaying and the corresponding callback to allow retrieving
      this information more easily.
      
      Issue:#6203
      PiperOrigin-RevId: 268921721
      tonihei committed
  2. 18 Sep, 2019 4 commits
  3. 17 Sep, 2019 21 commits
  4. 16 Sep, 2019 6 commits
  5. 02 Sep, 2019 6 commits