Conversation
📦 Build Artifacts Ready
|
📦 Build Artifacts Ready
|
📦 Build Artifacts Ready
|
📦 Build Artifacts Ready
|
|
Some visual and component changes:
|
This commit adds both UDP & TCP sockets under one network provider. We further differ external provider into bluetooth and network providers.
Modified the MMIconCheckBoxHorizontal to feature a description if needed Modularised the MMPositionProviderPage Refactored MMBluetoothConnectionDrawer to be used for the network provider as well Changes the connecting and failure images for the network provider Other small changes
c0e811a to
c415f60
Compare
Coverage Report for CI Build 25419530397Coverage decreased (-0.5%) to 57.438%Details
Uncovered ChangesNo uncovered changes found. Coverage Regressions240 previously-covered lines in 9 files lost coverage.
Coverage Stats
💛 - Coveralls |
📦 Build Artifacts Ready
|
Added ip address getter for network provider Changed provider constructor to make iOS device connect to external IP provider
📦 Build Artifacts Ready
|
Added hyperlink Modified the getIPAddress method Enhanced visuals
📦 Build Artifacts Ready
|
fIxed gps data button alignment Corrected some QML warnings for the position kit
📦 Build Artifacts Ready
|
📦 Build Artifacts Ready
|
📦 Build Artifacts Ready
|
|
I fixed some issues found with @IvaKuklica during testing.
Some more stuff that I noticed and should be fixed:
NOTE FOR TESTERS |
Withalion
left a comment
There was a problem hiding this comment.
I'll review the rest tomorrow
| height: Math.max( contentColumn.implicitHeight, | ||
| ListView.view.height - ( ListView.view.contentHeight - height ) ) |
There was a problem hiding this comment.
why do we need to specify the height now? isn't the list.footer placing the footer at the bottom anyway? as I understand it now the footer grows to fill the available height
There was a problem hiding this comment.
Without this height calculation the footer is placed just under the list components, so it is depending on the list actual height, not the maximum one
Withalion
left a comment
There was a problem hiding this comment.
The QML will need some more work, but besides that it looks nice 👍
| list.footer: Item { | ||
| width: ListView.view.width | ||
| height: continueButton.height + __style.margin20 | ||
|
|
There was a problem hiding this comment.
It doesn't seem like we need the wrapper here
📦 Build Artifacts Ready
|
📦 Build Artifacts Ready
|
Implemented code review findings
📦 Build Artifacts Ready
|




fixes #1893
This PR adds new network position provider support. The user is able to connect both UDP and TCP providers.
New UI: