1. 15 Jan, 2018 5 commits
  2. 04 Jan, 2018 11 commits
  3. 03 Jan, 2018 18 commits
  4. 02 Jan, 2018 2 commits
    • Add possiblity to send messages at playback position. · 6c2d1e19
      This adds options to ExoPlayer.sendMessages which allow to specify a window index
      and position at which the message should be sent. Additionally, the options can be
      configured to use a custom Handler for the messages and whether the message should
      be repeated when playback reaches the same position again.
      
      The internal player converts these window positions to period index and position
      at the earliest possibility. The internal player also attempts to update these
      when the source info is refreshed. A sorted list of pending posts is kept and the
      player triggers these posts when the playback position moves over the specified
      position.
      
      Issue:#2189
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=179563355
      tonihei committed
    • Fix some lint/analyze errors · 539d291f
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=179406910
      olly committed
  5. 15 Dec, 2017 4 commits