Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-19 | Merge pull request #17499 from fritsch/volleia | phunkyfish | |
Android: Don't reset user set volume | |||
2020-04-19 | Merge pull request #17541 from oldk1331/Leia-pause-when-unplug | phunkyfish | |
[Backport][Android] pause audio playback when headphone is disconnected | |||
2020-04-19 | Merge pull request #17569 from ChrisEt/backport-zip-extendedheader | phunkyfish | |
[PR17065 backport] added support for ZIP extended local headers | |||
2020-04-19 | fixed checking if proxy and username pass are empty | roke | |
2020-04-19 | [LanguageCodes] Add "Swiss german" and "Portuguese (Brazil)" | howie-f | |
2020-04-16 | Merge pull request #17648 from ronie/fixfix | ronie | |
[Estuary] fix navigation in skinsettings | |||
2020-04-16 | Merge pull request #17670 from Paxxi/stackoverflow2 | Pär Björklund | |
[backport] Fix stack overflow when trying to find nfo files in a rar file. | |||
2020-04-13 | Fix stack overflow when trying to find nfo files in a rar file. | Pär Björklund | |
2020-04-11 | Implement range check in URIUtils::resolvePath | enen92 | |
2020-04-10 | [Estuary] fix navigation in skinsettings | ronie | |
2020-04-08 | Merge pull request #17622 from peak3d/leia_unfocusall | Markus Pfau | |
[Backport] Don't send UNFOCUS_ALL after touch action | |||
2020-04-07 | Merge pull request #17613 from peak3d/leia_ndk2jni | Markus Pfau | |
[Android][Backport] MediaCodec: Use JNI instead NDK | |||
2020-04-06 | Merge pull request #17466 from kambala-decapitator/leia-ios-safe-area-GUI | Andrey Filipenkov | |
[backport][ios] apply safe area insets to Kodi GUI | |||
2020-04-06 | [Backport] Don't send UNFOCUS_ALL after touch action | peak3d | |
2020-04-05 | [Android][Backport] MediaCodec: Use JNI instead NDK | peak3d | |
2020-04-05 | Merge pull request #17598 from samnazarko/profile_fix_leia | Garrett Brown | |
CProfileManager: do not wait for bool uiInitializationFinished | |||
2020-04-01 | CProfileManager: do not wait for bool uiInitializationFinished or skins will ↵ | Sam Nazarko | |
load without all elements ready Signed-off-by: Sam Nazarko <email@samnazarko.co.uk> | |||
2020-03-29 | Merge pull request #17549 from ronie/Leia-fav-crash | ronie | |
[Leia] Favourites Dialog - fix crash | |||
2020-03-27 | added support for ZIP extended local headers | ChrisEt | |
2020-03-26 | Merge pull request #17557 from fritsch/revertmaxminleia | Peter Frühberger | |
Revert "DVDVideoCodecAndroidMediaCodec: Properly set MAX WIDTH and MAX_HEIGHT | |||
2020-03-25 | Revert "DVDVideoCodecAndroidMediaCodec: Properly set MAX WIDTH and MAX ↵ | fritsch | |
HEIGHT (thanks to cerarp)" This reverts commit 4b95b0fd2366754c8cf4cc3f2db68b5819a960cb. | |||
2020-03-25 | Merge pull request #17542 from AlwinEsch/Leia-fix | Alwin Esch | |
[backport][addons][vfs] fix Kodi start crash if incompatible VFS addon present | |||
2020-03-23 | [Leia] Favourites Dialog - fix crash | ronie | |
2020-03-23 | Merge pull request #17413 from howie-f/fix-lockpref-saving-v18 | fuzzard | |
[profiles] restore saving lock preferences | |||
2020-03-23 | [addons][vfs] fix Kodi start crash if incompatible VFS addon present | Alwin Esch | |
Before does Kodi always crash if a incompatible VFS addon was present, that was comming during his version checks on start and try to send a GUI message without a available GUI! This add a check about GUIManager is present and prevent his call if not. The wanted message is still be shown as this is cached and handled after GUI start. Backtrace: ``` Thread 1 "kodi-x11" received signal SIGSEGV, Segmentation fault. 0x00005555565a00c4 in CGUIComponent::GetWindowManager() () (gdb) bt ``` | |||
2020-03-22 | [Android] pause audio playback when headphone is disconnected | Qian Yun | |
2020-03-17 | Merge pull request #17485 from AlwinEsch/leia-fix-listview | Alwin Esch | |
[backport][vfs][addons] fix title show of compressed package dir | |||
2020-03-14 | Merge pull request #17450 from AlwinEsch/Leia-fix-change | Alwin Esch | |
[backport][addons] fix stupid circumstance with addon settings on folder with file extension | |||
2020-03-14 | Android: Don't reset user set volume | fritsch | |
2020-03-14 | Do not force flip for hebrew/arabic languages | CastagnaIT | |
2020-03-14 | Revert "[subtitles] decode html escape characters (reverted from commit ↵ | CastagnaIT | |
56ff2ab08874ab78b7341be092aed0d9b37bb175)" This reverts commit 3044a1367e819e9a63a7856df51ffcbea5dfc230. | |||
2020-03-13 | Merge pull request #17464 from fritsch/multiintleia | Peter Frühberger | |
Revert "AESinkAudioTrack: Support multi channel float" | |||
2020-03-12 | [vfs][addons] fix title show of compressed package dir | Alwin Esch | |
On requests 17066 (Matrix) and 17407 (Leia) was this changed to use the whole item from addon, but seen now that it remove then before defined list item title. This Partially revert the previous change and set now only path like before. The rest stay onchanged and work confirmed. This much nowhere else since many places took the path when title was empty. However, there are also places that absolutely need the title. | |||
2020-03-10 | [ios] disable GUI insets for external screen | Andrey Filipenkov | |
2020-03-10 | [ios] apply safe area insets to Kodi GUI | Andrey Filipenkov | |
instead of resizing native GL view, insets are applied to CGraphicContext::GetGUIScaling(): GUI isn't obscured by the notch while video plays in full screen | |||
2020-03-10 | Merge pull request #17386 from howie-f/stop-bypassing-lock-v18 | fuzzard | |
[backport][WM] Stop bypassing lockcode of mediasources | |||
2020-03-09 | Revert "AESinkAudioTrack: Support multi channel float" | fritsch | |
This reverts commit 12abe3193561d340a5f484e2102b7909dda0828d. | |||
2020-03-07 | [addons] fix stupid circumstance with addon settings on folder with file ↵ | Alwin Esch | |
extension Found this when adding settings to vfs.rar. There called this place with "special: //profile/addon_data/vfs.rar", this was seen by "CFileDirectoryFactory::Create" as a file and tried to open with vfs.rar addon. This logically leads to an error because it is only a folder. The slash is left now on the folder so that it is recognized as a folder. | |||
2020-03-06 | Merge pull request #17439 from peak3d/leia_gnutls | Markus Pfau | |
[Backport] bump gnutls (3.6.11.1) and nettle(3.5.1) | |||
2020-03-05 | [Backport] bump gnutls (3.6.11.1) and nettle(3.5.1) | peak3d | |
2020-02-29 | Merge pull request #17419 from DaveTBlake/bump_18.618.6-Leia | Dave Blake | |
Bump for 18.6 final | |||
2020-02-29 | Bump for 18.6 final | DaveTBlake | |
2020-02-27 | [profiles] fix: save lock preferences | howie-f | |
2020-02-27 | Merge pull request #17407 from AlwinEsch/Leia-fix-vfs-addon-view | Alwin Esch | |
[backport][vfs][addons] fix media view from addon given content | |||
2020-02-27 | [vfs][addons] fix media view from addon given content | Alwin Esch | |
Before was by opening of e.g. RAR file(s) the view on Videos, Music... not shown. Change only related to VFS addons in CFileDirectoryFactory, all other formats not affected. Inside compressed files seems a m_bIsFolder of CFile as true not to handle the source from addon correct. | |||
2020-02-26 | Merge pull request #17383 from AlwinEsch/Leia-fix-depends-target-set | Alwin Esch | |
[backport][depends] set CMAKE_SYSTEM_PROCESSOR on Toolchain_*.cmake.in files | |||
2020-02-26 | Merge pull request #17384 from AlwinEsch/Leia-add-mimetype | Dave Blake | |
[backport] add image mime type for support over imagedecoder.raw | |||
2020-02-26 | Merge pull request #17395 from Maven85/region_time_leia | Dave Blake | |
[backport][python] fixed incorrectly formatted region time | |||
2020-02-26 | Merge pull request #17406 from peak3d/leia_dv | Dave Blake | |
[Backport] Allow DolbyVision streams passed from inputstream addons | |||
2020-02-26 | [Backport] Allow DolbyVision streams passed from inputstream addons | peak3d | |