1. 09 Aug, 2022 3 commits
  2. 08 Aug, 2022 4 commits
  3. 05 Aug, 2022 8 commits
  4. 04 Aug, 2022 5 commits
  5. 03 Aug, 2022 6 commits
  6. 02 Aug, 2022 1 commit
  7. 01 Aug, 2022 2 commits
  8. 29 Jul, 2022 4 commits
  9. 08 Aug, 2022 1 commit
  10. 29 Jul, 2022 1 commit
  11. 28 Jul, 2022 2 commits
  12. 08 Aug, 2022 1 commit
  13. 28 Jul, 2022 2 commits
    • Minor: Change URL in test · 60b334cd
      Use a URL with a `.test` tld (RFC 2606) to make it clear
      it's an testing URL.
      
      PiperOrigin-RevId: 463852174
      (cherry picked from commit 4713c7fe)
      christosts committed
    • Ignore stale events in StreamEventCallbackV29. · 05658504
      Despite unregistering the callback and clearing pending Handler
      messages, the callback may still receive pending calls if they
      are already triggered by the AudioTrack. Instead of asserting
      that the track is correct, we should gracefully ignore stale
      events.
      
      PiperOrigin-RevId: 463851393
      (cherry picked from commit e331bf2c)
      tonihei committed