diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json
deleted file mode 100644
index fd7edd8..0000000
--- a/app/release/output-metadata.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "version": 2,
- "artifactType": {
- "type": "APK",
- "kind": "Directory"
- },
- "applicationId": "it.danieleverducci.nextcloudmaps",
- "variantName": "release",
- "elements": [
- {
- "type": "SINGLE",
- "filters": [],
- "versionCode": 6,
- "versionName": "0.3.4",
- "outputFile": "app-release.apk"
- }
- ]
-}
\ No newline at end of file
diff --git a/app/src/main/java/it/danieleverducci/nextcloudmaps/utils/GeoUriParser.java b/app/src/main/java/it/danieleverducci/nextcloudmaps/utils/GeoUriParser.java
index b6e6430..e0e524d 100644
--- a/app/src/main/java/it/danieleverducci/nextcloudmaps/utils/GeoUriParser.java
+++ b/app/src/main/java/it/danieleverducci/nextcloudmaps/utils/GeoUriParser.java
@@ -12,7 +12,7 @@ public class GeoUriParser {
private static final Pattern PATTERN_GEO = Pattern.compile("geo:(-?[\\d.]+),(-?[\\d.]+)");
// Try to match not only geoUri but also Google Maps Uri
private static final Pattern PATTERN_BROAD = Pattern.compile(
- "(?:@|&query=|¢er=|geo:|#map=\\d{1,2}\\/)(-?\\d{1,2}\\.\\d+)(?:,|%2C|\\/)(-?\\d{1,3}\\.\\d{1,10})"
+ "(?:@|&query=|&ce\nter=|geo:|#map=\\d{1,2}\\/)(-?\\d{1,2}\\.\\d+)(?:,|%2C|\\/)(-?\\d{1,3}\\.\\d{1,10})"
);
/**
diff --git a/app/src/main/res/layout/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/layout/mipmap-anydpi-v26/ic_launcher.xml
deleted file mode 100644
index cd5f323..0000000
--- a/app/src/main/res/layout/mipmap-anydpi-v26/ic_launcher.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/layout/mipmap-anydpi-v26/ic_launcher_round.xml
deleted file mode 100644
index cd5f323..0000000
--- a/app/src/main/res/layout/mipmap-anydpi-v26/ic_launcher_round.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/mipmap-hdpi/ic_launcher.png b/app/src/main/res/layout/mipmap-hdpi/ic_launcher.png
deleted file mode 100644
index c678431..0000000
Binary files a/app/src/main/res/layout/mipmap-hdpi/ic_launcher.png and /dev/null differ
diff --git a/app/src/main/res/layout/mipmap-hdpi/ic_launcher_round.png b/app/src/main/res/layout/mipmap-hdpi/ic_launcher_round.png
deleted file mode 100644
index ff4e6d8..0000000
Binary files a/app/src/main/res/layout/mipmap-hdpi/ic_launcher_round.png and /dev/null differ
diff --git a/app/src/main/res/layout/mipmap-mdpi/ic_launcher.png b/app/src/main/res/layout/mipmap-mdpi/ic_launcher.png
deleted file mode 100644
index 3ff5157..0000000
Binary files a/app/src/main/res/layout/mipmap-mdpi/ic_launcher.png and /dev/null differ
diff --git a/app/src/main/res/layout/mipmap-mdpi/ic_launcher_round.png b/app/src/main/res/layout/mipmap-mdpi/ic_launcher_round.png
deleted file mode 100644
index a83962b..0000000
Binary files a/app/src/main/res/layout/mipmap-mdpi/ic_launcher_round.png and /dev/null differ
diff --git a/app/src/main/res/layout/mipmap-xhdpi/ic_launcher.png b/app/src/main/res/layout/mipmap-xhdpi/ic_launcher.png
deleted file mode 100644
index ec6ece2..0000000
Binary files a/app/src/main/res/layout/mipmap-xhdpi/ic_launcher.png and /dev/null differ
diff --git a/app/src/main/res/layout/mipmap-xhdpi/ic_launcher_round.png b/app/src/main/res/layout/mipmap-xhdpi/ic_launcher_round.png
deleted file mode 100644
index 48a39da..0000000
Binary files a/app/src/main/res/layout/mipmap-xhdpi/ic_launcher_round.png and /dev/null differ
diff --git a/app/src/main/res/layout/mipmap-xxhdpi/ic_launcher.png b/app/src/main/res/layout/mipmap-xxhdpi/ic_launcher.png
deleted file mode 100644
index 99475e2..0000000
Binary files a/app/src/main/res/layout/mipmap-xxhdpi/ic_launcher.png and /dev/null differ
diff --git a/app/src/main/res/layout/mipmap-xxhdpi/ic_launcher_round.png b/app/src/main/res/layout/mipmap-xxhdpi/ic_launcher_round.png
deleted file mode 100644
index ad58a1d..0000000
Binary files a/app/src/main/res/layout/mipmap-xxhdpi/ic_launcher_round.png and /dev/null differ
diff --git a/app/src/main/res/layout/mipmap-xxxhdpi/ic_launcher.png b/app/src/main/res/layout/mipmap-xxxhdpi/ic_launcher.png
deleted file mode 100644
index 067766f..0000000
Binary files a/app/src/main/res/layout/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ
diff --git a/app/src/main/res/layout/mipmap-xxxhdpi/ic_launcher_round.png b/app/src/main/res/layout/mipmap-xxxhdpi/ic_launcher_round.png
deleted file mode 100644
index 9a6db99..0000000
Binary files a/app/src/main/res/layout/mipmap-xxxhdpi/ic_launcher_round.png and /dev/null differ