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/cmd/tailscale
Elias Naur 1b402aebb0 cmd/tailscale,java/com/tailscale/ipn: always register the Peer Fragment
Before this change, the Peer would be registered across Activity restarts
but not after Activity destruction (for example, when the user pressed the
back button).

Use the newer Gio ViewEvent API for tracking the Activity lifecycle and
the most recent Activity reference.

Move Java calls that need an Activity from Peer to App, leaving Peer solely
as a method for receiving onActivityResult.

Fixes tailscale/tailscale#670

Signed-off-by: Elias Naur <mail@eliasnaur.com>
4 years ago
..
backend.go cmd/tailscale,go.*: fix network hangs on Huawei devices 4 years ago
callbacks.go cmd/tailscale,java/com/tailscale/ipn: always register the Peer Fragment 4 years ago
google.png cmd/tailscale: add Google sign-in button 4 years ago
logo.go cmd/tailscale: add Google sign-in button 4 years ago
main.go cmd/tailscale,java/com/tailscale/ipn: always register the Peer Fragment 4 years ago
multitun.go cmd/tailscale: wait for previous tunnel(s) to close before establishing new 4 years ago
pprof.go all: initial commit 5 years ago
store.go cmd/tailscale: implement Google ID sign-in 4 years ago
tailscale.png all: initial commit 5 years ago
tools.go cmd/tailscale,go.*: track go-bindata tool version in go.mod 4 years ago
ui.go cmd/tailscale: make intro screen scrollable 4 years ago