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
Jonathan Nobels cc244812a6
android/ui: prevent navigation before we've added content (#306)
Fixes tailscale/corp#19070

If the activity hadn't yet been created, we can still get an onIntent which
was assuming the navController had been instantiated.  Switched that to
and optional so that we can null check it.

Signed-off-by: Jonathan Nobels <jonathan@tailscale.com>
2 years ago
..
gradle/wrapper android: update gradle (#112) 2 years ago
src/main android/ui: prevent navigation before we've added content (#306) 2 years ago
build.gradle build.gradle, Makefile: remove custom fdroid build (#297) 2 years ago
gradle.properties build.gradle: increase JVM memory settings (#145) 2 years ago
gradlew update dependencies 2 years ago
gradlew.bat update dependencies 2 years ago