From 30b8968199b0bcf4549fa872225a3c6a83a444f2 Mon Sep 17 00:00:00 2001 From: Kanahia <114223204+kanahia1@users.noreply.github.com> Date: Tue, 26 Mar 2024 12:58:34 +0530 Subject: [PATCH] Changed Created by in Neaby export (#5652) * Fixed Grey empty screen at Upload wizard caption step after denying files permission * Empty commit * Fixed loop issue * Created docs for earlier commits * Fixed javadoc * Fixed spaces * Added added basic features to OSM Maps * Added search location feature * Added filter to Open Street Maps * Fixed chipGroup in Open Street Maps * Removed mapBox code * Removed mapBox's code * Reformat code * Reformatted code * Removed rotation feature to map * Removed rotation files and Fixed Marker click problem * Ignored failing tests * Added voice input feature * Fixed test cases * Changed caption and description text * Replaced mapbox to osmdroid in upload activity * Fixed Unit Tests * Made selected marker to be fixed on map * Changed color of map marker * Fixes #4345 * Delete app/src/main/res/values-yue-hant directory * Added comment explaining the context * Fixes #5651 * Deleted directory --------- Co-authored-by: Nicolas Raoul --- .../java/fr/free/nrw/commons/mwapi/OkHttpJsonApiClient.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/fr/free/nrw/commons/mwapi/OkHttpJsonApiClient.java b/app/src/main/java/fr/free/nrw/commons/mwapi/OkHttpJsonApiClient.java index e2da22533..5e3028af3 100644 --- a/app/src/main/java/fr/free/nrw/commons/mwapi/OkHttpJsonApiClient.java +++ b/app/src/main/java/fr/free/nrw/commons/mwapi/OkHttpJsonApiClient.java @@ -409,7 +409,7 @@ public class OkHttpJsonApiClient { public String getPlacesAsKML(final LatLng leftLatLng, final LatLng rightLatLng) throws Exception { String kmlString = "\n" + - "\n" + + "\n" + "\n" + " "; @@ -489,7 +489,7 @@ public class OkHttpJsonApiClient { String gpxString = "\n" + ""