1. 30 Nov, 2020 12 commits
  2. 27 Nov, 2020 23 commits
  3. 24 Nov, 2020 5 commits
    • Support enabling next/previous actions in PlayerNotificationManager · 93ed71fb
      The ref'd issue was marked as a doucmentation candidate, but I think
      the confusion likely arises from the lack of "next" and "previous" in
      the method names. Our other UI components also support enabling each
      button individually, so this also brings notifications in line with
      those.
      
      Issue: #6491
      #exofixit
      PiperOrigin-RevId: 344058969
      olly committed
    • Merge pull request #8257 from xufuji456:dev-v2 · 1cd08519
      PiperOrigin-RevId: 344057097
      kim-vde committed
    • Fix 2 ErrorProneStyle findings: · f04941ed
      * These grouping parentheses are unnecessary; it is unlikely the code will be misinterpreted without them
        (see http://go/bugpattern/UnnecessaryParentheses) (2 times)
      
      This CL looks good? Just LGTM and Approve it!
      This CL doesn’t look good? This is what you can do:
      * Suggest a fix on the CL (go/how-to-suggest-fix).
      * Revert this CL, by replying "REVERT: <provide reason>"
      * File a bug under go/error-prone-bug for category ErrorProneStyle if the change looks generally problematic.
      * Revert this CL and not get a CL that cleans up these paths in the future by
      replying "BLOCKLIST: <provide reason>". This is not reversible! We recommend to
      opt out the respective paths in your CL Robot configuration instead:
      go/clrobot-opt-out.
      
      This CL was generated by CL Robot - a tool that cleans up code findings
      (go/clrobot). The affected code paths have been enabled for CL Robot in //depot/google3/java/com/google/android/libraries/exoplayer/METADATA which is reachable following include_presubmits from //depot/google3/third_party/java_src/android_libs/exoplayer/METADATA.
      Anything wrong with the signup? File a bug at go/clrobot-bug.
      
      #codehealth
      
      PiperOrigin-RevId: 344053269
      olly committed
    • Add FMP4 extractor test with sideloaded track · 7a7d3d1b
      #exofixit
      
      PiperOrigin-RevId: 344052500
      kimvde committed
    • Set tag for every track in TrackSelectionView · a8365c2c
      #minor-release
      
      PiperOrigin-RevId: 344051610
      christosts committed