- Jan 25, 2023
-
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
Filenames with smb share titles will be null, meaning that title from libvlc will never be chosen, causing an empty string to be chosen down the line as title. (cherry picked from commit 1cf5481d)
-
- Jan 24, 2023
-
-
-
If storage access isn't granted, the medialibrary init will not add the internal storage as a medialibrary device. After this, it is only possible to add external devices. So later discovery of internal storage will fail, not being registered in the medialibrary database. To fix this, in the late device addition, a check for internal storage is added. Fixes #2689 (cherry picked from commit 1e89a2a6)
-
This reverts commit 2338bd92. This commit causes medialibrary in sdcard to be dropped as it permits the addition of folders as ML devices, which is not what they are. This causes the medialibrary remove these "devices" when updatingDevices, hence removing the selected folders. Fixes #2791 (cherry picked from commit b2e0b54e)
-
After granting storage permission, if calling activity is an instance of CustomActionController, it will trigger onStorageAccessGranted callback. Added implementation to MainTvActivity to trigger ML refresh on storage permission granting so that the main ui doesn't stay stuck on the request permission headers. (cherry picked from commit b790c794)
-
AskStoragePermission checks if the onboarding is done before updating the ui after giving permission. Though onboarding on tv is based on a different SharedPreference key KEY_TV_ONBOARDING_DONE instead of ONBOARDING_DONE_KEY. This checks the correct onboarding key for tv (cherry picked from commit 0cd68422)
-
Fixes #2804 (cherry picked from commit fa3ffc08)
-
Fixes #2833 (cherry picked from commit c6ee60c8)
-
- Jan 17, 2023
- Jan 10, 2023
-
-
Nicolas Pomepuy authored
-
If libvlc doesn't have any meta for title it will provide the filename. This can be problematic with m3u8 #EXTINF that provides a title. This adds a check when updating the title meta. If the libvlc title provided is equal to the filename then it will proritize the medialibrary title. Fixes #2722
-
- Jan 09, 2023
- Jan 06, 2023
-
-
This flag is incompatible with startActivityForResult, and causes a crash when opening the app from a third party app that uses it to open a video. (cherry picked from commit c83c4d5f)
-
Nicolas Pomepuy authored
(cherry picked from commit 89c2deb5)
-
Nicolas Pomepuy authored
(cherry picked from commit 01728559)
-
- Dec 15, 2022
-
-
Nicolas Pomepuy authored
(cherry picked from commit a647981c)
-
- Dec 13, 2022
-
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
(cherry picked from commit 8c879bc8)
-
- Dec 12, 2022
-
-
Fixes #2797
-
Nicolas Pomepuy authored
Fixes #2776 (cherry picked from commit b38f5eea)
-
Nicolas Pomepuy authored
Fixes #2782 (cherry picked from commit 0b786cd4)
-
- Nov 22, 2022
-
-
The model was never used and prevented the playback of items when it was null Fixes #2770
-
-
Duncan McNamara authored
When instanciating a media session, the wrong pending intent was created to restart the playback service from media buttons after it's detruction.
-
- Nov 03, 2022
- Oct 26, 2022
-
-
Nicolas Pomepuy authored
(cherry picked from commit 4b7262e7)
-
- Oct 20, 2022
-
-
Nicolas Pomepuy authored
(cherry picked from commit 247b0700)
-
- Oct 19, 2022
-
-
Nicolas Pomepuy authored
(cherry picked from commit 554d7772)
-
Nicolas Pomepuy authored
Fixes #2725 (cherry picked from commit 0cbe78a4)
-
Nicolas Pomepuy authored
Fixes #2721 (cherry picked from commit 1a9ba63d)
-
- Oct 18, 2022
-
-
On some low performance devices, when leaving the app, the paused service will be killed, and respawned when the app is restarted. As the medialist was saved but not the index, resuming would go to the 1st media in the saved medialist. This saves the media index also. Fixes #2705 (cherry picked from commit 72ed2534)
-
As for most users 720p, 1080p, and 1440p is easier to understand for most users than the official nomenclature HD, FHD, and qHD. This reverts back to it. (cherry picked from commit 762a17f7)
-
- Oct 12, 2022
-
-
- Oct 05, 2022
-
-
Nicolas Pomepuy authored
(cherry picked from commit e15ab3fd)
-