Skip to content

Commit

Permalink
Changed Created by in Neaby export (commons-app#5652)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
kanahia1 and nicolas-raoul authored Mar 26, 2024
1 parent 71a45c0 commit 30b8968
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ public List<Place> getNearbyPlaces(
public String getPlacesAsKML(final LatLng leftLatLng, final LatLng rightLatLng)
throws Exception {
String kmlString = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n" +
"<!--Created by wikidata-missing-pictures-offline -->\n" +
"<!--Created by Wikimedia Commons Android app -->\n" +
"<kml xmlns=\"http://www.opengis.net/kml/2.2\">\n" +
" <Document>";

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

0 comments on commit 30b8968

Please sign in to comment.