Skip to content
  1. Jan 24, 2020
  2. Jan 23, 2020
  3. Jan 22, 2020
  4. Jan 13, 2020
    • Geoffrey Métais's avatar
      TV: Fix subs picker focus · 48245fb0
      Geoffrey Métais authored and Geoffrey Métais's avatar Geoffrey Métais committed
      
      (cherry picked from commit 6625b124)
      48245fb0
    • Kazuki Takise's avatar
      Support Picture-in-Picture on Chrome OS · a5b8465e
      Kazuki Takise authored
      enterPictureInPictureMode() must be called in onUserLeaveHint() to
      support Picture-in-Picture in a multi-window environment such as
      Chrome OS.
      
      The current implemententation (calling the API in onPause()) causes
      the following issues on Chrome OS:
      
      - VLC enters PiP without being occluded, but just with another
        window activated. In a multi-window environment, we can't assume
        onPause() means the window gets hidden. As only one window can
        be resumed at the same time, it's possible that a window is
        fully visible, but paused.
      - When some ChromeOS-specific system UI gets shown (e.g. Alt-Tab
        window cycler, Overview Mode), VLC enters PiP unexpectedly.
      
      This patch moves switchToPopup() from onPause() to onUserLeaveHint()
      to prevent those issues.
      
      (cherry picked from commit f466ecb0)
      a5b8465e
  5. Dec 27, 2019
  6. Dec 24, 2019
  7. Dec 23, 2019
  8. Dec 20, 2019
  9. Dec 19, 2019
  10. Dec 18, 2019
  11. Dec 17, 2019
  12. Dec 16, 2019
  13. Dec 12, 2019
  14. Dec 11, 2019
Loading