SchildiChat-android/vector
Toby Murray 33337bd772 Allow cleartext to some LAN domains
This functionality exists in the desktop client, so hoping to mirror that as much as Android allows

This addresses a number of the use cases touched on in #1793. Enabling clear text to various official and standard LAN-only domains means it's easier to develop the Android application, as a Matrix server can be deployed locally without much fuss anywhere on the developer's LAN. This can reduce the reliance on a DNS or SSL certificates when neither are really relevant to the functionality of the client/server. In particular, managing SSL certs without a public domain is a pain in the butt.

At the same time, this does not significantly diminish the security of Element Android, as at the current time these domains are either explicitly not valid TLDs or conventionally not TLDs (so would be an unexpected change if they were to become so). In the event e.g. `.home` becomes a TLD, it would be appropriate to remove it from this list.
2021-04-30 00:47:57 -04:00
..
sampledata Add Rooms to space 2021-04-28 11:15:58 +02:00
signature
src Allow cleartext to some LAN domains 2021-04-30 00:47:57 -04:00
.gitignore
build.gradle master branch has been renamed to main 2021-04-29 12:29:52 +02:00
lint.xml Fix issue with Locale folder. 2021-03-10 21:54:11 +01:00
proguard-rules.pro