1. 06 Jul, 2022 1 commit
  2. 07 Jul, 2022 1 commit
  3. 06 Jul, 2022 1 commit
  4. 05 Jul, 2022 1 commit
    • Use mediaId as contentId if available · 1f1460a1
      This is to be consistent with what cast `QueueMediaItem` is doing. If a contentId is
      not available the contentUrl is used as the ID.
      
      #minor-release
      
      PiperOrigin-RevId: 459133323
      (cherry picked from commit 0a9f9007)
      bachinger committed
  5. 04 Jul, 2022 1 commit
  6. 01 Jul, 2022 5 commits
  7. 29 Jun, 2022 1 commit
  8. 28 Jun, 2022 4 commits
  9. 27 Jun, 2022 2 commits
  10. 23 Jun, 2022 1 commit
  11. 21 Jun, 2022 1 commit
    • Clear pending doSomeWork messages when sleeping for offload · 59fbb455
      The offload sleeping stops as soon as a new DO_SOME_WORK message
      is handled (because this indicates an expected change in rendering
      and we want to stop sleeping until we know it's safe to do so).
      
      Every exit path from doSomeWork needs to clear other pending
      DO_SOME_WORK messages as these requests have already been handled by
      the current method invocation. This currently doesn't happen from the
      offload sleeping return path and a previously queued DO_SOME_WORK
      message can immediately wake up the rendering loop again.
      
      Fix this by moving the message removal to the beginning of the
      doSomeWork method (as it prevents forgetting it in one of the
      exit paths later).
      
      PiperOrigin-RevId: 456259715
      (cherry picked from commit a7649b63)
      tonihei committed
  12. 20 Jun, 2022 1 commit
  13. 16 Jun, 2022 1 commit
  14. 15 Jun, 2022 2 commits
  15. 10 Jun, 2022 1 commit
  16. 07 Jun, 2022 1 commit
  17. 17 Jun, 2022 1 commit
  18. 16 Jun, 2022 5 commits
  19. 15 Jun, 2022 9 commits