d2f1afe61c
Chore: (attempt to) fix android build
2025-05-03 18:06:32 +02:00
7a370c6bd6
Chore: (attempt to) fix android build
2025-05-03 16:55:49 +02:00
7607ce8f38
Chore: (attempt to) fix android build
2025-05-03 16:24:13 +02:00
f50a7f6aac
Chore: (attempt to) fix android build
2025-05-03 15:36:51 +02:00
82905fee3f
Chore: fix android build
2025-05-03 15:23:17 +02:00
07d5c85971
Chore: fix build
2025-05-03 12:59:18 +02:00
d322cba3b3
Chore: translation reset
2025-05-03 12:40:26 +02:00
d1c4b785bb
chore(release): 0.51.3
2025-05-03 12:34:58 +02:00
12b1775b7e
Scripts: attempt to get android build working
2025-05-03 12:33:13 +02:00
9d19cdcec2
Merge pull request 'Make estimateNumberOfImages work for non-string values' ( #2405 ) from ilja_space/MapComplete:fix_pictures_not_showing into develop
...
Reviewed-on: MapComplete/MapComplete#2405
2025-05-03 12:23:55 +02:00
c7527232bc
Merge branch 'develop'
2025-05-03 12:16:58 +02:00
a91ea626a7
Themes(vending_machine): add menstrual_products
2025-05-03 12:16:50 +02:00
ilja space
df40dc1ba7
Make estimateNumberOfImages work for non-string values
...
Images didn't load. When getting to `v.startsWith(prefix)`, this would fail when `v` isn't a string.
For example for node <http://127.0.0.1:1234/theme.html?layout=artwork&z=18.3&lat=51.14639600620251&lon=3.112295470573372#node/12800197366 >
we can see that the tags include `changeset: 165629229, uid: 14124839, version: 2`...
There was already a check to see if there is a value (or was it meant as a check for empty string?),
now we also check more specifically if this value is a string.
Maybe `if (typeof(v) !== 'string')` would also work (without `!v || `),
but then it won't match on empty string any more, and I don't know if that was the goal or not.
2025-05-03 10:26:06 +02:00
75e8f40645
Fix: move validation error to validateLayer, make only a warning
2025-05-02 23:46:49 +02:00
79d43aef40
Themes(guideposts): update guidepost-type questions, make sure they are shown in cyclenodes.json and walkingnodes.json (if relevant), show high-zoom layer to avoid duplicates, see #2385
2025-05-02 19:41:21 +02:00
4de1c8d563
Merge pull request 'Updated italian translations' ( #2403 ) from loviuz/MapComplete:develop into develop
...
Reviewed-on: MapComplete/MapComplete#2403
Reviewed-by: Pieter Vander Vennet <pietervdvn@posteo.net>
2025-05-02 16:34:29 +02:00
loviuz
43908b0693
Updated italian translations
2025-05-01 16:36:40 +02:00
0bb55e82ab
UX: add hotkey to open new point dialog
2025-04-29 22:47:12 +02:00
0e43ac0a7a
UI: fix double application of CSS-classes
2025-04-29 22:45:52 +02:00
bab506d8f6
Themes(wheelchair): add questions on the presence of grab rails in toilets and showers
2025-04-29 22:45:13 +02:00
14691cac45
Fix: when prefixing a tagRendering, correctly handle
2025-04-29 22:44:48 +02:00
b03489d93f
Chore: remove obsolete imports
2025-04-29 17:12:18 +02:00
a1b7d7f350
chore(release): 0.51.2
2025-04-29 03:28:00 +02:00
449d3af7f1
Merge develop
2025-04-29 03:27:54 +02:00
ce212a50dc
Scripts: only run on new tag
2025-04-29 03:26:54 +02:00
54a8ea5cad
Scripts: copy file to deploy location
2025-04-29 03:25:21 +02:00
3d982b5cdb
Scripts: attempt to get action working
2025-04-29 03:00:58 +02:00
6f6b859432
Scripts: attempt to get action working
2025-04-29 02:40:06 +02:00
c14624cac4
Scripts: actually upload apk
2025-04-29 02:25:56 +02:00
947d70550d
Scripts: attempt to build android
2025-04-29 01:24:19 +02:00
b0e51dad49
Scripts: attempt to build android
2025-04-29 00:56:51 +02:00
8737449764
Scripts: attempt to build android
2025-04-29 00:27:24 +02:00
07ab28eb5d
Scripts: attempt to build android
2025-04-29 00:03:30 +02:00
65cf2c7ecc
Scripts: attempt to build android
2025-04-28 18:32:39 +02:00
1a80e1e074
Scripts: attempt to build android
2025-04-28 18:00:55 +02:00
1ddd28fbcb
Scripts: attempt to build android
2025-04-28 17:45:13 +02:00
ee3eba5716
Scripts: attempt to build android
2025-04-28 15:46:21 +02:00
dad9bb1349
UX: add 'show nearby picture' in new point popup
2025-04-28 15:09:17 +02:00
e52ca8e80f
Scripts: attempt to build android
2025-04-28 15:02:19 +02:00
8ebd177977
Scripts: attempt to build android
2025-04-28 14:30:07 +02:00
4d0d3ff8c5
Scripts: attempt to build android
2025-04-28 13:43:05 +02:00
47289f80a2
Update submodule home
2025-04-28 13:19:44 +02:00
d56cf56511
UX: don't show controls when switching scene, fix #2395
2025-04-28 12:46:19 +02:00
feac88a524
Scripts: attempt to build android
2025-04-28 12:16:36 +02:00
30f84f9824
Scripts: attempt to build android
2025-04-28 03:05:18 +02:00
cd60fe3af5
Scripts: attempt to build android
2025-04-28 03:04:37 +02:00
ec10cf72fd
Scripts: attempt to build android
2025-04-28 03:03:28 +02:00
5f4f34734d
Merge branch 'master' of source.mapcomplete.org:MapComplete/MapComplete
2025-04-28 03:02:39 +02:00
9d19f23e1f
Scripts: attempt to build android
2025-04-28 02:56:53 +02:00
2f7f71787d
UI: don't show 'open image on website' if it is not defined
2025-04-28 01:58:00 +02:00