Ensure upwards compatibility of themes and preferences

The app now saves which version was used the last time and recognizes, 
if something changed / settings have to be adjusted to fit the version.
This commit is contained in:
Finn M Glas 2020-06-24 11:11:09 +02:00
parent abcc1870fc
commit 08d4a6c2ef
No known key found for this signature in database
GPG key ID: 902A30146014DFBF
9 changed files with 99 additions and 109 deletions

View file

@ -12,7 +12,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/finnmglasTheme">
android:theme="@style/baseTheme">
<activity android:name=".HomeActivity"
android:screenOrientation="portrait"