Add option to force Google Maps or use geo: URI for navigation #1
Reference in New Issue
Block a user
Delete Branch "sim6/nextcloud-maps-client:no-google-maps"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When user have Google Maps installed, also when user have it disabled, cannot open geolocations with other app.
With this new setting, if an user do not want to open always the geolocations with Google Map can disable it via a settings option.
Closes https://github.com/penguin86/nextcloud-maps-client/issues/17
2ff66d46dbtof0d8e30d39I added an explanation in settings option.
Hello Simo, thanks for the PR!
I'd like to propose a change. I fear the default for the setting (enabled) is not very sensible: on my degoogled phone, after installing the app, the geofavorites are opened in google maps' webpage. This is a little inconvenient, as the user may not realize why it is happening. I'd wire the preexistent google maps check to the settings default, like:
(pseudocode).
This way, on Google phones the default for the setting is enabled, while on degoogled ones the default is to provide a valid geouri.
Thank you!
Thanks! Most users can open Google Maps from the Geo URI and set it as default if they want. Since the setting is for a small number of devices that do not open Google Maps from the Geo URI and need to be forced to open it via Google Maps. What is your opinion about changing the default setting to disabled?
Ops, you merged it without changing the default setting to disabled.
Hey Simo,
no worries, I changed it on the develop branch after the merge, working a little on the app!
Thank you for your contribution! May I add your name to a "contributors" section on the README? How whould you like to appear? (username, fullname, email...)
My full name is fine, if you want you can also add the email address. I do not like the final solution because if a user have a regular Android that comes with Google Maps but user disabled it the default setting is enabled. Anyway, thank you very much.