Feature implementation from commits 6e856b1..88a5d3c#2
Open
codeOwlAI wants to merge 15 commits into
Open
Conversation
Update to androidx.navigation 2.8.5: this fixes the NavHost exception per https://developer.android.com/jetpack/androidx/releases/navigation#2.8.5 Fixes tailscale/tailscale#15755 Signed-off-by: kari-ts <kari@tailscale.com>
…ation (tailscale#642) * android/src: ktfmt Signed-off-by: Jakub Meysner <git@jakubmeysner.com> * android/src/main: show exit node information in the permanent notification Displays exit node status (including the name of the exit node) in the permanent connection notification's content (moving the overall connected/disconnected status to the title). Fixes tailscale/tailscale#14438 Signed-off-by: Jakub Meysner <git@jakubmeysner.com> * docker: fix invalid instruction in Dockerfile not using trailing slash for files destination directory > If the source is a file, and the destination doesn't end with a trailing slash, the source file will be written to the destination path as a file. ~ https://docs.docker.com/reference/dockerfile/#destination Signed-off-by: Jakub Meysner <git@jakubmeysner.com> --------- Signed-off-by: Jakub Meysner <git@jakubmeysner.com>
OSS and Version updated to 1.83.162-ta9b3e09a1-g8683c789f Fixes a breaking change in the NetMon constructor. Signed-off-by: Jonathan Nobels <jonathan@tailscale.com>
OSS and Version updated to 1.83.190-tfd263adc1-g5b4eff216 Signed-off-by: Jonathan Nobels <jonathan@tailscale.com>
…#622) * android: ensure in secure state to interact with quicktile Updates tailscale/tailscale#14628 Signed-off-by: davfsa <davfsa@gmail.com> * Update android/src/main/java/com/tailscale/ipn/QuickToggleService.java Signed-off-by: davfsa <davfsa@gmail.com> --------- Signed-off-by: davfsa <davfsa@gmail.com>
Right now, we register the launcher in MainActivity.onCreate(), inject this into the ViewModel, then show the launcher in MainView. There is no guarantee that the activity is in RESUMED when the Composable runs, showing the launcher. This can lead to a silent RESULT_CANCELED on some OEMs. The fix is to add a lifecycle-aware wrapper that defers the launch. Updates tailscale/tailscale#15419 Signed-off-by: kari-ts <kari@tailscale.com>
OSS and Version updated to 1.83.223-t336b3b7df-gd3f34c579 Signed-off-by: kari-ts <kari@tailscale.com>
&& takes precedence over ?:, so fix isExitNode to check both IPv4 and IPv6 Updates tailscale/tailscale#15785 Signed-off-by: kari-ts <kari@tailscale.com>
We were previously calling startService(intent), which is a direct call consumed by IPNService, but restartVPN was not working as intended because the broadcast receiver was never triggered. Rather than use a broadcast receiver, directly start the service in restartVPN as we do in stopVPN. Also, batch changes to excluded apps so that we don't restart the VPN each time the user toggles an app. Fixes tailscale/corp#28668 Signed-off-by: kari-ts <kari@tailscale.com>
Updates tailscale/tailscale#14864 Signed-off-by: kari-ts <kari@tailscale.com>
OSS and Version updated to 1.83.237-tc4fb380f3-g7f56d0c0f Signed-off-by: Jonathan Nobels <jonathan@tailscale.com>
OSS and Version updated to 1.83.240-t5a8b99e97-gd3f34c579 Signed-off-by: kari-ts <kari@tailscale.com> Signed-off-by: kari-ts <135075563+kari-ts@users.noreply.github.com>
Use Android Storage Access Framework for receiving Taildropped files. -Add a picker to allow users to select where Taildropped files go -If no directory is selected, internal app storage is used -Provide SAF API for Go to use when writing and renaming files -Provide Android FileOps implementation Updates tailscale/tailscale#15263 Signed-off-by: kari-ts <kari@tailscale.com>
OSS and Version updated to 1.85.8-t09582bdc0-gbd5191363 Signed-off-by: Jonathan Nobels <jonathan@tailscale.com>
updates tailscale/corp#29045 We ran into an issue where the current detection logic was not sufficient to filter out mullvad nodes. This modifies the logic so we scan both the Name and ComputedName for the mullvad domain and also treat all nodes with location info as mullvad nodes. While all of these conditions *should* be true for any mullvad node, in practice it's possible that they aren't so we or them together for some redundancy and define a mullvad exit node to be any node where any of these conditions is true. Signed-off-by: Jonathan Nobels <jonathan@tailscale.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains changes from a range of commits from the original repository.
Commit Range:
6e856b1..88a5d3cFiles Changed: 50 (45 programming files)
Programming Ratio: 90.0%
Commits included:
... and 5 more commits