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/main/java/com/tailscale/ipn
kari-ts 9492b01946
cmd/tailscale, tailscale/ipn: fix alway-on VPN (#168)
=If a ConnectEvent is received before the first notification, (as happens when a connection is attempted due to always-on after device reboot) create state.Prefs.
-Create an intent to start the VPN worker in the case of an always-on intent received on device reboot
-Rename onConnect channel to onVPNRequested, since this isn't doing the actual connecting

Fixes tailscale/tailscale#2481

Signed-off-by: kari-ts <kari@tailscale.com>
4 months ago
..
ui android: add kotlin dependencies build the kotlin->go localAPIClient (#173) 4 months ago
App.java cmd/tailscale, tailscale/ipn: fix alway-on VPN (#168) 4 months ago
DnsConfig.java DnsConfig: get rid of unnecessary isEmpty check (#149) 5 months ago
IPNActivity.java android,cmd/tailscale: implement taildrop receive for Android < 10 3 years ago
IPNReceiver.java Fixes Android quick settings tile - issue #2646 (#143) 5 months ago
IPNService.java cmd/tailscale, tailscale/ipn: fix alway-on VPN (#168) 4 months ago
Peer.java cmd/tailscale,java: refactor Google Sign-In into separate class 4 years ago
QuickToggleService.java Fixes Android quick settings tile - issue #2646 (#143) 5 months ago
StartVPNWorker.java Prevent connecting loops when using connect intent more than once (#95) 11 months ago
StopVPNWorker.java Add intents (#87) 1 year ago