Thanks to visit codestin.com
Credit goes to github.com

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
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: nickkhyl/ci-test
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 12 files changed
  • 3 contributors

Commits on Dec 5, 2024

  1. go.mod: update for 1.78.0

    Signed-off-by: Nick Khyl <[email protected]>
    nickkhyl committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    e8bd36b View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

  1. go.mod: update for 1.78.1

    Signed-off-by: Nick Khyl <[email protected]>
    nickkhyl committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    b41b380 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. android: put new search behind flag (#587)

    Until the WIP feature is ready
    
    Updates tailscale/corp#18973
    
    Signed-off-by: kari-ts <[email protected]>
    Signed-off-by: kari-ts <[email protected]>
    (cherry picked from commit e500111)
    kari-ts authored and nickkhyl committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    1ffe285 View commit details
    Browse the repository at this point in the history
  2. go.mod: update for 1.78.2

    Signed-off-by: Nick Khyl <[email protected]>
    nickkhyl committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    4bc7e78 View commit details
    Browse the repository at this point in the history
  3. android: add SearchView (#584)

    -Material3 search bar opens up search suggestions/results view under the bar, but we want it to open up a full page, so create SearchView and use placeholder search bar on MainView that navigates to SearchView
    -Tapping on suggestions/results should open up PeerDetails, so fix PeerDetails navigation to use backstack instead of always going back to Main view
    
    Next up: ensuring search filtering adheres to MDM requirements, and UI polish
    
    Updates tailscale/corp#18973
    
    Signed-off-by: kari-ts <[email protected]>
    Signed-off-by: Nick Khyl <[email protected]>
    (cherry picked from commit 45ddef1)
    kari-ts authored and nickkhyl committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    7027d7b View commit details
    Browse the repository at this point in the history
  4. go.mod: update for 1.78.3

    Signed-off-by: Nick Khyl <[email protected]>
    nickkhyl committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    a9c84cb View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. github/workflows/{android,go_mod_tidy}: run on all PRs and on pushes …

    …to {main,release-branch/*} (#591)
    
    Previously, using * in branch filters prevented PR CI actions from running on prefixed branches such as release-branch/* because * only matches characters except for forward slashes. In this PR, we remove the branch filter to ensure that Android builds and go mod tidy checks are executed on all PRs, regardless of the target branch. Additionally, these checks will now run on pushes to release-branch/*.
    
    Fixes tailscale/corp#25313
    
    Signed-off-by: Nick Khyl <[email protected]>
    nickkhyl committed Dec 12, 2024
    Configuration menu
    Copy the full SHA
    c24562b View commit details
    Browse the repository at this point in the history
Loading