-
-
Notifications
You must be signed in to change notification settings - Fork 380
feat: Traceroute map visualisation #4002
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
jamesarich
merged 27 commits into
meshtastic:main
from
DivineOmega:enhancement/traceroute-map-modal
Dec 16, 2025
Merged
Changes from 18 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
3e09ac5
Add traceroute map view improvements
DivineOmega f58fd8f
Merge remote-tracking branch 'upstream/main' into enhancement/tracero…
DivineOmega e5d8ed0
Merge branch 'main' into enhancement/traceroute-map-modal
DivineOmega 14ce83a
Filter traceroute map to overlay nodes on Google map
DivineOmega 95d6f4b
Use traceroute response overlay when map log data missing
DivineOmega ed45b17
Preserve traceroute overlay when opening map from popup
DivineOmega 34259a2
Cache traceroute overlays for popup map
DivineOmega da3de9f
Soften traceroute colors with transparency
DivineOmega 7e9429b
Adjust traceroute map offsets and lines
DivineOmega b5ae427
Interpolate traceroute nodes without locations and show missing endpo…
DivineOmega 3f11b40
Revert traceroute interpolation and estimated node styling
DivineOmega 885faed
Unify traceroute map checks and show node count
DivineOmega 832554d
Handle dismissed traceroute requests and clear response on dialog dis…
DivineOmega b993b79
Fix traceroute popup map data and overlay layout
DivineOmega be3fd2c
Tweak traceroute map overlays and F-Droid zoom
DivineOmega f185555
Merge remote-tracking branch 'upstream/main' into enhancement/tracero…
DivineOmega ffc67a9
fix: simplify dialog handling in TracerouteLogScreen
DivineOmega ad2d3d1
fix(map): update traceroute bounds padding constant
DivineOmega 533d210
Revert gradle.properties change
DivineOmega 5ef8b11
Revert local Gradle ignore entries
DivineOmega 9b2cdb8
Move traceroute colors to core UI theme
DivineOmega a5bf179
Refactor traceroute colors into TracerouteColors
DivineOmega 09795ac
Merge branch 'main' into enhancement/traceroute-map-modal
DivineOmega 101b049
Merge branch 'main' into enhancement/traceroute-map-modal
DivineOmega 137b106
Fix detekt ReturnCount in traceroute map availability
DivineOmega fd71628
Fix detekt complexity and return count
DivineOmega 807be24
Merge branch 'main' into enhancement/traceroute-map-modal
DivineOmega File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,6 +8,8 @@ | |
| *.iml | ||
|
|
||
| .gradle | ||
| /.gradle-home | ||
| /.gradle-local | ||
| /local.properties | ||
| .DS_Store | ||
| **/build/** | ||
|
|
||
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.