Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tailscale/tailscale-android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main@{1day}
Choose a base ref
...
head repository: tailscale/tailscale-android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Jun 27, 2025

  1. android: add All() to state store implementation (#673)

    Android has its own SharedPreferences-backed implementation of ipn.StateStore. Due to golang/go#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 <[email protected]>
    kari-ts authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    460736a View commit details
    Browse the repository at this point in the history
  2. android: bump OSS (#674)

    OSS and Version updated to 1.85.128-t0a64e86a0-g460736a15
    
    Signed-off-by: kari-ts <[email protected]>
    kari-ts authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    e5a704f View commit details
    Browse the repository at this point in the history
Loading