From 05cae80c122c21d906ec7436eff34e68e3d68293 Mon Sep 17 00:00:00 2001 From: Erin of Yukis Date: Mon, 15 Dec 2025 14:29:16 +0000 Subject: [PATCH] Remove all uses of Google Services (#133) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Use OS default Sans-Serif font instead of Google Nunito Sans Font * Link calendar event locations to OSM instead of Google Maps 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. --- components/calendar/ViewEventModal.tsx | 2 +- lib/models/email.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/calendar/ViewEventModal.tsx b/components/calendar/ViewEventModal.tsx index b876174..ed29d15 100644 --- a/components/calendar/ViewEventModal.tsx +++ b/components/calendar/ViewEventModal.tsx @@ -86,7 +86,7 @@ export default function ViewEventModal( ? (
diff --git a/lib/models/email.ts b/lib/models/email.ts index 3aac62e..4b1afdf 100644 --- a/lib/models/email.ts +++ b/lib/models/email.ts @@ -59,7 +59,6 @@ export class EmailModel {