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

1.0.6 #17

Merged
merged 7 commits into from
Sep 24, 2023
Merged

1.0.6 #17

merged 7 commits into from
Sep 24, 2023

Conversation

HenryQuan
Copy link
Member

@HenryQuan HenryQuan commented Sep 23, 2023

Implement #16

  • Moved out to Services
  • Reduce the Admin access to a single time
  • Improved the UX while requesting the Admin
  • Target .NET Framework 4.8

Now, I need to test it with my Android build and fix the permission issue on iOS.

@HenryQuan HenryQuan self-assigned this Sep 23, 2023
Copy link
Member Author

@HenryQuan HenryQuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The functionality is fine, and there are just some minor details to fix.

if (localServer != null)
{
localServer.Stop();
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can potentially improve things here.

/// Call <seealso cref="ValidatePath(string)"/> first to valid the path.
/// </summary>
/// <param name="gamePath">The game path from the TextBox</param>
public void EnableReplay(string gamePath)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this is still needed. Replay should be enabled by default now in 2023.

Console.WriteLine(ex.Message);
break;
}
isGettingData = false;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to test isGettingData properly tomorrow.

/// <param name="name">The name of the entry</param>
/// <param name="port">The port number</param>
/// <exception cref="Exception">This can throw lots of exception, treat any as an error.</exception>
public void AddPortToFirewall(string name, int port)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be marked as deprecated now.

@HenryQuan HenryQuan merged commit dcf33c5 into master Sep 24, 2023
@HenryQuan HenryQuan deleted the feature/no-admin branch September 24, 2023 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant