Added app language support (I think); fragments rely on Bundles instead of constructor parameters to get data, mitigating a source of crashes

This commit is contained in:
denizk0461
2023-04-30 22:47:59 +02:00
parent 7243df0f06
commit 079e66ad50
23 changed files with 619 additions and 472 deletions
+8 -1
View File
@@ -13,7 +13,8 @@
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/Theme.StudIPTimetable"
tools:targetApi="31">
tools:targetApi="33"
android:localeConfig="@xml/locales_config">
<activity
android:name=".activity.MainActivity"
@@ -31,6 +32,12 @@
android:exported="false"
android:theme="@style/Theme.StudIPTimetable">
</activity>
<activity
android:name=".activity.ImageActivity"
android:exported="false"
android:theme="@style/Theme.StudIPTimetable">
</activity>
</application>
</manifest>