-
-
Notifications
You must be signed in to change notification settings - Fork 662
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
[Android] Enhancement-561/satelliteCount and satellitesUsedInFix #1364
[Android] Enhancement-561/satelliteCount and satellitesUsedInFix #1364
Conversation
# Conflicts: # geolocator_android/CHANGELOG.md
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1364 +/- ##
===========================================
+ Coverage 94.73% 100.00% +5.26%
===========================================
Files 4 13 +9
Lines 114 244 +130
===========================================
+ Hits 108 244 +136
+ Misses 6 0 -6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Have some small points, but looks really good.
geolocator_android/android/src/main/java/com/baseflow/geolocator/location/LocationMapper.java
Outdated
Show resolved
Hide resolved
geolocator_android/android/src/main/java/com/baseflow/geolocator/location/NmeaClient.java
Outdated
Show resolved
Hide resolved
…or/location/NmeaClient.java Co-authored-by: Maurits van Beusekom <[email protected]>
Co-authored-by: Maurits van Beusekom <[email protected]>
Co-authored-by: Maurits van Beusekom <[email protected]>
Co-authored-by: Maurits van Beusekom <[email protected]>
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
# Conflicts: # geolocator_android/CHANGELOG.md # geolocator_android/pubspec.yaml
@mvanbeusekom I don't think this was tested at all before merging. The AndroidPosition class zeroes out all the values and the the equals method is flawed checking only the new properties |
Adds satelliteCount and satellitesUsedInFix from the GNSS callback in Android.
It partly resolves #561.
Pre-launch Checklist
pubspec.yaml
with an appropriate new version according to the pub versioning philosophy, or this PR is does not need version changes.CHANGELOG.md
to add a description of the change.///
).main
.dart format .
and committed any changes.flutter analyze
and fixed any errors.