- 26 Jan, 2023 1 commit
-
-
Nicolas Pomepuy authored
-
- 25 Jan, 2023 3 commits
-
-
Duncan McNamara authored
This removes a couple of fixes in the java medialibrary that are causing issues when displaying network share names until when can find a better solution.
-
Duncan McNamara authored
This reverts commit 82936d22. This commit creates issues when displaying network share names, and is reverted, so that we can find a better fix for the original issue #2722
-
Duncan McNamara authored
This reverts commit 1cf5481d. This commit is based on 82936d22 which is being reverted for causing issues when displaying network share titles
-
- 24 Jan, 2023 8 commits
-
-
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.
-
-
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
-
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.
-
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
-
Fixes #2804
-
- 23 Jan, 2023 1 commit
-
-
Duncan McNamara authored
Fixes #2833
-
- 17 Jan, 2023 2 commits
-
-
Resume playback snackbar is based on KEY_CURRENT_AUDIO/MEDIA not just KEY_AUDIO/MEDIA_LAST_PLAYLIST. Clearing history should remove all saved sharedPreference related to current playback.
-
-
- 10 Jan, 2023 2 commits
-
-
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
-
- 09 Jan, 2023 4 commits
- 06 Jan, 2023 3 commits
-
-
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.
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
- 05 Jan, 2023 2 commits
-
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
- 15 Dec, 2022 2 commits
-
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
- 12 Dec, 2022 3 commits
-
-
Nicolas Pomepuy authored
Fixes #2797
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
Fixes #2776
-
- 09 Dec, 2022 1 commit
-
-
Robert Stone authored
-
- 01 Dec, 2022 1 commit
-
-
Nicolas Pomepuy authored
Fixes #2782
-
- 22 Nov, 2022 3 commits
-
-
-
The model was never used and prevented the playback of items when it was null Fixes #2770
-
Nicolas Pomepuy authored
-
- 18 Nov, 2022 4 commits
-
-
Nicolas Pomepuy authored
Fixes #2733
-
Nicolas Pomepuy authored
-
-
-