1. 06 Jul, 2020 7 commits
  2. 03 Jul, 2020 31 commits
  3. 01 Jul, 2020 1 commit
    • Use default text size if captioning manager is disabled · 5c096acc
      This fixes an issue where, even if captioning manager is disabled, the latest used captioning manager preference
      related to text size is being applied.
      
      In order to replicate:
      1. Go to Captioning Preferences under device Settings and enable it
      2. Change the text size to "very large"
      3. Observe the selected text size is used for subtitles, for example in Youtube
      4. Go to Captioning Preferences under device Settings and disable it
      5. Observe the text size used for subtitles does not come back to normal, stays on "very large"
      Juanky Soriano committed
  4. 29 Jun, 2020 1 commit
    • Enable download parallelisation in demo app · 314bc65d
      - Deprecate constructors that don't take an executor, to direct
        developers toward the new ones. Callers can trivially pass
        Runnable::run to one of the new ones if they want old behaviour.
      - Add comment explaining warning suppression added in the CL that
        added parallelised download support.
      
      Issue: #5978
      PiperOrigin-RevId: 318803296
      olly committed