fix #357 Locus integration not working
fixes #357
Description
- bump Locus API library on Gradle from 0.2.7 to 0.9.45
- removed
Locationinitializer with string (no longer supported) - changed LAPI dependencies in files to newer version + required refactor of corresponding code
- changed
Locationinits with onlyTAGstring resource (obsolete) - changed
Location.Accuracy(removed support) to horizontal accuracy - removed dependency on locus api when loading cartridges (never fully implemented)
Related issues
- #357
Additional context
- this PR is in Do not merge / WIP state until fully tested
- tried this fix with only one cartridge (with Locus 4 Gold @ Android 11), will do more testing of this change when outside
- more tests with other Locus versions recommended
- changed
Location.Accuracy(removed support) to horizontal accuracy
I am fine if we stay in this way. Maybe it is better to implement an own self calculated Location.Accuracy.
- changed
Location.Accuracy(removed support) to horizontal accuracyI am fine if we stay in this way. Maybe it is better to implement an own self calculated
Location.Accuracy.
I have to correct me.
My mistake was that I confused vertical = height with North-South direction.
So there is no need for a setAccuracyVer .
@sk-juroot Are you interested to finish your work? If you can do it the next days, then we should wait for it before creating the next release.
@sk-juroot Are you interested to finish your work? If you can do it the next days, then we should wait for it before creating the next release.
Too late for that, release got published already because of urgent adaption to website changes, but creating a second release in a short time would not be a problem.
Hi, what's the status, please? I'm concerned about a broken integration with Locus Classic. If you're interested, I've solved the update locus api lib in ref_357_upgrade_locusapi. It is also possible to create a PR if there is interest. Cheers.
Hi, what's the status, please? I'm concerned about a broken integration with Locus Classic. If you're interested, I've solved the update locus api lib in ref_357_upgrade_locusapi. It is also possible to create a PR if there is interest. Cheers.
@Dratenik We are very grateful for any help. I have checked your branch. The change looks very good. Please create a PR.
@sk-juroot Many thanks for your initial work. Closing here, this PR is now replaced by #426.