Kore/app/src
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
..
androidTest Implemented UI tests for PlaylistFragment (#658) 2019-09-30 12:35:17 +01:00
debug Implemented UI tests for PlaylistFragment (#658) 2019-09-30 12:35:17 +01:00
main Fixed issue setting preferred locale in Settings (#689) 2019-12-02 19:15:52 +00:00
test Updated gradle and compile and target SDK version (#640) 2019-06-03 10:50:31 +01:00