GrapheneOS / Camera

Modern camera app focused on privacy and security with QR & barcode scanning.
https://grapheneos.org/
MIT License
842 stars 85 forks source link

Replace VideoView with ExoPlayer for VideoPlayer #467

Closed MHShetty closed 1 week ago

MHShetty commented 3 weeks ago

Replaces Android's existing in-built VideoView with AndroidX's Media3 ExoPlayer.

The new Exoplayer solves multiple issues present with VideoView, including the issue of being unable to often move out of the VideoPlayer in a single back swipe gesture (described in https://github.com/GrapheneOS/Camera/issues/261), and adds new controls to the video player.