From e477c027a9a5563154cfc1b022937cd5aee20ddf Mon Sep 17 00:00:00 2001 From: Adrian Baumgart Date: Fri, 23 Feb 2024 16:33:00 +0100 Subject: [PATCH 1/2] updated privacy policy url --- lib/views/settings_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views/settings_view.dart b/lib/views/settings_view.dart index 8983cc6..8ce1f6a 100644 --- a/lib/views/settings_view.dart +++ b/lib/views/settings_view.dart @@ -229,7 +229,7 @@ class _SettingsViewState extends State { GestureDetector( onTap: () async { var url = Uri.parse( - "https://abmgrt.dev/shlink-manager/privacy"); + "https://wiki.abmgrt.dev/de/projects/shlink-manager/privacy"); if (await canLaunchUrl(url)) { launchUrl(url, mode: LaunchMode.externalApplication); } From b99d8a934d487641ffc4ceb13d81c75d9c406fa8 Mon Sep 17 00:00:00 2001 From: Adrian Baumgart Date: Tue, 19 Mar 2024 16:45:50 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9edc190..09abada 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ +> [!WARNING] +> Due to an API change, the app currently doesn't work (see https://github.com/rainloreley/shlink-manager/issues/2) + Shlink Manager is an app for Android to see and manage all shortened URLs created with [Shlink](https://shlink.io/)