implement HomeScreen and refactor navigation to include a separate Home and Translation section

This commit is contained in:
jonasgaudian
2026-02-16 12:48:52 +01:00
parent 801b6f6404
commit 7fccda7f77
6 changed files with 382 additions and 63 deletions

View File

@@ -32,17 +32,6 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".CorrectActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="text/plain" />
</intent-filter>
</activity>
</application>