1. 23 Jun, 2020 2 commits
    • Fix incorrect rounding of ad cue points · 0ffe7470
      We currently get float ad cue points from IMA, but store these as
      longs in microseconds. The cast from double to long would take the
      floor of the value, which could lead to stored ad cue points being
      off-by-one. Use Math.round to avoid this.
      
      ImaAdsLoader also has code to map a double AdPodInfo position (which
      should match a cue point) onto the corresponding ad group index by
      searching the long ad cue points. Match the calculation used where we
      map float cue points, including narrowing the position to a float
      first to avoid regressions if IMA SDK behavior changes to represent
      positions in more than float precision later, and also remove the
      requirement that the ad positions match exactly as a defensive
      measure.
      
      PiperOrigin-RevId: 317607017
      andrewlewis committed
    • Bump version to 2.11.6 · f39a65cb
      PiperOrigin-RevId: 316949571
      olly committed
  2. 17 Jun, 2020 14 commits
  3. 09 Jun, 2020 1 commit
  4. 05 Jun, 2020 4 commits
  5. 04 Jun, 2020 1 commit
  6. 03 Jun, 2020 3 commits
  7. 01 Jun, 2020 7 commits
  8. 29 May, 2020 8 commits