- Mar 31, 2023
-
-
Alex Guo authored
-
Jeremy Sun authored
Making reporting process more robust See merge request !4
-
r7truong authored
-
Jeremy Sun authored
Integration and monitoring phase improvements See merge request !3
-
Alex Guo authored
- Mar 30, 2023
-
-
Jeremy Sun authored
Update base image used in Dockerfile See merge request r7truong/vlc-android!2
-
- Mar 28, 2023
-
-
Jeremy Sun authored
-
- Mar 22, 2023
-
-
Rolf Li authored
- Feb 19, 2023
- 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
-