1. 18 Apr, 2023 1 commit
    • Ensure `ForwardingPlayer` users do listener registration correctly · 4666d57b
      The `@CallSuper` annotation should help catch cases where subclasses are
      calling `delegate.addListener` instead of `super.addListener` but it
      will also (unintentionally) prevent subclasses from either completely
      no-opping the listener registration, or implementing it themselves in a
      very custom way. I think that's probably OK, since these cases are
      probably unusual, and they should be able to suppress the warning/error.
      
      Issue: androidx/media#258
      
      #minor-release
      
      PiperOrigin-RevId: 513848402
      (cherry picked from commit 5d23a929)
      ibaker committed
  2. 31 Mar, 2023 2 commits
  3. 22 Mar, 2023 2 commits
  4. 14 Mar, 2023 8 commits
  5. 03 Mar, 2023 1 commit
  6. 02 Mar, 2023 13 commits
  7. 28 Feb, 2023 13 commits