Bernd

Results 278 comments of Bernd

> 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...

> I have contacted [@mucek4](https://github.com/mucek4) to try to resolve this... I think @devemux86 is the correct one to help here.

> But trying to upgrade `release` to some newer VTM version (see PR [#17567](https://github.com/cgeo/cgeo/pull/17567)) also fails, this time due to some duplicate classes in Mapsforge 0.25.0 (being used on `release`)...

@devemux86 This is so configured. But the data is partially not available at jitpack. Empty are (eg): - https://jitpack.io/com/github/mapsforge/vtm/0.26.1/ - https://jitpack.io/com/github/mapsforge/vtm/0.24.0/ - https://jitpack.io/com/github/mapsforge/mapsforge/0.26.1/ - https://jitpack.io/com/github/mapsforge/mapsforge/0.24.1/

The lint check with your solution is fine for PR #17561. No such `MissingPermission` exceptions anymore.

After integrating the code from PR #17566 on `release` to `master` only the 8th entry `src\main\java\cgeo\geocaching\ui\notifications\Notifications.java:45` is gone, the other 11 errors exist further. See also https://ci.cgeo.org/job/cgeo-CI_PR-build/13432/console. (I don't know,...

Noe we have 3 remaining SecurityExceptions: ~~~ src\main\java\cgeo\geocaching\sensors\GeoDataProvider.java:43: Error: Call requires permission which may be rejected by user: code should explicitly check to see if permission is available (with checkPermission)...

The previous comment was from my test machine (`gradlew lint`). But the commit build https://ci.cgeo.org/job/cgeo-CI_commit-build/3116/ shows 9 MissingPermissions: ~~~ src/main/java/cgeo/geocaching/service/AbstractForegroundIntentService.java:58: Error: Call requires permission which may be rejected by user:...

retest this please