aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-19Merge pull request #17499 from fritsch/volleiaphunkyfish
Android: Don't reset user set volume
2020-04-19Merge pull request #17541 from oldk1331/Leia-pause-when-unplugphunkyfish
[Backport][Android] pause audio playback when headphone is disconnected
2020-04-19Merge pull request #17569 from ChrisEt/backport-zip-extendedheaderphunkyfish
[PR17065 backport] added support for ZIP extended local headers
2020-04-19fixed checking if proxy and username pass are emptyroke
2020-04-19[LanguageCodes] Add "Swiss german" and "Portuguese (Brazil)"howie-f
2020-04-16Merge pull request #17648 from ronie/fixfixronie
[Estuary] fix navigation in skinsettings
2020-04-16Merge pull request #17670 from Paxxi/stackoverflow2Pär Björklund
[backport] Fix stack overflow when trying to find nfo files in a rar file.
2020-04-13Fix stack overflow when trying to find nfo files in a rar file.Pär Björklund
2020-04-11Implement range check in URIUtils::resolvePathenen92
2020-04-10[Estuary] fix navigation in skinsettingsronie
2020-04-08Merge pull request #17622 from peak3d/leia_unfocusallMarkus Pfau
[Backport] Don't send UNFOCUS_ALL after touch action
2020-04-07Merge pull request #17613 from peak3d/leia_ndk2jniMarkus Pfau
[Android][Backport] MediaCodec: Use JNI instead NDK
2020-04-06Merge pull request #17466 from kambala-decapitator/leia-ios-safe-area-GUIAndrey Filipenkov
[backport][ios] apply safe area insets to Kodi GUI
2020-04-06[Backport] Don't send UNFOCUS_ALL after touch actionpeak3d
2020-04-05[Android][Backport] MediaCodec: Use JNI instead NDKpeak3d
2020-04-05Merge pull request #17598 from samnazarko/profile_fix_leiaGarrett Brown
CProfileManager: do not wait for bool uiInitializationFinished
2020-04-01CProfileManager: 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-29Merge pull request #17549 from ronie/Leia-fav-crashronie
[Leia] Favourites Dialog - fix crash
2020-03-27added support for ZIP extended local headersChrisEt
2020-03-26Merge pull request #17557 from fritsch/revertmaxminleiaPeter Frühberger
Revert "DVDVideoCodecAndroidMediaCodec: Properly set MAX WIDTH and MAX_HEIGHT
2020-03-25Revert "DVDVideoCodecAndroidMediaCodec: Properly set MAX WIDTH and MAX ↵fritsch
HEIGHT (thanks to cerarp)" This reverts commit 4b95b0fd2366754c8cf4cc3f2db68b5819a960cb.
2020-03-25Merge pull request #17542 from AlwinEsch/Leia-fixAlwin Esch
[backport][addons][vfs] fix Kodi start crash if incompatible VFS addon present
2020-03-23[Leia] Favourites Dialog - fix crashronie
2020-03-23Merge pull request #17413 from howie-f/fix-lockpref-saving-v18fuzzard
[profiles] restore saving lock preferences
2020-03-23[addons][vfs] fix Kodi start crash if incompatible VFS addon presentAlwin 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 disconnectedQian Yun
2020-03-17Merge pull request #17485 from AlwinEsch/leia-fix-listviewAlwin Esch
[backport][vfs][addons] fix title show of compressed package dir
2020-03-14Merge pull request #17450 from AlwinEsch/Leia-fix-changeAlwin Esch
[backport][addons] fix stupid circumstance with addon settings on folder with file extension
2020-03-14Android: Don't reset user set volumefritsch
2020-03-14Do not force flip for hebrew/arabic languagesCastagnaIT
2020-03-14Revert "[subtitles] decode html escape characters (reverted from commit ↵CastagnaIT
56ff2ab08874ab78b7341be092aed0d9b37bb175)" This reverts commit 3044a1367e819e9a63a7856df51ffcbea5dfc230.
2020-03-13Merge pull request #17464 from fritsch/multiintleiaPeter Frühberger
Revert "AESinkAudioTrack: Support multi channel float"
2020-03-12[vfs][addons] fix title show of compressed package dirAlwin 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 screenAndrey Filipenkov
2020-03-10[ios] apply safe area insets to Kodi GUIAndrey 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-10Merge pull request #17386 from howie-f/stop-bypassing-lock-v18fuzzard
[backport][WM] Stop bypassing lockcode of mediasources
2020-03-09Revert "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-06Merge pull request #17439 from peak3d/leia_gnutlsMarkus 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-29Merge pull request #17419 from DaveTBlake/bump_18.618.6-LeiaDave Blake
Bump for 18.6 final
2020-02-29Bump for 18.6 finalDaveTBlake
2020-02-27[profiles] fix: save lock preferenceshowie-f
2020-02-27Merge pull request #17407 from AlwinEsch/Leia-fix-vfs-addon-viewAlwin Esch
[backport][vfs][addons] fix media view from addon given content
2020-02-27[vfs][addons] fix media view from addon given contentAlwin 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-26Merge pull request #17383 from AlwinEsch/Leia-fix-depends-target-setAlwin Esch
[backport][depends] set CMAKE_SYSTEM_PROCESSOR on Toolchain_*.cmake.in files
2020-02-26Merge pull request #17384 from AlwinEsch/Leia-add-mimetypeDave Blake
[backport] add image mime type for support over imagedecoder.raw
2020-02-26Merge pull request #17395 from Maven85/region_time_leiaDave Blake
[backport][python] fixed incorrectly formatted region time
2020-02-26Merge pull request #17406 from peak3d/leia_dvDave Blake
[Backport] Allow DolbyVision streams passed from inputstream addons
2020-02-26[Backport] Allow DolbyVision streams passed from inputstream addonspeak3d