1. 01 Mar, 2022 13 commits
  2. 23 Feb, 2022 4 commits
  3. 22 Feb, 2022 12 commits
  4. 18 Feb, 2022 10 commits
  5. 17 Feb, 2022 1 commit
    • Simplify TracksInfo API · f22025cc
      isTypeSupportedOrEmpty is very specific and a little hard to
      understand unless you know the one thing it's useful for. This
      commit replaces it with isTypeSupported, which can be used in
      conjunction with the recently added containsType method.
      
      PiperOrigin-RevId: 429312712
      olly committed