1. 18 Feb, 2022 1 commit
  2. 17 Feb, 2022 1 commit
  3. 01 Feb, 2022 9 commits
  4. 28 Jan, 2022 22 commits
  5. 25 Jan, 2022 7 commits
    • Move misplaced release note · ceaa76bf
      PiperOrigin-RevId: 424081451
      ibaker committed
    • Fix spurious unsupported tracks toast in demo apps · aceacb05
      PiperOrigin-RevId: 424062588
      olly committed
    • Use translatable playback speed strings · abef4f4e
      Issue: google/ExoPlayer#9811
      PiperOrigin-RevId: 423855051
      olly committed
    • Update translations · 34102ee1
      Issue: google/ExoPlayer#9811
      PiperOrigin-RevId: 423849421
      olly committed
    • Various nits in Transformer · 793a0993
      PiperOrigin-RevId: 423822317
      kimvde committed
    • Fix 1 ErrorProneStyle finding: · cc144f58
      * @CryptoType is a TYPE_USE annotation, so should appear after modifiers and directly before the type.
        (see go/java-style#s4.8.5-annotations)
      
      This CL looks good? Just LGTM and Approve it!
      This CL doesn’t look good? This is what you can do:
      * 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/media/METADATA which is reachable following include_presubmits from //depot/google3/third_party/java_src/android_libs/media/METADATA.
      Anything wrong with the signup? File a bug at go/clrobot-bug.
      
      #codehealth
      
      Tested:
          Local presubmit tests passed.
      
      PiperOrigin-RevId: 423821355
      olly committed
    • Finish pending session if there is one before creating a new one. · caa0a09c
      PiperOrigin-RevId: 423819515
      tonihei committed