1. 18 Apr, 2023 1 commit
    • Ensure `ForwardingPlayer` users do listener registration correctly · b0a405a4
      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 af45bedf)
      ibaker committed
  2. 05 Apr, 2023 1 commit
  3. 22 Mar, 2023 1 commit
  4. 14 Mar, 2023 9 commits
  5. 03 Mar, 2023 1 commit
  6. 02 Mar, 2023 12 commits
  7. 28 Feb, 2023 15 commits