1. 13 Sep, 2016 22 commits
  2. 08 Sep, 2016 15 commits
  3. 07 Sep, 2016 1 commit
  4. 02 Sep, 2016 2 commits
    • Move back to gradle version + plugin that doesn't hang. · c54169c1
      New version hangs when running:
      ./gradlew :library:assembleAndroidTest --debug
      
      Android Studio "strongly recommends" we upgrade to the
      hanging version, but I guess we'll just have to ignore
      that until the latest version works again!
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=132063280
      olly committed
    • Better selection of default start position for live · f8c05ebd
      If the live window has a small duration, we currently
      end up setting the default start position to be right
      at the start of the window. This increases the chance
      of a BehindLiveWindowException.
      
      With this change we impose a minimum 5s gap between
      the start of the window and the default start position.
      If the window is *really* small (<10s) then doing this
      would push the default start position too close to the
      end of the window. We don't have much time to play with
      in either direction in this case, so we put the default
      start position in the middle of the window and hope for
      the best.
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=132054802
      olly committed