-
Notifications
You must be signed in to change notification settings - Fork 9
Make app independent from Google services #21
Comments
It’s possible to use the Android location API directly, and being independent of Google Play services is definitely a good goal. However, the docs also state:
So it’s certainly possible, but it might introduce new problems. Also, there are currently a ton of other issues that need attention more urgently (e.g., rotation bug, proper background service, UI & functionality improvements, DB backend & API, …). |
Sure, I understand there are more urgent things to do. Thanks for keeping the issue on the list, even if at the very bottom. I just listed it here because I am one of those stubborn people that sticks to stock Android and doesn't want to use Google Services, but I guess we are a minority... |
Besides from that, removing proprietary dependencies (and adding a proper OS license file) would allow to publish the app on the official F-Droid repositories as well. Even if the project seems to be abandoned in the last three years: thank you for the work! 👍 |
Any news on this, @tjanson? Also, what license is your app using (that must be clear when applying for F-Droid inclusion)? Do you still maintain this app at all (2015 is quite a while ago, when the last commit was made)? |
@tjanson any answer on this? Is the app still maintained at all – or might it be better to "archive" the repo (which still allows forking for parties interested in picking up)? |
@IzzySoft oh, it's definitely not maintained, I haven't used it in years, let alone made changes. |
According to the Freifunk forum discussion, the app requires the Play Services API "FusedLocation", but in principle that could be changed.
Not everybody uses Google services, so if this is not really needed, can you please remove it?
The text was updated successfully, but these errors were encountered: