Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-16 | Unnecessary declaration of CXBMCApp as a friend class | Jose Luis Marti | |
2024-07-16 | Use CJNIContext class to call getSystemService() function | Jose Luis Marti | |
2024-07-16 | [cmake] Allow overriding CXX_STANDARD by using CACHE variable | fuzzard | |
2024-07-16 | [Windows] Modernize code to obtain system AppData folder | thexai | |
- 'SHGetFolderPathW' is deprecated, updated to 'SHGetKnownFolderPath' - Allows use LocaAppData when RoamingAppData is in UNC path | |||
2024-07-16 | [Windows] remove CWIN32Util::GetSystemPath as is dead code | thexai | |
2024-07-15 | Merge pull request #25491 from heitbaum/pcre2 | fuzzard | |
cmake: copyright: update PCRE2 license | |||
2024-07-14 | Merge pull request #25461 from emveepee/pvrjson | Kai Sommerfeld | |
[PVR][JSONRPC] Standardize EpgTagInfo serialization names | |||
2024-07-14 | add manual action to clean all unused images | Ryan Rector | |
2024-07-14 | Disable non-PFS ciphers, strongly discouraged by BCP RFC 7525 and 9325 | Geert Hendrickx | |
and to be formally deprecated by draft-ietf-tls-deprecate-obsolete-kex. This should not cause any impact, with the minimum already at TLS 1.2+ See https://www.ssllabs.com/ssltest/clients.html | |||
2024-07-14 | Disable TLS 1.1, formally deprecated by RFC 8996. | Geert Hendrickx | |
This should not cause any impact, as most clients implemented TLS 1.1 and 1.2 at the same time. See https://www.ssllabs.com/ssltest/clients.html | |||
2024-07-14 | cmake: copyright: update PCRE2 license | Rudi Heitbaum | |
2024-07-14 | Merge pull request #25476 from fuzzard/fix_cmake_swig_format | fuzzard | |
[cmake] Fix swig using clang-format | |||
2024-07-14 | [Android] Move MemoryInfo logic to MemUtils | Jose Luis Marti | |
2024-07-13 | [Android] Move GetStorageUsage function to CAndroidStorageProvider | Jose Luis Marti | |
2024-07-13 | add recurring job to clean image cache | Ryan Rector | |
2024-07-13 | add database support for image cache cleaner | Ryan Rector | |
2024-07-13 | Merge pull request #25482 from ksooo/video-fix-show-info | Kai Sommerfeld | |
[video] Do not show video info dialog if item has an empty video info tag | |||
2024-07-13 | Merge pull request #25486 from ksooo/pvr-cleanup-dup-code | Kai Sommerfeld | |
[FileItem][PVR] Remove duplicate code to calculate the title for an E… | |||
2024-07-13 | Merge pull request #25475 from ksooo/pvr-system-channelgroups | Kai Sommerfeld | |
[PVR] Add 2 new types of system generated channel groups | |||
2024-07-13 | drop str prefix from strings | Arne Morten Kvarving | |
2024-07-13 | changed: move CFileItem::GetLocalFanart to ArtUtils | Arne Morten Kvarving | |
2024-07-13 | Merge pull request #25479 from enen92/fix_teletext_android | Miguel Borges de Freitas | |
[Texture] Fix NPOT condition | |||
2024-07-13 | Merge pull request #25447 from emveepee/removedups | Kai Sommerfeld | |
[PVR][Estuary]Remove duplicated EpgEventTitle from PVR lists | |||
2024-07-13 | [FileItem][PVR] Remove duplicate code to calculate the title for an EPG tag, ↵ | ksooo | |
taking settings and parental controls into account. | |||
2024-07-13 | [PVR] Groups: Automatically create a channel group containing all channels ↵ | ksooo | |
from groups with equal group name. Example: A group with name 'A' is provided by two different client addons, create a group 'A [All channels]' containing all channels from both 'A' groups. | |||
2024-07-13 | [PVR] Groups: Automatically create a channel group for every client, ↵ | ksooo | |
containing all channels provided by the client. Example: 2 clients enabled, create two groups 'Client 1 [All channels]' containing all channels from client 1 and 'Client 2 [All channels]' containing all channels from client 2. | |||
2024-07-13 | [filesystem] CVideoDatabaseDirectory::GetDirectory: Do not create empty ↵ | ksooo | |
video info tags (which CFileItem::GetVideoInfoTag does if called from non-const methods). Only if the item already has a video info tag, it can have a path which we then set as item's dyn path. | |||
2024-07-13 | [video] Do not show video info dialog if item has an empty video info tag. | ksooo | |
2024-07-13 | Merge pull request #25450 from neo1973/map_improvements | fuzzard | |
[CMap] Reduce complexity of find to log(N) and general C++20 improvements | |||
2024-07-13 | Merge pull request #25468 from joseluismarti/ALooper | fuzzard | |
[Android] Replace ALooper_pollAll with ALooper_pollOnce | |||
2024-07-13 | Merge pull request #25425 from razzeee/scalable-type | fuzzard | |
Don't change fileending to png | |||
2024-07-12 | Upload XBT textures with right dimensions | sarbes | |
2024-07-11 | JSONRPC Changes for PVR Series/Episodes | Martin Vallevand | |
Expose episodename and episodepart to List.Item.All In PVR.Fields.Broadcast duplicate seasonnum as season and episodenum as episode making them available to List.Item.All calls. Flag seasonnum and episodenum as deprecated for future removeall | |||
2024-07-12 | Merge pull request #25466 from fuzzard/fix_cmake_export-files | fuzzard | |
[cmake] Fix libdvd* | |||
2024-07-11 | [Texture] Fix NPOT condition | enen92 | |
2024-07-11 | Merge pull request #25463 from CastagnaIT/mimetype_looup | Stefano Gottardo | |
[FileItem] Fix mimetype content lookup regression | |||
2024-07-11 | Merge pull request #25464 from CastagnaIT/addons_curl_option | Stefano Gottardo | |
[addons][filesystem][docs] Add verifypeer to ADDON_CURL_OPTION_OPTION | |||
2024-07-11 | [cmake][linux] Missed a target conversion for GLU | fuzzard | |
2024-07-11 | [cmake] core_optional_dep will propgate *_FOUND variables for build tool ↵ | fuzzard | |
searches We generally dont use targets for build tools, so we need to still propagate the *_FOUND variables through for our system to use. | |||
2024-07-11 | [FileItem] Fix mimetype content lookup | CastagnaIT | |
2024-07-11 | Merge pull request #25472 from ksooo/interfaces-modernize-pvroperations | Kai Sommerfeld | |
[interfaces] CPVROperations: Improve const-correctness. Modernize C++, clang-format the file, … | |||
2024-07-10 | [interfaces] CPVROperations: Improve const-correctness. Modernize C++. ↵ | ksooo | |
clang-format. | |||
2024-07-10 | Merge pull request #25453 from enen92/exiv_0.28.3 | Miguel Borges de Freitas | |
[depends] Bump exiv2 to v0.28.3 | |||
2024-07-10 | [depends] Bump exiv2 to v0.28.3 | enen92 | |
2024-07-10 | Map: Make CMap constructor consteval | Markus Härer | |
2024-07-10 | Map: Simplify constructor | Markus Härer | |
2024-07-10 | TestMap: Add unit test for CMap | Markus Härer | |
2024-07-10 | Map: Make access log(n) if keys can be sorted | Markus Härer | |
2024-07-09 | [Android] Replace ALooper_pollAll with ALooper_pollOnce | Jose Luis Marti | |
2024-07-09 | [cmake] Fix LibDVD* for all platforms | fuzzard | |
Oops, broke this pretty bad. Fix macros using incorrect arguments. Fix target usage of additional libs. Dont use generator expression in a variable |