Christian Balster
Christian Balster
Yes, I think the original attribution is - or rather was - correct. The illustrations have been in the app since around 2014. I would assume the url quoted has...
Thought about that too. Not to sure if enabling this after idle time is the best way to go about it, as I personally prefer to have control over such...
Hmm, the easiest implementation would be to just follow the users position (keep her/him centered) and manually zoom so you can see everything you need. Do you think this would...
But if you have an appropriate zoom level you can make sure you can always see everything. When I think about it, the information I need is a) the head...
I think this could be a feature in the future and if someone implements it in a sensible way I'd have no problem with getting it merged. For me personally...
Maybe at some point - but my time is rather limited. This might have some synergy with the sternfahrt overlays in regard to parsing/writing gpx data. So maybe after that.
Ran into the same issue and it seems it's not possible to use the new plugins {...} syntax with plugins not on gradle's PluginPortal: https://github.com/gradle/gradle/issues/1541 So basically keep using the...
At least for the android client, this is handled client-side: Old location fixes and fixes with low accuracy are not sent to the backend. https://github.com/criticalmaps/criticalmaps-android/blob/master/app/src/main/java/de/stephanlindauer/criticalmaps/managers/LocationUpdateManager.java#L131
Thanks for bringing this up! I can confirm that this happens when installing the app for the first time on an Android 14 device. Prior to Android 14 you could...
Thank you all for you feedback. Should be fixed with https://github.com/criticalmaps/criticalmaps-android/pull/349 and the new release which should start being rolled out on play store some time today.