aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-09Merge pull request #24460 from razzeee/backport-icons-nexusfuzzard
Update Kodi Icon
2024-01-08Update Kodi IconKolja Lampe
This was redone from scratch by @samfishermike as I requested a version without a drop shadow
2024-01-07Merge pull request #24447 from neo1973/backport_24433Markus Härer
[BP][CImageFile] Fix texture cache handling
2024-01-07CImageFile: Remove missing thumbs from CTextureCacheMarkus Härer
If someone deletes the ~/.kodi/userdata/Thumbnails folder but not the TexturesXX.db then CImageFile wouldn't cache the image again and loading of the image fails, e.g. when using the JSON API to load album art via CHTTPImageHandler. By removing the entry from the CTextureCache and continung the current operation can succeed and the image will simply get cached again the next time it is opened. (cherry picked from commit 9f02ffd0ae693dcdcd5d6e8bb715134e8efc3803)
2024-01-07CTextureCache: Fix ClearCachedImageMarkus Härer
The passed in url wasn't "unwrapped" like for all other *Image member functions. This resulted in cached images not being cleared using the same url used for caching. (cherry picked from commit a6bc5237e8b9a327fe563f5a802620a930e2c1a6)
2024-01-06Merge pull request #24404 from garbear/backport-peripheral-iconsGarrett Brown
[Backport] Fix missing controller icon in Peripheral Dialog
2024-01-06Merge pull request #24403 from garbear/backport-virtual-joysticksGarrett Brown
[Backport] Filter out "virtual" Android joysticks
2024-01-02[Peripherals] Fix missing controller icon in Peripheral DialogGarrett Brown
2024-01-02[Games] Filter out "virtual" Android joysticksGarrett Brown
2024-01-02Merge pull request #24399 from the-black-eagle/nexus_sql_triggersthe-black-eagle
[MUSIC] Only drop sql triggers on cleaning if they exist
2024-01-02[MUSIC] Only drop sql triggers on cleaning if they existthe-black-eagle
2024-01-01Merge pull request #24380 from fuzzard/bp_sdk33fuzzard
[BP]Bump Android SDK 33 + Gradle
2024-01-01Merge pull request #24379 from fuzzard/bp_update_cacertsfuzzard
[CACerts] Update to 2023-12-12
2024-01-01Bump Android SDK 33Jose Luis Marti
2024-01-01Update README.AndroidJose Luis Marti
2024-01-01[Android] set the namespace in the build.gradle fileJose Luis Marti
2024-01-01[Android] bump Android Gradle Plugin 7.4Jose Luis Marti
2024-01-01[Android] bump Gradle 7.6Jose Luis Marti
2024-01-01[CACerts] Update to 2023-12-12fuzzard
2023-12-31Merge pull request #24352 from fuzzard/bp_depends_apple_fixsonomagettextfuzzard
[BP][tools/depends][native] gettext force am_cv_func_iconv_works for apple host
2023-12-31Merge pull request #24353 from fuzzard/bp_fix-upnp-auth-sourcefuzzard
[BP][uPnP] Fix playback of files accessed with curl (ftp, http, ...)
2023-12-31Merge pull request #24354 from fuzzard/bp_oninfo_estuaryfuzzard
[BP][guilib] let oninfo propagate from the item to the container if the container cannot handle the item info
2023-12-30Merge pull request #24348 from fuzzard/bp_cguidialogcontextmenufixmemoryleakfuzzard
[BP][CGUIDialogContextMenu] fix memory leak
2023-12-30Merge pull request #24347 from fuzzard/bp_redact_toastfuzzard
[BP] changed: Redact paths in audio/video error toasts
2023-12-30Merge pull request #24349 from fuzzard/bp_drm_egl_leakfuzzard
[BP] RendererDRMPRIMEGLES: Fix leak of EGL fences
2023-12-30Merge pull request #24351 from fuzzard/bp_cmake_win_maxthreadsfuzzard
[BP][cmake][win] allow MAXTHREADS env var for /MP use
2023-12-30Merge pull request #24350 from fuzzard/bp_fix_androiddocsfuzzard
[BP][Docs][Android] Fix Instructions with correct file path
2023-12-29Merge pull request #24345 from enen92/nexus_backport_exifMiguel Borges de Freitas
[BP][Pictures] Fix exif parsing regression from v19
2023-12-29[guilib] let oninfo propagate from the item to the container if the ↵enen92
container cannot handle the item info
2023-12-29[uPnP] Fix playback from authenticated sourcesCrystalP
Credentials must be added to the URL for sources that require authentication.
2023-12-29[tools/depends][native] gettext force am_cv_func_iconv_works for apple hostfuzzard
MacOS Sonoma (14.0) has a change in iconv that the gettext configure script fails when testing if iconv works. We just force it on
2023-12-29[cmake][win] allow MAXTHREADS env var for /MP usefuzzard
2023-12-29[Docs][Android] Fix Instructions with correct file pathTwillightMercy
2023-12-29RendererDRMPRIMEGLES: Fix leak of EGL fencesDom Cobley
When running on wayland in a desktop window, kodi will crash with 'Too many open files' after a minute of so of video playback. I've tracked it down the EGL fences. Render gets called more often than ReleaseBuffer (I'm seeing two Render calls per ReleaseBuffer call). As we allocate a fence in Render and free in ReleaseBuffer this leaks. It's safe to call DestroyFence on a non-created fence so use that to stop the leak
2023-12-29[CGUIDialogContextMenu] fix memory leakrepojohnray
This memory leak is happening when a context menu is opened. This change addresses two issues: - Missing delete. - Group list not defined (the behavior is changed).
2023-12-29changed: Redact paths in audio/video error toastsarnova
2023-12-28Merge pull request #24192 from garbear/sync-controllers-nexusGarrett Brown
[Nexus Backport] Sync game controller add-ons
2023-12-28[Pictures] Fix exif parsing regression from v19Miguel Borges de Freitas
2023-12-27game.controller.mouse: Update to v1.0.26Garrett Brown
2023-12-27game.controller.keyboard: Update to v1.1.33Garrett Brown
2023-12-27game.controller.default: Update to v1.0.41Garrett Brown
2023-12-20Merge pull request #24278 from sy6sy2/fix-tvos-pvr-settings-nexusSylvain CECCHETTO
[tvOS] Fix binary addons (PVR) multi instance settings reset
2023-12-19[tvOS] Fix binary addons (PVR) multi instance settings resetSylvain CECCHETTO
2023-12-19Merge pull request #24210 from neo1973/backport_24197Kai Sommerfeld
[backport] AddonSettings: Correct order of destructor calls
2023-12-18Merge pull request #24151 from razzeee/backport-summaryKai Sommerfeld
Remove article from summary
2023-12-15Merge pull request #24235 from neo1973/backport_24215Markus Härer
[backport][UPnP] Fix crash when adding UPnP source while UPnP is disabled
2023-12-14[UPnP] Fix crash when adding UPnP source while UPnP is disabledMarkus Härer
In that case CUPnPDirectory::GetFriendlyName returned a nullptr which wasn't expected by CUtil::GetTitleFromPath. Also the last retrun returned memory that's freed when returning from the function. Switching the return type to std::string solves all these issues. Fixes #24213. (cherry picked from commit 5a7bbe8f7870844c82dcf12cc120a7d909d898bb)
2023-12-09AddonSettings: Correct order of destructor callsMarkus Härer
In the original order the method of an already destructed base Fixes #24175. class was called. (cherry picked from commit b3e0a717a9341c5a882aa14bb918a5a48205d089)
2023-11-26Remove article from summaryRazze
2023-11-20Merge pull request #24108 from lrusak/depends-curl-options-NexusLukas Rusak