aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-08Merge pull request #22106 from fuzzard/v20_b120.0b1-Nexusfuzzard
[V20 Beta1] bump version code and addon api for v20 beta1
2022-11-08[V20 Beta1] bump version code and addon api for v20 beta1fuzzard
2022-11-07Merge pull request #22105 from ksooo/video-fix-merge-accidentKai Sommerfeld
[video] Fix merge mistake for #22097
2022-11-07Revert "[video][PVR] Feature: Continue watching TV shows, seasons, movie ↵Kai Sommerfeld
sets and PVR recordings folders via context menu or action 'play'." This reverts commit 93c525bb448c5e1ba279567b8e72a34b7845e127.
2022-11-07[music] MUSIC_UTILS::IsItemPlayable: Fix detection of music playlists.Kai Sommerfeld
2022-11-07Merge pull request #22097 from ksooo/video-ctx-menusKai Sommerfeld
[video] Migrate Play/Queue context menu items to 'new' context menu system
2022-11-07[video] Add context menu item 'Browse into'.Kai Sommerfeld
2022-11-07[video] Migrate CONTEXT_BUTTON_(PLAY_ITEM|QUEUE_ITEM|PLAY_NEXT) to 'new' ↵Kai Sommerfeld
context menu system.
2022-11-07[video][PVR] Feature: Continue watching TV shows, seasons, movie sets and ↵Kai Sommerfeld
PVR recordings folders via context menu or action 'play'.
2022-11-07Merge pull request #22104 from joseluismarti/ndk-gdbfuzzard
[Android] Some changes for debugging with ndk-gdb
2022-11-06Update how to start ndk-gdbJose Luis Marti
2022-11-06Clean the code that prepared gdbserver and gdb.setupJose Luis Marti
2022-11-06Copy Android.mk to the package folderJose Luis Marti
2022-11-07Merge pull request #22100 from joseluismarti/revert-22089-ndk-buildfuzzard
Revert "[Android] ndk-build: delete Android.mk and Application.mk"
2022-11-06Merge pull request #22036 from garbear/game-agent-refactorGarrett Brown
Games: Refactor port mapping into new Agent Manager
2022-11-06Merge pull request #22102 from ksooo/estuary-revert-default-click-actionKai Sommerfeld
Revert "[Estuary] Home screen: TV/Radio: On click, open the Guide window, not the Channels window.
2022-11-06Revert "[Estuary] Home screen: TV/Radio: On click, open the Guide window, ↵Kai Sommerfeld
not the Channels window." This reverts commit 5f9ad7926118fe92d8afad71d4afeeeff67b749b.
2022-11-06Revert "[Android] ndk-build: delete Android.mk and Application.mk"Jose Luis Marti
2022-11-06Merge pull request #22096 from fuzzard/win_buildsetup_arm64fuzzard
[win] Buildsetup.bat add arm64 nsis registry check
2022-11-06Merge pull request #22098 from thexai/no-bluefuzzard
[Windows] BuildSetup.bat: removes blue color from terminal
2022-11-06[Windows] BuildSetup.bat: removes blue color from terminalthexai
2022-11-06[win] Buildsetup.bat add arm64 nsis registry checkfuzzard
This allows an arm64 host to use BuildSetup.bat to create a packaged executable
2022-11-06Merge pull request #22094 from ksooo/favourites-window-refreshKai Sommerfeld
[favourites] CGUIWindowFavourites: Refresh content on item removal.
2022-11-06Merge pull request #20420 from razzeee/mergablefuzzard
Add new mergable rule for release
2022-11-06Merge pull request #22082 from rubpa/picthumbsfuzzard
[Pictures] fix race condition in thumbnails loading
2022-11-06Merge pull request #21930 from joseluismarti/atv13-all-filesfuzzard
[Android] All Files Access permission in Android TV
2022-11-05Merge pull request #22093 from ksooo/pvr-misc-fixesKai Sommerfeld
[PVR] Misc recordings-related fixes
2022-11-05[favourites] CGUIWindowFavourites: Refresh content on item removal.Kai Sommerfeld
2022-11-05[pvr] clang-format xbmc/pvr/recordings/PVRRecordingsPath.(cpp|h)Kai Sommerfeld
2022-11-05Merge pull request #22092 from ksooo/music-ctx-menusKai Sommerfeld
[music] Context menu fixes/changes
2022-11-05Games: Improve agent manager organization and documentationGarrett Brown
2022-11-05Games: Refactor port mapping into new Agent ManagerGarrett Brown
2022-11-05[music] Fix CMusicDatabaseDirectory::IsAllItem to determine flattened 'all ↵Kai Sommerfeld
albums' directories.
2022-11-05[music] Fix MUSIC_UTILS::IsItemPlayable to use active window only as last ↵Kai Sommerfeld
resort to not restrict playback capabilities too much.
2022-11-05[contextmenumanager] Rename classes for playing / queing videos so the name ↵Kai Sommerfeld
is more speaking."
2022-11-05[contextmenumanager] Align positions for music and video play|queue menu ↵Kai Sommerfeld
items. Put them always on top of other items. Before this commit, video was on top, music was at bottom.
2022-11-05[video] When storing last played to database, set new last played time at ↵Kai Sommerfeld
video tag so the tag has latest data immediately.
2022-11-05[fileitem] Correctly set the 'canqueue' attribute for PVR items.Kai Sommerfeld
2022-11-05[PVR] Fix crash on attempt to play a non-existing recording (e.g. clicking a ↵Kai Sommerfeld
favourite with URL for a no longer existing recording.
2022-11-05[PVR] CPVRRecording: Set resume point total time only if resume time is ↵Kai Sommerfeld
greater than zero. CBookmark::IsSet shall return false if we have no resume time.
2022-11-05[PVR] CPVRGUIDirectory must set the correct itemlist content type for ↵Kai Sommerfeld
recordings listings.
2022-11-05[PVR] Obtain last played time for recordings from video database.Kai Sommerfeld
2022-11-05[PVR] Ensure recording path URLs end with a slash.Kai Sommerfeld
2022-11-05Merge pull request #22091 from samnazarko/osmc_rf_update_2022fuzzard
Update OSMC controller support definition to match new VID/PID
2022-11-05Update OSMC controller support definition to match new VID/PIDSam Nazarko
Signed-off-by: Sam Nazarko <email@samnazarko.co.uk>
2022-11-04Merge pull request #22089 from joseluismarti/ndk-buildfuzzard
[Android] ndk-build: delete Android.mk and Application.mk
2022-11-04[Pictures] fix race condition in thumbnails loadingrubpa
2022-11-03[Android] ndk-build: delete Android.mk and Application.mkJose Luis Marti
2022-11-03Merge pull request #22088 from joseluismarti/breakpadfuzzard
[Android] remove google breakpad script
2022-11-03[Android] remove google breakpad scriptJose Luis Marti