Kore/app/src/main/java/org/xbmc/kore/ui
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
..
animators Redesigned playing movies on device running Kore 2018-02-09 11:23:52 +00:00
behaviors Redesigned playing movies on device running Kore 2018-02-09 11:23:52 +00:00
generic Fix preferences saving of nav drawer and bottom bar shortcuts 2019-12-08 20:12:08 +01:00
sections Issue/play from here (#713) 2020-02-20 19:53:00 +00:00
viewgroups Improved performance in SquareGridLayout (#631) 2019-04-07 13:28:32 +01:00
views Added movie ratings to movie listview items (#613) 2019-02-26 20:08:46 +00:00
widgets Add color support to UIUtils.applyMarkup (#667) 2019-10-07 15:14:48 +01:00
AbstractAdditionalInfoFragment.java Refactored AbstractDetailsFragment 2017-03-02 11:55:19 +01:00
AbstractCursorListFragment.java Fixed clearing focus on search view 2018-09-09 14:09:59 +01:00
AbstractFragment.java Refactored AbstractFragment to not depend on AbstractInfoFragment (#487) 2017-12-05 09:58:55 +00:00
AbstractInfoFragment.java Fix invisible media details in info fragment (#656) 2019-07-03 18:41:21 +01:00
AbstractListFragment.java Refactored ListView into RecycleView 2018-09-01 16:44:10 +02:00
AbstractSearchableFragment.java Implemented search field for PVR views 2019-12-22 15:52:36 +00:00
AbstractTabsFragment.java Fixed issue with running many instrumentation tests (#536) 2018-05-03 11:04:04 +01:00
BaseActivity.java Fixed issue setting preferred locale in Settings (#689) 2019-12-02 19:15:52 +00:00
BaseMediaActivity.java Tweak connection threads 2019-09-28 22:10:04 +02:00
OnBackPressedListener.java Switch PVR fragments to using tabs instead of a menu for navigation 2015-11-28 18:19:44 +00:00
RecyclerViewCursorAdapter.java Add sort by year section thumb text (#659) 2019-07-10 18:57:14 +01:00