wireguard-android/ui
Jason A. Donenfeld fe61522f2a tunnel: retry DNS resolution for 10 seconds
This has several problems: 1) it blocks the main thread; 2) it doesn't
distinguish between a permanent error and a transient one; 3) the 10
seconds is hard coded; 4) there's no way for the user to cancel it.

We'll have to improve this.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2021-05-26 18:07:28 +02:00
..
sampledata Rename app module to ui 2020-03-09 19:24:27 +05:30
src tunnel: retry DNS resolution for 10 seconds 2021-05-26 18:07:28 +02:00
build.gradle build: upgrade Kotlin and turn on IR compiler 2021-03-01 15:54:54 +05:30
proguard-android-optimize.txt build: Improve R8 rules and enable aggressive optimization modes 2020-03-29 10:52:54 +05:30
proguard-rules.pro build: don't obfuscate code in minify step 2020-04-21 21:36:59 +05:30