1. 04 Feb, 2022 1 commit
    • Move SimpleExoPlayer logic into ExoPlayerImpl · d93b0093
      This makes SimpleExoPlayer a simple forwarding wrapper which can be
      removed in the future.
      
      The changes are all purely mechanical with none of the potential further
      simplifications made yet. The only exceptions are name clashes where
      either EPI or SEP was calling a method in one of the classes and both
      classes had different implementations for the same method name. In these
      cases we needed to disambiguate between the two different
      implementations (example: ExoPlayerImpl.setListener was renamed to
      setEventListener).
      
      #minor-release
      
      PiperOrigin-RevId: 425823095
      tonihei committed
  2. 01 Feb, 2022 22 commits
  3. 28 Jan, 2022 17 commits