1. 23 May, 2022 2 commits
    • Add `DefaultMediaSourceFactory.setDataSourceFactory` · e39a324b
      Also add this to the stable API instead of the constructor that takes
      `DataSource.Factory`.
      
      PiperOrigin-RevId: 450414119
      ibaker committed
    • Rollback of 57182ac7 · 274f3a13
      *** Original commit ***
      
      Remove `@Nullable` from `MediaSource.Factory` setters
      
      The null-behaviour of these methods creates a minimization footgun,
      because **any** call to these setters will prevent R8 from removing
      the default implementation (even if it's never used by the app) - this
      is because R8 can't tell the default implementation is only used if the
      parameter is `null`.
      
      ******
      
      PiperOrigin-RevId: 450410833
      ibaker committed
  2. 24 May, 2022 33 commits
  3. 10 May, 2022 1 commit
  4. 09 May, 2022 2 commits
  5. 10 May, 2022 1 commit
  6. 09 May, 2022 1 commit