- Jan 31, 2025
-
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
This reverts commit 4702f695.
-
On a new install, the manageMediaPermsCheck onclicklistener will ask for video/audio permission for API 33+, but for 30+ goes to getStoragePermission which ends calling requestStorageAccess. When API 30+ this will spawn a new PermissionListDialog, creating a loop. In the onClickListener, asking for READ_EXTERNAL_STORAGE straight away for API 30+ solves this.
-
Nicolas Pomepuy authored
Fixes #3137
-
Nicolas Pomepuy authored
Fixes #3132
-
Revert of c49382e3. After some discussions, and user complaints it was decided to go back to the old behavior and keep repeat one enable when pressing next. Most players do that. VLC for iOS also changed to this behavior
-
Nicolas Pomepuy authored
-
- Jan 29, 2025
-
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
- Jan 28, 2025
-
-
Nicolas Pomepuy authored
Fixes #3131
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
Fixes #3095
-
-
Duncan McNamara authored
Because fast seek is not precise, it will usually seek before the requested time when seeking with abrepeat, causing the abrepeat to seek again, and stucks the player in a loop. Adding a small margin of time in which the seek is considered acceptable when fast seek is enabled stops it from looping.
-
-
Apparently I still don't know that the project is called VLC for Android and not vlc-android ...
-
Because of all the different permission APIs, it is easier to create a File where we want to extract the subtitle file, and check if we have write permission.
-
- Jan 27, 2025
- Jan 22, 2025
-
-
Nicolas Pomepuy authored
-
This reverts commit 8880ccca. Reverts the MR !1720 This MR was not finished, and made unecessary additions, causing playqueues of one file to play twice sometimes. I should not have merged it ... Fixes #3116
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
- Jan 21, 2025
-
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
- Jan 20, 2025
-
-
Nicolas Pomepuy authored
Fixes #3128
-
- Jan 15, 2025
-
-
-
-
Fixes #3109
-
-
-
-