Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
izderadicka committed Mar 10, 2019
1 parent 7bc7259 commit db78ae3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ Supported Android versions are from 5.0 Lollipop on ( but I'm testing only on O
You can also build it yourself with Android Studio - just checkout the project from github and
open in Android Studio.

### Insecure connection to server
I added `android:usesCleartextTraffic="true"` into application manifest, so it should be possible
to use just plain unencrypted http connection to audioserve server (but indeed this is not recommended
if server is accessible through public Internet). However I have some reports, that it is not working
on some phones (not sure why as emulated Android 9 works fine), so secure https connection would
be only option there.



License
Expand Down

0 comments on commit db78ae3

Please sign in to comment.