GrapheneOS / Camera

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

Replace VideoView with ExoPlayer for VideoPlayer #445

Closed MHShetty closed 3 months ago

MHShetty commented 3 months 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 #261), and adds new controls to the video player.