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.
Refactored everything in serverLearning to work with new API
Adding config.json to gitignore to ignore all CUSTOM entry edits
Adding if logic to use CUSTOM ip over DEFAULT when available for serverLearning
Adding future wait to get inetSockerAddress as hacky workaround to Android's forced prevention from doing anything network related on main thread
Refactoring host to ip for all network config calls
Adding state to Publisher class to prevent calls to onXXX prior to publisher being started
Adding sync blocks for futures in Trail.java else getting concurrent access errors
Refactoring | to || in inappropriate places
REMOVE ME -- Temp disabling error from pi comm
Moving minSdkVersion to 30 (Android 11) as various buffering things were required
Removing deprecated package definition from AndroidManifest
Inital commit for HTTP server integration
Adding config.template.json
Adding check for config.json before reading