- 08 Oct, 2020 1 commit
-
-
Felix Paul Kühne authored
-
- 07 Oct, 2020 1 commit
-
-
Diogo Simao Marques authored
The shape of any media in a grid layout is now a square and not a rectangle. The shape does not change anymore when rotating the device of switching tabs.
-
- 06 Oct, 2020 1 commit
-
-
Diogo Simao Marques authored
This option is now unique for every audio tab, the user can now select the grid layout and not being impacted in the other audio tabs (Artists, Albums, Tracks, Collections, etc.) Closes #911
-
- 05 Oct, 2020 8 commits
-
-
VideoLAN authored
Localizable.strings: 77% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Maite Guix authored
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 97% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
VideoLAN authored
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Kaya Zeren authored
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Thomas De Rocker authored
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
abuyop authored
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
picodotdev authored
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
scootergrisen authored
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
- 01 Oct, 2020 6 commits
-
-
Diogo Simao Marques authored
Remove the grid layout option for videos since the current implementation was not meant for them. Closes #909
-
Diogo Simao Marques authored
Set the MediaCollectionViewCell by default for the mediaGroups to avoid the issues related to the grid layout option that is not appropriate for them yet.
-
Diogo Simao Marques authored
The x-error was never called because of a wrong media player state and the fact that it was set to nil before the media player state check. Closes #879
-
Diogo Simao Marques authored
The entire callback string was being displayed when the user had the choice between playing and downloading the media. Now only the video's URL is displayed.
-
Diogo Simao Marques authored
When the x-callback action is undefined, an alert is now displayed and allows the user to select between playing and downloading the video which link is displayed in the alert box.
-
Diogo Simao Marques authored
Code has been refactored to increase its readability, understanding and group some parts that were repeated.
-
- 30 Sep, 2020 2 commits
-
-
Felix Paul Kühne authored
References #198
-
Felix Paul Kühne authored
This way, the controller can operate safely without the view even existing. Further, client objects no longer need to load a view controller to trigger downloads leading to various auto layout issues as the view controller is not part of the hierarchy. Finally, this fixes #198.
-
- 29 Sep, 2020 12 commits
-
-
Андрій Бандура authored
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Anton Regnander authored
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Marián Hikaník authored
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
VideoLAN authored
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Sidney Doria authored
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Michał Trzebiatowski authored
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Fumio Nakayama authored
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Vincenzo Reale authored
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Balázs Meskó authored
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Yaron Shahrabani authored
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
JeanDeLaMouche authored
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Michał Trzebiatowski authored
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
- 28 Sep, 2020 1 commit
-
-
Felix Paul Kühne authored
When downloading subtitles for locally stored media, retain the copy. For remote content and on tvOS, continue to store in the caches folder so it is eventually removed. Fixes #892
-
- 27 Sep, 2020 8 commits
-
-
Diogo Simao Marques authored
Fixed the reloading delay when renaming a video by a long-press on it. The UI was taking more time to reload than it should take.
-
Diogo Simao Marques authored
Created a timer to prevent the app from reloading data too many times when it is not useful.
-
Diogo Simao Marques authored
Reduced the edit tool bar animation when it is being displayed because it was not displayed instantaneously.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
According to the documentation, background tasks shall be declared as early as possible and not when entering the background state as this can be too late.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This lists the services currently discovered. Note that this is not sufficient for UPnP discovery or multicast content reception which requires the additional key and special entitlement that was requested but is yet to be granted.
-