Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update Zerotier core to 1.10.x #42

Merged
merged 13 commits into from
Mar 27, 2023
Merged

feat: Update Zerotier core to 1.10.x #42

merged 13 commits into from
Mar 27, 2023

Commits on Mar 25, 2023

  1. Configuration menu
    Copy the full SHA
    d94ec34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3ac86e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26f63f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. fix: InetAddressUtils.addressToNetmask throws `ArrayIndexOutOfBound…

    …sException` when process IPv6 address with 0 cidr
    kaaass committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    35cb8f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3872dff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e71c86 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    8f73e55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a9c1c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fe3ed6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2b4e22 View commit details
    Browse the repository at this point in the history
  5. refactor: Improve code quality of NetworkListFragment

    1. Replace `getContext` and `getActivity` to `requireContext` and `requireActivity`
    2. Remove redundant code and useless return type
    3. Use `StringBuilder` for building mac address
    kaaass committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    fa98b2a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3cec3b4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd0bf68 View commit details
    Browse the repository at this point in the history