Kore/app/src/main/java/org/xbmc/kore/ui
Martijn Brekhof 83527db928 Fixed issue setting preferred locale in Settings (#689)
SettingsActivity does not inherit from BaseActivity which caused
the preferred locale not to be set. This was not apparent when
switching to the Settings screen as the preferred locale would
already have been set by a previous activity which does inherit
from BaseActivity (e.g. RemoteActivity). Therefore we needed
to explicitly set the preferred locale as well in SettingsActivity.
2019-12-02 19:15:52 +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 Tweak connection threads 2019-09-28 22:10:04 +02:00
sections Fixed issue setting preferred locale in Settings (#689) 2019-12-02 19:15:52 +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
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