Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-10 | [pyton] update docs for artwork functions | ronie | |
2019-03-10 | Merge pull request #15702 from ksooo/pvr-guide-window-open | Kai Sommerfeld | |
[PVR] Speedup first open of Guide window. | |||
2019-03-10 | [PVR] Speedup first open of Guide window. | Kai Sommerfeld | |
2019-03-09 | Player.GetItem add "mediapath" and "dynpath" properties | DaveTBlake | |
2019-03-09 | Merge pull request #15685 from ronie/estouchy-weather | ronie | |
[Estouchy] fix missing weather temps | |||
2019-03-09 | Merge pull request #15657 from DaveTBlake/VariousArtistsFix | Dave Blake | |
Fix localised "various arists" missing from some artist lists | |||
2019-03-09 | Merge pull request #15701 from DaveTBlake/ArtistArtURLFix | Dave Blake | |
[Music]Fix listing scraped artist art when choose art on Artist Info dialog | |||
2019-03-08 | GetArtist - always fetch scraped art URLs from dataset. | DaveTBlake | |
Ensure discography is imported and exported for artist. | |||
2019-03-08 | Merge pull request #15697 from ksooo/pvr-fix-guide-window-gap-tags-info | Kai Sommerfeld | |
[PVR] Guide window: Fix gap tags information. | |||
2019-03-07 | Merge pull request #15596 from djp952/audioonlympegts-starttime | Kai Sommerfeld | |
[videoplayer][pvr] Use audio stream to determine start time of programs with no video | |||
2019-03-07 | [PVR] Fix all datetime gui labels to return empty string if datetime is invalid. | Kai Sommerfeld | |
2019-03-07 | [PVR] Guide window: Fix wrong information shown for gap tags. | Kai Sommerfeld | |
2019-03-07 | Merge pull request #15689 from phunkyfish/timer-state-error-menu | Kai Sommerfeld | |
[PVR] Fixes for broken timer handling | |||
2019-03-07 | Merge pull request #15683 from ksooo/pvr-speedup-epg-window-close | Kai Sommerfeld | |
[PVR] Speedup close of Guide window. | |||
2019-03-06 | Don't include timer in active or recording lists if timer state is ↵ | phunkyfish | |
PVR_TIMER_STATE_ERROR | |||
2019-03-06 | Don't display enabled toggle in timer settings dialog if timer state is ↵ | phunkyfish | |
PVR_TIMER_STATE_ERROR | |||
2019-03-06 | Don't display Activate/Deactivate in timer context menu if timer state is ↵ | phunkyfish | |
PVR_TIMER_STATE_ERROR | |||
2019-03-06 | [AddonVideoCodec] Initialize color_primaries to AVCOL_PRI_UNSPECIFIED | kszaq | |
0 is AVCOL_PRI_RESERVED0 and will trigger color conversion in renderer which is unnecessary. If initialized to AVCOL_PRI_UNSPECIFIED, renderer will try to guess color primaries and in most cases will not enable color coversion. | |||
2019-03-06 | [Estouchy] fix missing weather temps | ronie | |
2019-03-06 | Merge pull request #15678 from peak3d/log | Markus Pfau | |
Minor log changes | |||
2019-03-06 | [PVR] Speedup close of Guide window. | Kai Sommerfeld | |
2019-03-05 | Minor log changes | peak3d | |
2019-03-05 | Merge pull request #15675 from peak3d/mediasession | Markus Pfau | |
[Android] implement MediaSession::onMediaButtonEvent | |||
2019-03-05 | [Android] implement MediaSession::onMediaButtonEvent | peak3d | |
2019-03-04 | Use audio stream to determine start time of MPEG-TS programs with no video ↵ | Michael Brehm | |
streams | |||
2019-03-04 | [GLES] Check for UNPACK_ROW_LENGTH support on renderer instantiation, not on ↵ | kszaq | |
every LoadPlane call | |||
2019-03-04 | Merge pull request #15591 from DaveTBlake/TCPparsefix | Dave Blake | |
Fix TCP buffer parsing to find JSON statements to correctly | |||
2019-03-04 | Merge pull request #15661 from peak3d/audioplug | Markus Pfau | |
[Android] Prevent HDMI_AUDIO_PLUG intent on TV | |||
2019-03-04 | Merge pull request #15621 from Rechi/cmake/microHttpd | Rechi | |
[cmake] microhttpd: only link with libraries | |||
2019-03-04 | Merge pull request #15589 from arnova/always_player_streamdetails | Arno van Amersfoort | |
fixed: always update stream details from player (fixes #15584) | |||
2019-03-03 | [Android] Prevent HDMI_AUDIO_PLUG intent on TV | peak3d | |
2019-03-03 | [cmake] microhttpd: only link with libraries | Rechi | |
pkg-config adds the static libraries to libraries if microhttpd is a static lib | |||
2019-03-03 | [depends] microhttpd: remove build & install hacks | Rechi | |
2019-03-03 | Merge pull request #15654 from peak3d/mediasession | Markus Pfau | |
[Android] generate keypress for mediasession actions | |||
2019-03-03 | [Android] generate keypress if mediasession action arrives and kodi has focus | peak3d | |
2019-03-03 | [ios/cmake] - ensure that CURRENT_ARCH is set by cmake when calling ↵ | Memphiz | |
Codesing.command | |||
2019-03-03 | Stop excluding artist with name that matches the current localised string ↵ | DaveTBlake | |
for "Various artists". | |||
2019-03-03 | [ios/windowing] - cache internal touch screen resolution because when going ↵ | Memphiz | |
from external to internal screen - display settings want to know these before actually switching to internal. As we rely on eaglbounds we can't tell the internal resolution before switching - so we have to give back the cached results. - fixes touch screen issues due to wrong resolution for older ios9 32bit devices like ipad2 - while still maintaining the fix for external screens | |||
2019-03-03 | Merge pull request #15653 from ronie/albumrating | Martijn Kaijser | |
[music] format album rating | |||
2019-03-02 | [music] format album rating | ronie | |
2019-03-02 | Merge pull request #15649 from peak3d/3d | Markus Pfau | |
[Android] Fix monoscopic/2D viewrect calcuation | |||
2019-03-02 | In Repository, don't set content encoding to gzip explicitly | Craig Andrews | |
Instead, rely on the default behavior to request all supported encodings | |||
2019-03-02 | In ScraperUrl, don't set content encoding to gzip explicitly | Craig Andrews | |
Instead, rely on the default behavior to request all supported encodings | |||
2019-03-02 | [curl] Use the response header to determine if content is encoded | Craig Andrews | |
The response header should be used to determine if the response is encoded. Using the request header could be incorrect; the request could have asked for content encoding, but the server may not have done so. | |||
2019-03-02 | [Android] Fix monoscopic/2D viewrect calcuation | peak3d | |
2019-03-02 | Merge pull request #15646 from Rechi/cleanup/includeGuards | Rechi | |
[cleanup] remove include guards | |||
2019-03-02 | Revert "[ios/WinSystem] - instead of using the eaglbounds for determining ↵ | Memphiz | |
the size of the internal screen - simply use the scerensize from UIScreen and exchange width with height (because the screen is installed 90° rotated). This fixes traversing back from external to internal screen which resulted in getting the eaglbounds from the external screen * screenscale from the internal (and lead to non-working touch input)" This reverts commit acf176f49cd1cd75a1cb51d56c12d049d17ec225. | |||
2019-03-02 | [ios/signing] - added old ldid for 32bit for fixing fake signing for 32 bit ↵ | Memphiz | |
builds | |||
2019-03-02 | [cleanup] remove include guards | Rechi | |
2019-03-01 | Merge pull request #15640 from ksooo/pvr-fix-switchchannel-crash | Kai Sommerfeld | |
[PVR] Fix crash on channel switch when no pvr client is enabled. |