labexp / osmtracker-android

GPS tracking tool for OpenStreetMap
GNU General Public License v3.0
497 stars 231 forks source link

OSMTracker v2024.07.09: Question marks in 'Accuracy ..m (?/?)' line #442

Open jer194 opened 2 months ago

jer194 commented 2 months ago

Hello,

the most recent version of OSMTracker (in Fdroid) shows question marks in the 'Accuracy' line, instead of the number of satellites. Is it a minor bug? It was working correctly in the previous version. t2

Thanks - Jakob.

jamescr commented 2 months ago

This is a minor bug. The number of satellites was obtained from the GpsStatus, now deprecated for the API level we are using.I didn't found an easy way to get the number of satellites without the deprecated API so I put the question marks in the satellite numbers. Also I didn´t invest a lot of time considering that the priority of version 2024.07.09 was implement oauth2 and have the app listed again in PlayStore.