You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app doesn't currently meet the requirements for inclusion in F-Droid. Things that would need to be changed/removed/optional:
Google Maps SDK for tiles - would need to run a tile server
Firebase push messages - would need to have a persistent foreground service remain connected with the API server, and battery life would be worse.
Usage of the FusedLocationProvider API - no equivalent replacement here available. Location accuracy and battery life would be worse. (UPDATE 2025-10-15: SDK 31 introduced a fused provider type in AOSP Location Services. Apps just need to request that provider when requesting location updates.)
The app doesn't currently meet the requirements for inclusion in F-Droid. Things that would need to be changed/removed/optional:
fusedprovider type in AOSP Location Services. Apps just need to request that provider when requesting location updates.)