1. 28 Jan, 2020 5 commits
    • Split some of SubtitleView out into SubtitleTextView · f3157e70
      SubtitleView now becomes a ViewGroup that owns a SubtitleTextView. It
      handles some common styling defaults, but delegates the underlying
      values down into SubtitleTextView through the SubtitleView.Output
      interface.
      
      When I add a SubtitleWebView this will also be a ViewGroup containing
      a WebView and will implement SubtitleView.Output and convert Cue styling
      into HTML & CSS.
      
      PiperOrigin-RevId: 291903294
      ibaker committed
    • Expand dangal workaround to all API levels · 331edb4f
      It doesn't seem worth keeping the cap, since the device
      will presumably stop receiving major version updates at
      some point anyway.
      
      Issue: #6899
      PiperOrigin-RevId: 291899439
      olly committed
    • Make LongArray tests a bit more concise · 9161fe23
      This also makes them look more like the equivalent tests for
      the list / array cases.
      
      PiperOrigin-RevId: 291890150
      olly committed
    • Add IndexSeeker to MP3 extractor · 103bd419
      This seeker is only seeking to frames that have already been read by the
      extractor for playback. Seeking to not-yet-read frames will be
      implemented in another change.
      
      Issue: #6787
      PiperOrigin-RevId: 291888899
      kimvde committed
    • Fix some typos · bb9b3fd4
      PiperOrigin-RevId: 291750515
      aquilescanta committed
  2. 27 Jan, 2020 9 commits
  3. 24 Jan, 2020 26 commits