Skip to content

Commit

Permalink
update version, update metadata etc
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Oct 4, 2024
1 parent 923d1ea commit 9f6475f
Show file tree
Hide file tree
Showing 40 changed files with 266 additions and 150 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

## v59.2

- Second try: Crash issue on subsequent app starts is maybe fixed in MapLibre (#5850)
- Fix notes that contained a "&" weren't showing correctly (#5938)
- added Argentinian Spanish by Ignacio L'Episcopo
- Show remarks from other mappers in all quest and overlay forms (#5794, #5889), by @kmpoppe
- Clarify some wordings (#5927, #5936), thanks @schra
- Places overlay: Various small improvements (#5926, #5940, #5944), by @mnalis
- Power supply: Also ask for alpine huts (#5943)

## v59.1

Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {
applicationId = "de.westnordost.streetcomplete"
minSdk = 21
targetSdk = 34
versionCode = 5906
versionName = "59.1"
versionCode = 5907
versionName = "59.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down Expand Up @@ -202,7 +202,7 @@ dependencies {
implementation("io.github.pdvrieze.xmlutil:core:0.90.1")

// map and location
implementation("org.maplibre.gl:android-sdk:11.5.0")
implementation("org.maplibre.gl:android-sdk:11.5.1")

// opening hours parser
implementation("de.westnordost:osm-opening-hours:0.1.0")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ val presetIconIndex = mapOf(
"fas-wifi" to R.drawable.ic_preset_fas_wifi,
"fas-wine-bottle" to R.drawable.ic_preset_fas_wine_bottle,
"iD-restriction-no-u-turn" to R.drawable.ic_preset_id_restriction_no_u_turn,
"iD-restriction-only-u-turn" to R.drawable.ic_preset_id_restriction_only_u_turn,
"maki-aerialway" to R.drawable.ic_preset_maki_aerialway,
"maki-airport" to R.drawable.ic_preset_maki_airport,
"maki-alcohol-shop" to R.drawable.ic_preset_maki_alcohol_shop,
Expand Down

This file was deleted.

10 changes: 10 additions & 0 deletions app/src/main/res/raw/changelog.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
<!-- Do not edit! This file was generated automatically from CHANGELOG.md via UpdateChangelogTask -->
<h2>v59.2</h2>
<ul>
<li>Second try: Crash issue on subsequent app starts is maybe fixed in MapLibre (<a href="https://github.com/streetcomplete/StreetComplete/issues/5850">#5850</a>)</li>
<li>Fix notes that contained a &quot;&amp;&quot; weren't showing correctly (<a href="https://github.com/streetcomplete/StreetComplete/issues/5938">#5938</a>)</li>
<li>added Argentinian Spanish by Ignacio L'Episcopo</li>
<li>Show remarks from other mappers in all quest and overlay forms (<a href="https://github.com/streetcomplete/StreetComplete/issues/5794">#5794</a>, <a href="https://github.com/streetcomplete/StreetComplete/issues/5889">#5889</a>), by <a href="https://github.com/kmpoppe">kmpoppe</a></li>
<li>Clarify some wordings (<a href="https://github.com/streetcomplete/StreetComplete/issues/5927">#5927</a>, <a href="https://github.com/streetcomplete/StreetComplete/issues/5936">#5936</a>), thanks <a href="https://github.com/schra">schra</a></li>
<li>Places overlay: Various small improvements (<a href="https://github.com/streetcomplete/StreetComplete/issues/5926">#5926</a>, <a href="https://github.com/streetcomplete/StreetComplete/issues/5940">#5940</a>, <a href="https://github.com/streetcomplete/StreetComplete/issues/5944">#5944</a>), by <a href="https://github.com/mnalis">mnalis</a></li>
<li>Power supply: Also ask for alpine huts (<a href="https://github.com/streetcomplete/StreetComplete/issues/5943">#5943</a>)</li>
</ul>
<h2>v59.1</h2>
<ul>
<li>Crash issue on subsequent app starts was maybe fixed in MapLibre (<a href="https://github.com/streetcomplete/StreetComplete/issues/5850">#5850</a>)</li>
Expand Down
22 changes: 13 additions & 9 deletions app/src/main/res/raw/credits_contributors.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- name: "Tobias Zwick"
githubUsername: "westnordost"
linesOfCodeChanged: 482274
linesOfInterfaceMarkupChanged: 152677
assetFilesChanged: 2130
linesOfCodeChanged: 482362
linesOfInterfaceMarkupChanged: 152680
assetFilesChanged: 2145
- name: "Mateusz Konieczny"
githubUsername: "matkoniecz"
linesOfCodeChanged: 22172
Expand Down Expand Up @@ -30,7 +30,7 @@
assetFilesChanged: 4
- name: "Matija Nalis"
githubUsername: "mnalis"
linesOfCodeChanged: 3422
linesOfCodeChanged: 3512
linesOfInterfaceMarkupChanged: 523
assetFilesChanged: 70
- name: "arrival-spring"
Expand Down Expand Up @@ -114,16 +114,16 @@
linesOfCodeChanged: 344
linesOfInterfaceMarkupChanged: 1956
assetFilesChanged: 56
- name: "Kai Michael Poppe"
githubUsername: "kmpoppe"
linesOfCodeChanged: 291
linesOfInterfaceMarkupChanged: 297
assetFilesChanged: 44
- name: "mcliquid"
githubUsername: "mcliquid"
linesOfCodeChanged: 286
linesOfInterfaceMarkupChanged: 442
assetFilesChanged: 8
- name: "Kai Michael Poppe"
githubUsername: "kmpoppe"
linesOfCodeChanged: 268
linesOfInterfaceMarkupChanged: 203
assetFilesChanged: 44
- name: "darken"
githubUsername: "d4rken"
linesOfCodeChanged: 230
Expand Down Expand Up @@ -228,6 +228,10 @@
- name: "Jeroen Hoek"
githubUsername: "jdhoek"
linesOfCodeChanged: 17
- name: "André Schröder"
githubUsername: "schra"
linesOfCodeChanged: 16
assetFilesChanged: 4
- name: "typebrook"
linesOfCodeChanged: 16
- name: "Nils Rokita"
Expand Down
47 changes: 26 additions & 21 deletions app/src/main/res/raw/credits_translators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ bs:
msrep: 127
ca:
Pau Nofuentes Sendra: 19567
jmaspons: 11596
Joan Montané: 9814
Josep: 1914
jmaspons: 11382
Joan Montané: 9800
Xavizard Knight: 3708
Josep: 1837
el_libre: 1375
Ruben Moreno Romero: 1034
JOAQUIN: 936
Expand All @@ -53,7 +54,7 @@ cs:
Beavel: 37
Vladankudlac: 19
da:
ERyPTION: 31882
ERyPTION: 31941
Dennis Kjær Jensen: 5685
Soren: 3393
Leonora: 2496
Expand All @@ -66,9 +67,9 @@ da:
Youri Lima: 13
Freso: 12
de:
Flo Edelmann: 16635
Flo Edelmann: 16480
Mr. Update: 8166
mcliquid: 2356
mcliquid: 2067
legofahrrad: 1906
Pixelcode: 1738
papojari: 742
Expand Down Expand Up @@ -157,16 +158,17 @@ eo:
Michal Matúšov: 14
Voltinus: 6
es:
Swyter: 35466
sanchi: 6869
Swyter: 34137
sanchi: 6610
Ignacio L'Episcopo: 2258
jimmy: 1499
Hugoren Martinako: 1286
bletroca: 701
Jose Luis Infante: 631
Roboe: 591
Jose Luis Infante: 611
Víctor Suárez: 590
Roboe: 563
bletroca: 538
Gabrieljgaleano: 316
Javi: 305
Javi: 263
jaimeMF: 211
Renzo: 209
10992: 182
Expand All @@ -180,6 +182,8 @@ es:
rugk: 30
Adolfo Jayme Barrientos: 24
Manu: 11
es-AR:
Ignacio L'Episcopo: 52919
eu:
Osoitz: 16611
alexgabi: 15068
Expand All @@ -204,14 +208,14 @@ fa:
Goudarz Jafari: 29
Saeed: 13
fi:
Rik: 16353
Jiri Grönroos: 10893
OpenKartat: 5434
Aleksi.klasila: 4436
Rik: 16973
Jiri Grönroos: 10762
OpenKartat: 5380
Aleksi.klasila: 4261
Jarmo Sutinen: 2612
Juhana Uuttu: 2554
Juhana Uuttu: 2546
Harri: 1069
Jimi Viita-aho: 1067
Jimi Viita-aho: 1063
Kantele: 711
Ikx: 596
Risto: 554
Expand Down Expand Up @@ -247,6 +251,7 @@ fr:
Jean-Baptiste Holcroft: 286
yahn_f: 237
Greg: 228
Papapoulp: 216
gendy54: 206
Jamie Nadeau: 195
Rodolphe: 189
Expand Down Expand Up @@ -293,7 +298,7 @@ he:
Slava Sukhochev: 3226
Ilya Kogan: 390
hr:
Matija Nalis: 48125
Matija Nalis: 48302
Nemanja Bračko: 59
Mario: 9
hu:
Expand Down Expand Up @@ -398,7 +403,7 @@ nb:
Simen Heggestøyl: 1628
Syver: 1551
Halvor: 1403
Trond Kjetil Bremnes: 844
Trond Kjetil Bremnes: 1331
10992: 822
Mathias Haugsbø: 727
Patchie: 192
Expand Down Expand Up @@ -471,7 +476,7 @@ pl:
Michal: 38
psokol: 24
pt:
Carnum: 40481
Carnum: 40619
NunoCaldeira: 5520
Rui: 2644
waldyrious: 1919
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-ar/translation_info.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="translation_completeness">97</integer>
<integer name="translation_completeness">96</integer>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values-ast/translation_info.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="translation_completeness">80</integer>
<integer name="translation_completeness">79</integer>
</resources>
Loading

0 comments on commit 9f6475f

Please sign in to comment.