Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-09 | Merge pull request #24460 from razzeee/backport-icons-nexus | fuzzard | |
Update Kodi Icon | |||
2024-01-08 | Update Kodi Icon | Kolja Lampe | |
This was redone from scratch by @samfishermike as I requested a version without a drop shadow | |||
2024-01-07 | Merge pull request #24447 from neo1973/backport_24433 | Markus Härer | |
[BP][CImageFile] Fix texture cache handling | |||
2024-01-07 | CImageFile: Remove missing thumbs from CTextureCache | Markus 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-07 | CTextureCache: Fix ClearCachedImage | Markus 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-06 | Merge pull request #24404 from garbear/backport-peripheral-icons | Garrett Brown | |
[Backport] Fix missing controller icon in Peripheral Dialog | |||
2024-01-06 | Merge pull request #24403 from garbear/backport-virtual-joysticks | Garrett Brown | |
[Backport] Filter out "virtual" Android joysticks | |||
2024-01-02 | [Peripherals] Fix missing controller icon in Peripheral Dialog | Garrett Brown | |
2024-01-02 | [Games] Filter out "virtual" Android joysticks | Garrett Brown | |
2024-01-02 | Merge pull request #24399 from the-black-eagle/nexus_sql_triggers | the-black-eagle | |
[MUSIC] Only drop sql triggers on cleaning if they exist | |||
2024-01-02 | [MUSIC] Only drop sql triggers on cleaning if they exist | the-black-eagle | |
2024-01-01 | Merge pull request #24380 from fuzzard/bp_sdk33 | fuzzard | |
[BP]Bump Android SDK 33 + Gradle | |||
2024-01-01 | Merge pull request #24379 from fuzzard/bp_update_cacerts | fuzzard | |
[CACerts] Update to 2023-12-12 | |||
2024-01-01 | Bump Android SDK 33 | Jose Luis Marti | |
2024-01-01 | Update README.Android | Jose Luis Marti | |
2024-01-01 | [Android] set the namespace in the build.gradle file | Jose Luis Marti | |
2024-01-01 | [Android] bump Android Gradle Plugin 7.4 | Jose Luis Marti | |
2024-01-01 | [Android] bump Gradle 7.6 | Jose Luis Marti | |
2024-01-01 | [CACerts] Update to 2023-12-12 | fuzzard | |
2023-12-31 | Merge pull request #24352 from fuzzard/bp_depends_apple_fixsonomagettext | fuzzard | |
[BP][tools/depends][native] gettext force am_cv_func_iconv_works for apple host | |||
2023-12-31 | Merge pull request #24353 from fuzzard/bp_fix-upnp-auth-source | fuzzard | |
[BP][uPnP] Fix playback of files accessed with curl (ftp, http, ...) | |||
2023-12-31 | Merge pull request #24354 from fuzzard/bp_oninfo_estuary | fuzzard | |
[BP][guilib] let oninfo propagate from the item to the container if the container cannot handle the item info | |||
2023-12-30 | Merge pull request #24348 from fuzzard/bp_cguidialogcontextmenufixmemoryleak | fuzzard | |
[BP][CGUIDialogContextMenu] fix memory leak | |||
2023-12-30 | Merge pull request #24347 from fuzzard/bp_redact_toast | fuzzard | |
[BP] changed: Redact paths in audio/video error toasts | |||
2023-12-30 | Merge pull request #24349 from fuzzard/bp_drm_egl_leak | fuzzard | |
[BP] RendererDRMPRIMEGLES: Fix leak of EGL fences | |||
2023-12-30 | Merge pull request #24351 from fuzzard/bp_cmake_win_maxthreads | fuzzard | |
[BP][cmake][win] allow MAXTHREADS env var for /MP use | |||
2023-12-30 | Merge pull request #24350 from fuzzard/bp_fix_androiddocs | fuzzard | |
[BP][Docs][Android] Fix Instructions with correct file path | |||
2023-12-29 | Merge pull request #24345 from enen92/nexus_backport_exif | Miguel 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 sources | CrystalP | |
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 host | fuzzard | |
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 use | fuzzard | |
2023-12-29 | [Docs][Android] Fix Instructions with correct file path | TwillightMercy | |
2023-12-29 | RendererDRMPRIMEGLES: Fix leak of EGL fences | Dom 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 leak | repojohnray | |
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-29 | changed: Redact paths in audio/video error toasts | arnova | |
2023-12-28 | Merge pull request #24192 from garbear/sync-controllers-nexus | Garrett Brown | |
[Nexus Backport] Sync game controller add-ons | |||
2023-12-28 | [Pictures] Fix exif parsing regression from v19 | Miguel Borges de Freitas | |
2023-12-27 | game.controller.mouse: Update to v1.0.26 | Garrett Brown | |
2023-12-27 | game.controller.keyboard: Update to v1.1.33 | Garrett Brown | |
2023-12-27 | game.controller.default: Update to v1.0.41 | Garrett Brown | |
2023-12-20 | Merge pull request #24278 from sy6sy2/fix-tvos-pvr-settings-nexus | Sylvain CECCHETTO | |
[tvOS] Fix binary addons (PVR) multi instance settings reset | |||
2023-12-19 | [tvOS] Fix binary addons (PVR) multi instance settings reset | Sylvain CECCHETTO | |
2023-12-19 | Merge pull request #24210 from neo1973/backport_24197 | Kai Sommerfeld | |
[backport] AddonSettings: Correct order of destructor calls | |||
2023-12-18 | Merge pull request #24151 from razzeee/backport-summary | Kai Sommerfeld | |
Remove article from summary | |||
2023-12-15 | Merge pull request #24235 from neo1973/backport_24215 | Markus 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 disabled | Markus 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-09 | AddonSettings: Correct order of destructor calls | Markus 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-26 | Remove article from summary | Razze | |
2023-11-20 | Merge pull request #24108 from lrusak/depends-curl-options-Nexus | Lukas Rusak | |