mirror of
https://github.com/rainloreley/shlink-manager.git
synced 2024-11-23 10:13:03 +01:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
e04e490d44
|
@ -6,6 +6,9 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
> [!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/)
|
Shlink Manager is an app for Android to see and manage all shortened URLs created with [Shlink](https://shlink.io/)
|
||||||
|
|
||||||
<a href="https://play.google.com/store/apps/details?id=dev.abmgrt.shlink_app" target="_blank">
|
<a href="https://play.google.com/store/apps/details?id=dev.abmgrt.shlink_app" target="_blank">
|
||||||
|
|
|
@ -229,7 +229,7 @@ class _SettingsViewState extends State<SettingsView> {
|
||||||
GestureDetector(
|
GestureDetector(
|
||||||
onTap: () async {
|
onTap: () async {
|
||||||
var url = Uri.parse(
|
var url = Uri.parse(
|
||||||
"https://abmgrt.dev/shlink-manager/privacy");
|
"https://wiki.abmgrt.dev/de/projects/shlink-manager/privacy");
|
||||||
if (await canLaunchUrl(url)) {
|
if (await canLaunchUrl(url)) {
|
||||||
launchUrl(url, mode: LaunchMode.externalApplication);
|
launchUrl(url, mode: LaunchMode.externalApplication);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user