Kore/app/src/main/java/org/xbmc/kore
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
..
eventclient Tweak connection threads 2019-09-28 22:10:04 +02:00
host Tweak connection threads 2019-09-28 22:10:04 +02: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 Fixed issue setting preferred locale in Settings (#689) 2019-12-02 19:15:52 +00:00
utils Fixed issue setting preferred locale in Settings (#689) 2019-12-02 19:15:52 +00:00
Settings.java Implemented changing language in-app (#680) 2019-11-15 18:11:21 +00:00