Johan von Forstner
Johan von Forstner
Yep, I think in the meantime they also replaced the old Mifare Classic "Campus card" with new DESFire cards.
Oops, I found Google Places to be one culprit - it was mistakenly included as a dependency for all build flavors, even though it's only used in the `google` variant....
Does https://github.com/johan12345/EVMap/commit/682f05b98b6fa1ea5a5768374e6555fac102a5a0 help? I found [this comment](https://github.com/maplibre/maplibre-gl-native/issues/288#issuecomment-1141974632) in the MapLibre repo that suggests simply removing the GMS dependency as it's not required for compiling, and that seems to apply to...
@linsui With a `foss` build using the latest commit (including changes in https://github.com/johan12345/EVMap/commit/682f05b98b6fa1ea5a5768374e6555fac102a5a0), I could not find any `com.google.android.gms` classes in the resulting APK anymore. Android Studio's APK analyzer only...
The Mapbox SDK is FOSS, licensed under 2-clause BSD: https://github.com/mapbox/mapbox-gl-native-android/blob/android-v9.2.1/LICENSE.md Besides, the reference just means that the code contains a reference to a class name, not that this class is...
@licaon-kter @linsui Can you please clarify if the latest commit is now fine? As I said, as far as I can see, the app does not include any GMS code...
I have released a new version 1.3.4 with the fixes mentioned above and opened a MR at fdroiddata to ask for re-enabling the app: https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11521
The F-Droid build scanner still [claims to find](https://gitlab.com/johan12345/fdroiddata/-/jobs/2821067153#L504) GMS classes, but I think this is due to a bug on the F-Droid side. See my comment [here](https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11521#note_1052690197).
Fixed with https://github.com/johan12345/EVMap/commit/ed80d7b968826701d59b6590dfba7cf5a9611d74
By default the app should zoom to your current location. Are you talking about the behavior with location permissions turned off?