Refined network configuration and login UI

The login screen now labels the server input as "Server-Domain", and the network provider has been updated to automatically prepend the HTTPS protocol. The database version has been incremented, and a network security configuration has been added to allow user certificates for debugging. Additionally, the encrypted shared preferences storage name was updated.
This commit is contained in:
2026-03-03 16:30:21 +01:00
parent f3f83b7ca9
commit 37d8e8cc74
6 changed files with 13 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:usesCleartextTraffic="true"
android:networkSecurityConfig="@xml/network_security_config"
android:theme="@style/Theme.ShapPlanner">
<activity
android:name=".activities.MainActivity"