-
Notifications
You must be signed in to change notification settings - Fork 16
Feature/cleanup misc #80
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # app/src/main/java/de/fraunhofer/fokus/OpenMobileNetworkToolkit/Parameter/Iperf3Parameter.java # app/src/main/res/raw/config.json # docs/config.json
Signed-off-by: PeterHasse <111580770+PeterHasse@users.noreply.github.com>
PeterHasse
approved these changes
Nov 25, 2025
Contributor
PeterHasse
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PeterHasse
added a commit
that referenced
this pull request
Nov 25, 2025
* gradle / depency updates * bump release version * bump APG to 8.11.1 * fix visibilty bug * add length parameter * Bump Gradle version and depencies * show history of ping (#61) * Add Description to Logging Preference (#62) * add some Doc * fix TAG * move summary to @string * clean up * update doc (#63) * fix bug * add default PR template * bump dependencies * fix name of Debug Stage in workflow (#69) Signed-off-by: Björn <bjoern.riemer@fokus.fraunhofer.de> * Fix Streams bug (#68) * bump dependencies * fix stream not saved bug * Ping addons (#64) * fix bug * cancel all ping workers * open Ping when clicked on Notification * add possibility to configure app via intent (#65) * Refactor Config Import/Export (#66) * update * update * add generatePrefsDoc to preBuild * add json config * update * add config * fixed leftover from renaming * bump gradle, work and some other depencies * fix preference bug * Fix iperf3 streams (#76) * fix stream not saved bug * remove unused rootPath constant from Iperf3Parameter * fix addTag bug (#78) * fix mqtt multiple client bug (#79) * Feature/cleanup misc (#80) * fix stream not saved bug * remove unused rootPath constant from Iperf3Parameter * fix addTag bug * fix mqtt multiple client bug * update Iperf3Parameter and Parameter classes for improved path handling and cleanup * refactor: update file path methods and clean up unused code --------- Signed-off-by: PeterHasse <111580770+PeterHasse@users.noreply.github.com> Co-authored-by: PeterHasse <111580770+PeterHasse@users.noreply.github.com> * Bump gradle and lib versions. --------- Signed-off-by: Björn <bjoern.riemer@fokus.fraunhofer.de> Signed-off-by: PeterHasse <111580770+PeterHasse@users.noreply.github.com> Co-authored-by: hajoha <johann.hackler@fokus.fraunhofer.de> Co-authored-by: Johann <9853102+hajoha@users.noreply.github.com> Co-authored-by: Björn <bjoern.riemer@fokus.fraunhofer.de>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR refactors the path structure for the iPerf3 and Ping Workers.
Please merge this after #76 #78 #79