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
kari-ts 2cfebbe495 android: do not stop running on login, and edit prefs after startLoginInteractive
Previously: start, edit prefs with wantRunning=false, then startLoginInteractive
Now: 1. editPrefs() with WantRunning=true, LoggedOut=false if AuthKey != null
     2. start() -> boots tailscaled; if an AuthKey was provided and WantRunning/LoggedOut were set
        to true/false in step 1, backend will attempt to log in immediately.
     3. startLoginInteractive() if LoggedOut wasn't set to false in step 1 and the user will be
        directed to a URL to compelte authentication
Do not call wantRunning=false; the route clearing issue requiring that is resolved.

Updates tailscale/corp#24002

Signed-off-by: kari-ts <kari@tailscale.com>
8 months ago
..
gradle/wrapper
src android: do not stop running on login, and edit prefs after startLoginInteractive 8 months ago
build.gradle
gradle.properties
gradlew
gradlew.bat
proguard-rules.pro