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>
7 months ago
..
gradle/wrapper ipn: update dependencies (#432) 2 years ago
src android: do not stop running on login, and edit prefs after startLoginInteractive 7 months ago
build.gradle android: fix IllegalStateException in navigation (#643) 8 months ago
gradle.properties android: bump OSS to 1.71.x; update dependencies (#449) 1 year ago
gradlew update dependencies 2 years ago
gradlew.bat update dependencies 2 years ago
proguard-rules.pro android: modify proguard rules to not mangle Tailscale app symbols 1 year ago