1. 22 May, 2018 3 commits
    • Enable HLS sample queues as soon as possible. · 7b855e45
      Currently, the sample queues are lazily enabled when they are first read from.
      This causes problems when the player tries to discard buffer and the
      HlsSampleStreamWrapper assumes the sample queue is disabled even though it's
      actually enabled but hasn't been read from.
      
      This change moves setting the sample queue index of the sample stream back into
      HlsSampleStreamWrapper. It enables the sample queues at track selection if the
      queues are already built, or immediately after they have been built for
      chunkless preparation.
      
      Issue:#4241
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=197415741
      tonihei committed
    • Fix permissions in demo app. · e162d356
      The ACCESS_NETWORK_STATE permission is only included indirectly which doesn't
      work in all build systems.
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=197399274
      tonihei committed
    • Update InstrumentationTestCase to use JUnit4. · f3e650b8
      InstrumentationTestCase has been deprecated, and it does not offer some useful
      features, such as targeting SDK version level for tests, or skipping tests if
      necessary.
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=197141082
      hoangtc committed
  2. 18 May, 2018 18 commits
  3. 12 May, 2018 8 commits
  4. 09 May, 2018 4 commits
  5. 08 May, 2018 4 commits
  6. 07 May, 2018 3 commits