-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
The app level AndroidManifest currently uses the application tag attribute android:usesCleartextTraffic="true".
This is a QOL move for this stage of development, as it permits the use of both local and cloud backends with dynamic IPs that don't yet support TLS. The alternative is constantly updating a network security config with the latest path to your backend API.
This is a temporary configuration that must change at some point.