You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.
FYI: Currently I'm struggling to get the app running in my development environment but as soon as I'm able to deploy code to my device, I'm going to try the second solution, the implementation using OkHttp.
Reasons:
The code says right now //TODO use a more sophisticated library and OkHttp seems to be a solid solution for that
Network Security Configuration requires at least Android 7.0 or API level 24 which would lock out the app from being used on older smartphones (6.x seems to have a market share of > 10 %, still)
Certificate pinning: We currently rely on android to verify the server tls certificate. This can in theory allow mitm-attacks!
The text was updated successfully, but these errors were encountered: