Update default texts, admin UI improvements, Kiosk Mode prep, and fix image gallery saving

This commit is contained in:
2026-06-12 23:02:30 +02:00
parent eee19ad208
commit c05b71b53d
52 changed files with 1027 additions and 31 deletions
@@ -0,0 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
<application android:usesCleartextTraffic="true" tools:targetApi="28" tools:ignore="GoogleAppIndexingWarning" tools:replace="android:usesCleartextTraffic" />
</manifest>