MerginMaps / MerginMaps/mobile
Position tracking infrastructure upgrade
@tomasMizera is already working on this.
Since Nov 21, 2025.
- Dominant language
- C++
- Stars
- 388
- Forks
- 87
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 20
Description
- Fused position provider by default on Android (https://github.com/MerginMaps/mobile/pull/3490)
- File for all tracking backends, not only Android (https://github.com/MerginMaps/mobile/pull/4230)
- Frequency update - respect only distance (due to the iOS API limitation)
- Move most of the business logic to C++ from QML (Make sure to deal with #3719 on the go)
Integration branch: https://github.com/MerginMaps/mobile/tree/feature/position-tracking-rework
Acceptance criteria:
- Position tracking on Android should be more precise
- If the app crashes/phone dies during tracking, the track should continue from where it left of
Related to https://github.com/MerginMaps/mobile/issues/3006 and https://github.com/MerginMaps/mobile/issues/2946
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.