You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale-android/android
Brett Jenkins 6348bb254a
Prevent connecting loops when using connect intent more than once (#95)
* startvpnworker.java: prevent connecting loops

If start intent called more than once.

Turns out there were still some cases where the bug would occur, also it turns out checking the status of a VPN connection isn't foolproof in android, so this is a safer way to fix it, we just ensure that the autoConnect var is set to false when disconnecting.

Fixes: https://github.com/tailscale/tailscale/issues/8013

Signed-off-by: Brett Jenkins <brett@brettjenkins.co.uk>
2 years ago
..
gradle/wrapper android: update gradle (#112) 2 years ago
src Prevent connecting loops when using connect intent more than once (#95) 2 years ago
build.gradle android: update Android Gradle Plugin as recommended by Android Studio 2 years ago
gradle.properties all: initial commit 6 years ago
gradlew all: initial commit 6 years ago
gradlew.bat all: initial commit 6 years ago