Kore/app/src/main/java/org/xbmc/kore/jsonrpc
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
..
event Fixed issue with recursing music items 2016-05-10 15:08:38 +02:00
method Fix addons content sort 2019-07-01 20:57:53 +02:00
notification Implemented showing playlists even when not playing (#618) 2019-03-30 11:08:58 +00:00
type Fixed refreshing playlist on HTTP connections (#740) 2020-05-25 19:53:23 +01:00
ApiCallback.java fix up typo on ApiCallback.onSucess() 2015-03-16 11:33:40 -07:00
ApiException.java Implemented showing playlists even when not playing (#618) 2019-03-30 11:08:58 +00:00
ApiFuture.java AndroidX migration 2020-04-26 19:13:07 +02:00
ApiList.java Fixed issue with recursing music items 2016-05-10 15:08:38 +02:00
ApiMethod.java Added support for pausing when phone in call 2016-01-30 17:32:00 +02:00
ApiNotification.java Add support for handling Player.OnResume event through TCP 2018-05-04 21:10:06 +02:00
HostConnection.java Tweak connection threads 2019-09-28 22:10:04 +02:00