chore: refactored code

This commit is contained in:
Josia Pietsch 2024-09-11 21:07:18 +02:00
parent ac2aa49ca1
commit 6e28fbfea5
Signed by: jrpie
GPG key ID: E70B571D66986A2D
43 changed files with 1367 additions and 746 deletions

View file

@ -19,7 +19,7 @@
android:theme="@style/launcherBaseTheme">
<activity
android:name=".HomeActivity"
android:name=".ui.HomeActivity"
android:exported="true"
android:excludeFromRecents="true"
android:clearTaskOnLaunch="true"
@ -33,15 +33,15 @@
</intent-filter>
</activity>
<activity
android:name=".tutorial.TutorialActivity"
android:name="de.jrpie.android.launcher.ui.tutorial.TutorialActivity"
android:configChanges="orientation|screenSize" >
</activity>
<activity
android:name=".list.ListActivity"
android:name="de.jrpie.android.launcher.ui.list.ListActivity"
android:windowSoftInputMode="adjustResize" >
</activity>
<activity
android:name=".settings.SettingsActivity"
android:name="de.jrpie.android.launcher.ui.settings.SettingsActivity"
android:configChanges="orientation|screenSize"
android:exported="true" >
<intent-filter>