NewPipe-app-android/app/src/main
AudricV a6ff85a208
Move media tunneling setting to ExoPlayer settings and make this setting available on release builds
Media tunneling may be not supported by more devices than the ones we
whitelisted before.

As a matter of fact, the list of devices on which media tunneling is disabled
could be not maintainable in the future, especially if the list of devices
grows more and more.

A preferable solution is to allow users to configure this setting themselves,
allowing them to not wait for their device(s) to be whitelisted in a future
NewPipe update.

This solution has been applied in this commit and works on every build type.

The corresponding preference in the debug settings has been of course removed
and the code used to prevent media tunneling activation on specific devices has
been removed.
2023-04-10 17:37:30 +02:00
..
assets Update displayed licenses 2020-12-31 19:26:41 -05:00
java Move media tunneling setting to ExoPlayer settings and make this setting available on release builds 2023-04-10 17:37:30 +02:00
res Move media tunneling setting to ExoPlayer settings and make this setting available on release builds 2023-04-10 17:37:30 +02:00
AndroidManifest.xml Correctly open urls in browser on Android 11+ 2023-02-25 09:13:59 +01:00