- Mar 10, 2023
-
-
The audio section in ui prefs for tv was set to not visible, meaning that the audio playlist mode wasn't available. Fixed #2868
-
Add setting to force restore video from background when reopening the app, so that you don't have to go through the long click on the cover.
-
- Mar 01, 2023
-
-
Nicolas Pomepuy authored
-
- Feb 21, 2023
-
-
Nicolas Pomepuy authored
Fixes #2772
-
- Feb 20, 2023
-
-
Nicolas Pomepuy authored
-
- Feb 17, 2023
-
-
- Feb 16, 2023
-
-
Fixes #2828
-
Fixes #2857
-
Fixes #2751
-
-
This reverts commit 8ec92ca9.
-
- Feb 14, 2023
-
-
Nicolas Pomepuy authored
Fixes #2855
-
Nicolas Pomepuy authored
-
Robert Stone authored
Fixes #2844
-
- Feb 13, 2023
-
-
Everytime the audio player is created, if a video is playing only audio, ie a user left the app with video playing in the background, it will show a snacker tip to restore to video by long pressing the cover. This should only be shown a few times. Four in this case.
-
-
- Feb 09, 2023
-
-
Nicolas Pomepuy authored
-
- Feb 08, 2023
- Feb 03, 2023
-
-
Nicolas Pomepuy authored
Fixes #2784
-
- Feb 01, 2023
-
-
Duncan McNamara authored
-
- Jan 31, 2023
-
-
Duncan McNamara authored
Fix for a navigation regression. Instead of calling finish when back is pressed, this will check if there are any fragments backstacked, and pop the latest. If there aren't any left, then finish is called, leaving the browser.
-
- Jan 26, 2023
-
-
Nicolas Pomepuy authored
-
- Jan 25, 2023
-
-
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
-
- Jan 24, 2023
-
-
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
-
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
-
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
-
- Jan 23, 2023
-
-
Duncan McNamara authored
Fixes #2833
-
- Jan 17, 2023
-
-
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.
-
-
- 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
-