1. 21 May, 2020 14 commits
  2. 18 May, 2020 21 commits
  3. 15 May, 2020 3 commits
  4. 14 May, 2020 2 commits
    • Override WebViewSubtitleOutput.onLayout() · 710374f8
      Some of the CSS font sizes are derived from the current view height, if
      this calculation is done before the view has been measured then a zero
      view height results in a zero px font size and no visible text.
      
      This can happen when the view type is changed (and so the
      WebViewSubtitleOutput has been recently added to the SubtitleView
      ViewGroup).
      
      PiperOrigin-RevId: 311552052
      ibaker committed
    • Limit CEA-608 captions to 32 chars per line · a39233d2
      ANSI/CTA-608-E R-2014 spec defines exactly 32 columns on the screen,
      and limits all lines to this length.
      
      See 3.2.2 definition of 'Column'.
      
      issue:#7341
      PiperOrigin-RevId: 311549881
      ibaker committed