Kore/app/src/main/java/org/xbmc/kore/utils
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
..
BasicAuthUrlConnectionDownloader.java Switched HTTP library. Using OkHttp explicitly now, instead of the default Android one, which varies acroos OS versions. 2015-04-18 10:52:31 +01:00
CharacterDrawable.java Changed namespace/appid to org.xbmc.kore 2015-03-09 21:35:18 +00:00
FileDownloadHelper.java Support local play when Kodi requires authentication 2018-09-27 03:12:45 +02:00
JsonUtils.java Fix ClassCastException on getting lists from json rpc 2015-03-24 19:29:28 +00:00
LogUtils.java Implemented a slideup panel with media controls and info (#320) 2017-07-13 19:10:49 +01:00
MediaPlayerUtils.java Refactored org.xbmc.kore.ui package into separate packages 2016-12-29 18:27:40 +00:00
NetUtils.java Cleanup unused methods 2016-02-22 15:11:20 +02:00
RepeatListener.java Change vibration duration to 50ms 2015-07-28 22:43:37 +01:00
SelectionBuilder.java Add next episodes section to tv show details screen 2016-12-16 19:24:28 +00:00
SharedElementTransition.java Refactored AbstractDetailsFragment 2017-03-02 11:55:19 +01:00
TabsAdapter.java Addon content in addons activity tabs 2016-05-04 09:40:30 +01:00
UIUtils.java Add color support to UIUtils.applyMarkup (#667) 2019-10-07 15:14:48 +01:00
Utils.java Fixed issue setting preferred locale in Settings (#689) 2019-12-02 19:15:52 +00:00