Kore/app/src/main/java/org/xbmc/kore/jsonrpc/type
Martijn Brekhof 6ed64bf9f9
Fixed refreshing playlist on HTTP connections (#740)
When Kore retrieves the data over HTTP the playlist would be
refreshed every 4 seconds. This caused the playlist to jump to
the top when scrolled down. This has been fixed by checking if
the new playlist is different from the current playlist. If not
nothing changes.
2020-05-25 19:53:23 +01:00
..
AddonType.java remove [] formatting (#353) 2017-02-20 19:05:49 +00:00
ApiParameter.java Changed namespace/appid to org.xbmc.kore 2015-03-09 21:35:18 +00:00
ApplicationType.java Changed namespace/appid to org.xbmc.kore 2015-03-09 21:35:18 +00:00
AudioType.java Changed namespace/appid to org.xbmc.kore 2015-03-09 21:35:18 +00:00
FavouriteType.java Support getting favourites in Kore (#81) (#384) 2017-05-09 18:35:21 +01:00
FilesType.java Add json rpc method/types to support file browsing/playing 2015-03-17 19:37:16 -07:00
GlobalType.java Workaround for issue #78: https://github.com/xbmc/Kore/issues/78 2015-05-25 22:37:32 +01:00
ItemType.java Add json rpc method/types to support file browsing/playing 2015-03-17 19:37:16 -07:00
LibraryType.java Changed namespace/appid to org.xbmc.kore 2015-03-09 21:35:18 +00:00
ListType.java Fixed refreshing playlist on HTTP connections (#740) 2020-05-25 19:53:23 +01:00
MediaType.java Changed namespace/appid to org.xbmc.kore 2015-03-09 21:35:18 +00:00
PVRType.java Fix time parsing/display in EPG. Always use UTC for parsing datetimes. 2015-12-16 19:05:41 +00:00
PlayerType.java Implemented MediaProgressIndicator widget to allow for code sharing (#405) 2017-06-20 19:05:27 +01:00
PlaylistType.java Change share intent behaviour: if a video is already playing, queue the shared file, otherwise start playing it immediately. 2015-04-10 19:51:44 +01:00
VideoType.java Add support to see all cast on now playing screen 2015-07-29 18:37:28 +01:00