1. 27 Sep, 2022 2 commits
  2. 26 Sep, 2022 4 commits
    • Fix badly formatted AudioProcessor javadoc. · b39dff76
      PiperOrigin-RevId: 476909855
      (cherry picked from commit 3e4aa050)
      samrobinson committed
    • Remove test that just times out · c91cdb49
      One of the tests in MediaBrowserListenerTest caused the remote
      browser service to crash and then just timed out. As this asserts
      nothing useful besides checking that the timeout method is working,
      we can remove the test.
      
      Crashing the remote browser service had the side effect of letting
      subsequent tests in the same class fail because the previous session
      was never released and was still present in the static MediaSession
      SESSION_ID_TO_SESSION_MAP instance, which prevented the creation
      of new sessions with the same id. This is only an issue in test
      runs because a real process would also lose its static variables
      when it crashes.
      
      PiperOrigin-RevId: 476905337
      (cherry picked from commit d2887d52)
      tonihei committed
    • Don't start the service in the foreground with a pause intent · 05ebdb92
      `PlaybackStateCompat.toKeyCode(command)` was replaced by our
      own implementation of `toKeyCode()`. The legacy implementation used PLAY and PAUSE, while the new implementation uses PLAY_PAUSE. This made `pause` a pending intent that attempt to start the service in the foreground, but `service.startForeground()` won't be called in `MediaNotificationManager.updateNotificationInternal` when paused.
      
      PiperOrigin-RevId: 476895752
      (cherry picked from commit acd9e581)
      bachinger committed
    • HDR: Update gamma comments to linear. · 4c3acbf7
      Comment-only change.
      
      PiperOrigin-RevId: 476873286
      (cherry picked from commit 16dca182)
      huangdarwin committed
  3. 23 Sep, 2022 4 commits
  4. 30 Sep, 2022 1 commit
  5. 23 Sep, 2022 4 commits
  6. 22 Sep, 2022 4 commits
  7. 21 Sep, 2022 2 commits
  8. 20 Sep, 2022 1 commit
  9. 16 Sep, 2022 2 commits
  10. 15 Sep, 2022 1 commit
  11. 14 Sep, 2022 3 commits
  12. 13 Sep, 2022 1 commit
  13. 12 Sep, 2022 3 commits
  14. 11 Sep, 2022 1 commit
  15. 09 Sep, 2022 4 commits
  16. 08 Sep, 2022 3 commits