1. 29 Mar, 2018 11 commits
  2. 28 Mar, 2018 3 commits
    • Remove TrackGroups from TrackSelectorResult · 18df028c
      They don't really belong there; it was basically a convenience
      thing where one of the arguments to the track selector was being
      packaged up in the result to avoid having to hold a separate
      reference to it.
      
      This change is being made as a precursor to a subsequent change
      where creating the TrackSelectorResult will move from
      MappingTrackSelector to DefaultTrackSelector. DefaultTrackSelector
      doesn't currently have access to the un-mapped tracks, and so is
      unable to create a TrackSelectorResult. It's IMO preferable to
      keep it that way rather than passing them down just so they can
      be included in the result.
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=190640594
      olly committed
    • Make DefaultTrackSelector.Parameters parcelable · 0a4ea1cd
      Issue: #3915
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=190635670
      olly committed
    • Update Gradle version from 4.1 to 4.4 · 13592dfb
      In Gradle 4.4, it is a bug to resolve a configuration before the lint task is
      created ([see [] Therefore, to upgrade
      gradle version, we need to change the "generateJavadoc" task to remove using
      files() call during initialization phase, but change move this to doFirst()
      instead.
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=190634090
      hoangtc committed
  3. 27 Mar, 2018 26 commits