1. 08 Feb, 2022 3 commits
  2. 07 Feb, 2022 11 commits
  3. 04 Feb, 2022 23 commits
  4. 02 Feb, 2022 3 commits
    • Move SimpleExoPlayer logic into ExoPlayerImpl · 3bb0210d
      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
    • Transformer Demo: Remove unneeded external storage permission · ead64f54
      Tested by confirming transformations still work and write to a output file in a
      scoped-storage directory on a:
      * Nexus 6P API 23 emulator
      * Google Pixel 4 API 31 physical device
      
      PiperOrigin-RevId: 425644266
      huangdarwin committed
    • Make transformer demo configuration options scrollable. · 4c5e2668
      On devices with a smaller screen / low resolution not all
      options fit, so scrolling is needed.
      
      PiperOrigin-RevId: 425635224
      hschlueter committed