Kore/app/src/main/java/org/xbmc/kore/ui/sections
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
..
addon Fix issue with showing multiple bookmarked addons (#678) 2019-10-14 17:58:40 +01:00
audio Add sort by year section thumb text (#659) 2019-07-10 18:57:14 +01:00
favourites Add color support to UIUtils.applyMarkup (#667) 2019-10-07 15:14:48 +01:00
file Issue/play from here (#713) 2020-02-20 19:53:00 +00:00
hosts Upgraded butterknife to 8.8.1 (#524) 2018-04-05 18:22:20 +01:00
localfile Share local files - part 2 (#693) 2019-12-16 18:37:46 +00:00
remote Share local files - part 2 (#693) 2019-12-16 18:37:46 +00:00
settings Fix preferences saving of nav drawer and bottom bar shortcuts 2019-12-08 20:12:08 +01:00
video Implemented search field for PVR views 2019-12-22 15:52:36 +00:00