Kore/app/src/main/java/org/xbmc/kore
Martijn Brekhof e63fd40d9f
Issue/play from here (#713)
* Fixes race condition in MediaFileListFragment

The "Play from here" feature previously queued all songs at once using
a loop and did not wait until an add action was confirmed by Kodi
before queueing the next item. This sometimes resulted in a seemingly
random play order on Kodi.

* Fixed play from here adding first item twice

When selecting "Play from here" in the file browser the current
item is started using "playMediaFile" and the subsequent items
 are queued. However, the current item was added to the queue
list as well. Resulting in the first item always being added twice
to the playlist.
2020-02-20 19:53:00 +00:00
..
eventclient Tweak connection threads 2019-09-28 22:10:04 +02:00
host Fixed OutOfBounds exception (#708) 2020-02-13 08:46:12 +00:00
jsonrpc Tweak connection threads 2019-09-28 22:10:04 +02:00
provider Added option to sort by last played (#340) 2017-01-30 19:03:16 +00:00
service Tweak connection threads 2019-09-28 22:10:04 +02:00
ui Issue/play from here (#713) 2020-02-20 19:53:00 +00:00
utils Stream local files with NanoHTTPD server (#681) 2019-12-03 18:17:19 +00:00
Settings.java Allow sorting of PVR Recordings and optionally hide watched items. (#694) 2019-12-17 19:34:42 +00:00