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 1b42117791
use network callback to update DNS config when network changes (#147)
* use network callback to update DNS config when network changes

-Use requestNetwork, which gets the best network matching the passed in network request, to listen for changes to network and cache DNS config
-Call netmon.InjectEvent on network change to indicate a change
Follow-up will fix issue in netmon where IsMajorChangeFrom doesn't identify major changes when a network is added

Fixes #10107

* use network callback to update DNS config when network changes

-Use requestNetwork, which gets the best network matching the passed in network request, to listen for changes to network and cache DNS config
-Call netmon.InjectEvent on network change to indicate a change
Follow-up will fix issue in netmon where IsMajorChangeFrom doesn't identify major changes when a network is added

Updates tailscale/tailscale/#10107

hi

* hi

* .

* use network callback to update DNS config when network changes

-Use requestNetwork, which gets the best network matching the passed in network request, to listen for changes to network and cache DNS config
-Call netmon.InjectEvent on network change to indicate a change
Follow-up will fix issue in netmon where IsMajorChangeFrom doesn't identify major changes when a network is added

Updates tailscale/tailscale/#10107

* fixed missing connectivity manager
5 months ago
..
App.java use network callback to update DNS config when network changes (#147) 5 months ago
DnsConfig.java use network callback to update DNS config when network changes (#147) 5 months ago
IPNActivity.java android,cmd/tailscale: implement taildrop receive for Android < 10 3 years ago
IPNReceiver.java Add intents (#87) 1 year ago
IPNService.java Prevent connecting loops when using connect intent more than once (#95) 10 months ago
Peer.java cmd/tailscale,java: refactor Google Sign-In into separate class 4 years ago
QuickToggleService.java com/tailscale/ipn,cmd/tailscale: handle quick tile clicks while signed out 3 years ago
StartVPNWorker.java Prevent connecting loops when using connect intent more than once (#95) 10 months ago
StopVPNWorker.java Add intents (#87) 1 year ago