mendhak
mendhak
Fused is a proprietary GPS location provider made by Google, which combines network location, satellite location and Wifi/celltower based location. GPS is just using the satellites as received by the...
Since the passive location could come from 'anywhere', it would be more confusing to give it a different time than the one assigned. This is because the fused or network...
If anyone wants to test, I have placed a prerelease APK here: https://github.com/mendhak/gpslogger/releases/tag/v128-rc1 This APK is not compatible with the F-Droid version, so if you install this you will lose...
v130 is now on FDroid and the releases. The new option uses the time period to pick the best location it can find. I didn't want to make it complicated...
I wasn't able to recreate this problem, I am not sure how to? I've tried [various cutouts in an emulator](https://stackoverflow.com/questions/49652453/is-it-possible-to-emulate-the-notch-from-the-huawei-p20-with-android-studio) but it looks fine there too. Is this something specific...
@WilliamRelken has done a pull request for this which is great, I've added it to milestone 130. OK if I understood correctly you're basically using the .properties file to automate...
v130 is now on FDroid and the releases.
Yeah it would add quite a bit to GPSLogger and make it harder to maintain, my aim is to focus on the core as @zhangziran has mentioned. I currently use...
In the debug file, I can see a stop logging command just before that, `16:57:14 DEBUG GpsLoggingService.stopLogging:457 - .` so it makes sense if the service is being destroyed. Is...
I'm currently working on error notifications for when permissions get revoked or files fail to write, which are pretty critical. So I thought I'd visit this issue while doing that....