Skip to content

Commit 30b8968

Browse files
Changed Created by in Neaby export (commons-app#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 commons-app#4345 * Delete app/src/main/res/values-yue-hant directory * Added comment explaining the context * Fixes commons-app#5651 * Deleted directory --------- Co-authored-by: Nicolas Raoul <[email protected]>
1 parent 71a45c0 commit 30b8968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/fr/free/nrw/commons/mwapi/OkHttpJsonApiClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ public List<Place> getNearbyPlaces(
409409
public String getPlacesAsKML(final LatLng leftLatLng, final LatLng rightLatLng)
410410
throws Exception {
411411
String kmlString = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n" +
412-
"<!--Created by wikidata-missing-pictures-offline -->\n" +
412+
"<!--Created by Wikimedia Commons Android app -->\n" +
413413
"<kml xmlns=\"http://www.opengis.net/kml/2.2\">\n" +
414414
" <Document>";
415415

@@ -489,7 +489,7 @@ public String getPlacesAsGPX(final LatLng leftLatLng, final LatLng rightLatLng)
489489
String gpxString = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n" +
490490
"<gpx\n" +
491491
" version=\"1.0\"\n" +
492-
" creator=\"ExpertGPS 1.1 - https://www.topografix.com\"\n" +
492+
" creator=\"Wikimedia Commons Android app\"\n" +
493493
" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n" +
494494
" xmlns=\"http://www.topografix.com/GPX/1/0\"\n" +
495495
" xsi:schemaLocation=\"http://www.topografix.com/GPX/1/0 http://www.topografix.com/GPX/1/0/gpx.xsd\">"

0 commit comments

Comments
 (0)