moving-bits
moving-bits
Starting to prepare a new bugfix release now: - [x] Check/insert correct version name in `BranchDetectionHelper.java` - [x] Wait for a Crowdin cycle or trigger sync manually - [x] Merge...
This is the first release that publishs both our regular apk and a "foss" (= without ML Kit) apk. I wonder which of those apk is presented to F-Droid users...
Starting to prepare a new bugfix release now: - [x] Check/insert correct version name in `BranchDetectionHelper.java` - [x] Wait for a Crowdin cycle or trigger sync manually - [x] Merge...
> Try adding the `@jar` in the declaration of the dependencies as demonstrated in the [vtm-android-example](https://github.com/mapsforge/vtm/blob/master/vtm-android-example/build.gradle). Thanks for the hint. PR build with this addition was green, started a new...
New bugfix release 2025.10.31 has been pushed to Play Store and F-Droid
Starting to prepare a new bugfix release: - [x] Check/insert correct version name in `BranchDetectionHelper.java` - [x] Wait for a Crowdin cycle or trigger sync manually - [x] Merge the...
> And I would say, all this happens since routing data gets cached ... In case you were referring to this entry in the changelog: > New: Route optimization caches...
Additional context info from the user: "I had an image ("spoiler some thing .jpg") open. Turned off the screen and when I opened the phone I was greeted with this....
I have not been able yet to reproduce this issue, neither in the emulator nor on a physical device.
To find the cause for those ANR, I've dug a bit deeper into Android documentation. One starting point is https://developer.android.com/topic/performance/anrs/diagnose-and-fix-anrs, which points to https://developer.android.com/reference/android/os/StrictMode: > StrictMode is a developer tool...