Meshtastic-Android/app
Andre K 001b18be95
feat: implement MSL altitude using AltitudeConverterCompat (#1094)
- Added `androidx.core:core-location-altitude:1.0.0-alpha02`;
- Implemented `AltitudeConverterCompat.addMslAltitudeToLocation(context, location)` to convert `altitude` (above the WGS84 reference ellipsoid) to Mean Sea Level (MSL) and add MSL altitude and accuracy to the location object.

Reference:
- https://issuetracker.google.com/issues/195660815
- Brian Julian and Michael Angermann. "Resource efficient and accurate altitude conversion to Mean Sea Level." [2023 IEEE/ION Position, Location and Navigation Symposium (PLANS)](https://www.ion.org/plans/abstracts.cfm?paperID=12011).
2024-06-13 07:26:56 -03:00
..
schemas/com.geeksville.mesh.database.MeshtasticDatabase feat: support for switching between devices (#1078) 2024-06-08 10:25:47 -03:00
src feat: implement MSL altitude using AltitudeConverterCompat (#1094) 2024-06-13 07:26:56 -03:00
.gitignore gitignore 2020-02-19 10:54:29 -08:00
build.gradle feat: implement MSL altitude using AltitudeConverterCompat (#1094) 2024-06-13 07:26:56 -03:00
google-services-example.json mock google-services in CI builds 2020-04-02 22:07:35 -07:00
google-services.json for now use my local google-services settings (for crashlytics) 2020-03-01 16:39:53 -08:00
proguard-rules.pro chore: disable code shrinking and optimization 2024-05-19 08:30:53 -03:00