1. 14 Sep, 2021 15 commits
  2. 10 Sep, 2021 4 commits
  3. 09 Sep, 2021 6 commits
  4. 08 Sep, 2021 11 commits
  5. 07 Sep, 2021 4 commits
    • Fix some PlayerControlView accessibility issues · 86f8c4e4
      - Fix focus when pausing and resuming
      - Prevent repeated readout of the playback position when paused
      
      #exofixit
      #minor-release
      Issue #9111
      
      PiperOrigin-RevId: 395301765
      olly committed
    • ID3: Fix end-of-string detection for UTF-16 · e53e5938
      The current detection logic checks that the two byte terminator starts
      at an even position in the ID3 data, where-as it should check that it
      starts at an even position relative to the start of the string.
      
      #minor-release
      #exofixit
      Issue: #9087
      PiperOrigin-RevId: 395274934
      olly committed
    • Redesign states of the SubtitleExtractor. · 66335ab6
      Simplifies the SubtitleExtractor implementation. Makes the extractor
      more aligned with the Extractor interface documentation by removing
      STATE_DECODING in which extractor was doing nothing in term of input
      and output while returning RESULT_CONTINUE at the same time.
      
      PiperOrigin-RevId: 395267468
      apodob committed
    • Deprecate all methods on C and move them to Util · 9949424d
      C should only hold constants.
      
      Also resolve the TODO in getErrorCodeForMediaDrmErrorCode(), and
      annotate the deprecated methods with Error Prone's @InlineMe to
      facilitate automated refactoring of callers.
      
      PiperOrigin-RevId: 395244855
      ibaker committed