Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@ntninja
Copy link
Contributor

@ntninja ntninja commented Dec 14, 2025

  1. Uses OS sans-serif fonts, rather than referring to external Google font
  2. Changes map links from Google Maps to OpenStreetMap

ad 2) Some considerations:
Better would be to use https://www.mediawiki.org/wiki/GeoHack – which is used by WikiPedia to show an interactive selector for the mapping service to use –, but it requires geo coordinates. Some systems also support generic geo:-URIs, but they require coodinates and outside Android support is pretty spotty (Apple wants you to use Apple Maps links instead, desktop platforms generally require installed third-party apps …). Android does support an extension (?q=) (https://developer.android.com/guide/components/intents-common#Maps) to search by address via geo:-links though.
Technically Address-to-Coordinate search could be done using Nominatim, but I’m pretty sure you’d object to that and it isn’t clear how this should handle multiple or no search results for the given address.

Let me know what you think!

Better would be to use https://www.mediawiki.org/wiki/GeoHack – which is used
by WikiPedia to show an interactive selector for the mapping service to use –,
but it requires geo coordinates. Some systems also support generic geo:-URIs,
but they require coodinates and outside Android support is pretty spotty
(Apple wants you to use Apple Maps links instead, desktop platforms generally
require installed third-party apps …). Android does support an extension (`?q=`)
(https://developer.android.com/guide/components/intents-common#Maps) to search
by address via geo:-links though.
@ntninja ntninja changed the title Feat no google Remove all uses of Google Services Dec 14, 2025
@BrunoBernardino
Copy link
Member

Thank you, this looks good and is more than enough!

@BrunoBernardino BrunoBernardino merged commit 05cae80 into bewcloud:main Dec 15, 2025
@BrunoBernardino
Copy link
Member

This is now available in v3.2.0!

@ntninja ntninja deleted the feat-no-google branch December 15, 2025 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants