- Dec 20, 2021
-
-
The native tools provided by iOS and tvOS are sufficient now to collect bug reports and usage statistics, so there is no longer the need to integrate with an external service whose backend is closed source and hosted in the US with potential privacy implications. The latter is also true for the system provided service - however, the user consent is managed outside our app on a global level. Fixes #1233
-
Closes #1218
-
- Dec 16, 2021
-
-
Felix Paul Kühne authored
This functionally reverts efc27cd7 as the compare block requires indistinguishable items. However, a UPnP server can host both SAT>IP and multimedia which cannot be recognized from outside libvlc yet leading to only either one of them to be displayed. On server list change, the entire view is being reloaded now, which is less optimal but ok given the performance of current devices. A reimplementation should be considered as soon as servers can be cleanly recognized in libvlc's external API.
-
Felix Paul Kühne authored
-
Maxime Chapelet authored
player : optimise brightness and volume gestures by fetching device's values only when gesture begins
-
Maxime Chapelet authored
Closes #1232
-
- Dec 13, 2021
-
-
This improves the user experience especially when scrubbing. Indeed this will avoid conflicts between swipe gestures and scrubbing in general.
-
Soomin Lee authored
Closes #1227
-
Soomin Lee authored
-
- Dec 12, 2021
-
-
Felix Paul Kühne authored
-
- Dec 09, 2021
-
-
Maxime Chapelet authored
-
Maxime Chapelet authored
-
Maxime Chapelet authored
Closes #712, #988 and #1226
-
- Dec 08, 2021
-
-
This fixes #978
-
Felix Paul Kühne authored
refs #1037
-
Felix Paul Kühne authored
refs #1037
-
Felix Paul Kühne authored
refs #1037
-
Felix Paul Kühne authored
refs #1037
-
Felix Paul Kühne authored
refs #1037
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- Dec 07, 2021
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
refs #1037
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
refs #1037
-
Felix Paul Kühne authored
refs #1037
-
Felix Paul Kühne authored
refs #1037
-
Felix Paul Kühne authored
refs #1037
-
Felix Paul Kühne authored
refs #1037
-
Felix Paul Kühne authored
The OS automatically calculates the approximate playback position and time based on the position and the playback rate we provide. This calculation is off on major position changes. However, when updating the dictionary on every position intervall, this would be very costly. This approach tries to update it for 10 times and then gives up. This is enough for local media and most networks. This fixes #1224.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
The library is exported to the logs folder and it is up to the user to delete it once done. Fixes #655
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This saves debug logs per new playback operation in a user-accessible folder on device. The user is responsible for handling the files and deleting them whenever needed. Fixes #1028
-
- Dec 02, 2021
-
-
Felix Paul Kühne authored
This fixes #1221
-
- Dec 01, 2021
-
-
Closes #1217
-
-
Soomin Lee authored
-
Soomin Lee authored
-
- Nov 29, 2021
-
-
Felix Paul Kühne authored
Within the video listing, always request the unknown media type as this will return both video and unknown content.
-