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/src
kari-ts 460736a151
android: add All() to state store implementation (#673)
Android has its own SharedPreferences-backed implementation of ipn.StateStore. Due to https://github.com/golang/go/issues/13445, we bundle the key list into a single primitive and unpack it in Go in our All() implementation.
This also adds a compile-time check to prevent drift the interface.

Updates tailscale/tailscale#15830

Signed-off-by: kari-ts <kari@tailscale.com>
6 months ago
..
androidTest/kotlin/com/tailscale/ipn android: fix MainActivityTest (#550) 1 year ago
main android: add All() to state store implementation (#673) 6 months ago
test android/src/main: show exit node information in the permanent notification (#642) 8 months ago