x7z4w
98f537bc86
[ci] Fix appstream
...
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org >
2025-08-20 09:00:45 +00:00
Filip Czaplicki
9c0e1abd15
[styles] Deduplicate mapcss rules
...
Change done automatically using
``` zsh
for x in **/*.mapcss; do
rg --passthru -UN --pcre2 '^node\|([^,]+),?\narea\|\1,?' --replace 'node|$1,' $x | sponge $x;
rg --passthru -UN --pcre2 '^area\|([^,]+),?\nnode\|\1,?' --replace 'node|$1,' $x | sponge $x;
done
```
Follow up to #999
Signed-off-by: Filip Czaplicki <git@starsep.com >
2025-08-20 07:53:37 +02:00
Jean-Baptiste
ca9b3535a8
[android] Use Material 3 theme on linear progress bar
...
Signed-off-by: jeanbaptisteC <jeanbaptiste.charron@outlook.fr >
2025-08-20 06:51:55 +02:00
Jean-Baptiste
dddbfa315d
[android] Drop OSM OAuth1 login
...
Signed-off-by: jeanbaptisteC <jeanbaptiste.charron@outlook.fr >
2025-08-20 06:35:21 +02:00
Jean-Baptiste
c30990ecda
[android] Fix deprecation in HoursMinutesPickerFragment
...
Signed-off-by: jeanbaptisteC <jeanbaptiste.charron@outlook.fr >
2025-08-20 06:20:08 +02:00
x7z4w
fdb72c9d31
[android] Remove BOM
...
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org >
2025-08-20 06:19:10 +02:00
Jean-Baptiste
139facfb00
[iOS] Remove old translations about osm re-auth
...
Signed-off-by: jeanbaptisteC <jeanbaptiste.charron@outlook.fr >
2025-08-19 19:39:11 +02:00
Konstantin Pastbin
7536591ca4
[routing] Make ladder and steps speed slower
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com >
2025-08-19 23:34:00 +07:00
Viktor Govako
c7592276f7
[classifier] Added highway=ladder to the routing and other checkers.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com >
2025-08-19 23:34:00 +07:00
Viktor Govako
8ef68a5559
[style] Set line rules for highway=ladder.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com >
2025-08-19 23:34:00 +07:00
vikiawv
e46d3d9b65
[styles] Added Roadshieldcolors in Europe (Belgium-Portugal)
...
[styles] Added roadshield-color Romania
also some other, even though only highways there, as there are no letter markers inside the ref code
Spain and Turkey need to be checked by person with local knowledge.
[styles] corrected Ireland Motorway and Romania DS/DJ-Streets
Signed-off-by: vikiawv <vikiawv@noreply.codeberg.org >
2025-08-19 18:48:10 +07:00
Jean-Baptiste
62de63eda0
[android]Use ContextCompat API instead Resources API
...
Signed-off-by: Jean-Baptiste Charron <jeanbaptiste.charron@outlook.fr >
2025-08-19 07:45:03 +02:00
Codeberg Translate
e786dbe5f5
[strings] Update from Codeberg Translate
...
Co-authored-by: AnanasSux <ananassux@noreply.codeberg.org >
Co-authored-by: B o d o <timtrek@noreply.codeberg.org >
Co-authored-by: Codeberg Translate <translate@codeberg.org >
Co-authored-by: Fjuro <fjuro@alius.cz >
Co-authored-by: Laurent FAVOLE <lfavole@noreply.codeberg.org >
Co-authored-by: Lenny Angst <lenny@familie-angst.ch >
Co-authored-by: Mickael81 <mickael81@noreply.codeberg.org >
Co-authored-by: N4ta <codeberg@n4ta.anonaddy.me >
Co-authored-by: Outbreak2096 <outbreak2096@noreply.codeberg.org >
Co-authored-by: Prefill add-on <noreply-addon-prefill@weblate.org >
Co-authored-by: Priit Jõerüüt <jrtcdbrg@noreply.codeberg.org >
Co-authored-by: Stephan-P <stephan-p@noreply.codeberg.org >
Co-authored-by: alexgabi <alexgabi@noreply.codeberg.org >
Co-authored-by: and4po <and4po@noreply.codeberg.org >
Co-authored-by: aoxa <aoxa@noreply.codeberg.org >
Co-authored-by: concede2913 <concede2913@noreply.codeberg.org >
Co-authored-by: ghose <ghose@noreply.codeberg.org >
Co-authored-by: gimse <gimse@noreply.codeberg.org >
Co-authored-by: lazlo <lazlo@noreply.codeberg.org >
Co-authored-by: ldmpub <ldmpub@noreply.codeberg.org >
Co-authored-by: matheusgomesms <matheusgomesms@noreply.codeberg.org >
Co-authored-by: metehan <metehan@noreply.codeberg.org >
Co-authored-by: patepelo <patepelo@noreply.codeberg.org >
Co-authored-by: phama <phama@noreply.codeberg.org >
Translate-URL: https://translate.codeberg.org/projects/comaps/android-typestrings/
Translate-URL: https://translate.codeberg.org/projects/comaps/ios-typestrings/
Translation: CoMaps/Android - Map Feature Types
Translation: CoMaps/Android UI Strings
Translation: CoMaps/Apple AppStore description
Translation: CoMaps/Countries and regions names
Translation: CoMaps/F-Droid app description
Translation: CoMaps/Voice announcements for navigation (TTS)
Translation: CoMaps/iOS - Map Feature Types
Translation: CoMaps/iOS Plist
Translation: CoMaps/iOS Plurals
Translation: CoMaps/iOS UI Strings
2025-08-19 04:38:04 +00:00
Harry Bond
d44f0ae7da
[android] Display overlay layer state with icon
...
Fixes #1402
Signed-off-by: Harry Bond <me@hbond.xyz >
2025-08-19 06:37:50 +02:00
Jean-Baptiste
4232de04ac
[android] Fix padding in bookmark category settings
...
Signed-off-by: JeanBaptisteC <jeanbaptiste.charron@outlook.fr >
2025-08-18 20:29:12 +02:00
map-per
bfacc2a98d
Fix standalone notes not being saved when not logged in ( #1433 )
...
Signed-off-by: map-per <map-per@gmx.de >
2025-08-18 20:08:40 +02:00
Eivind Samseth
d04327082d
[drape] Match iOS double tap to zoom behavior
...
Signed-off-by: eisa01 <eisa01@gmail.com >
2025-08-18 14:15:27 +02:00
Yannik Bloscheck
3097b54036
[ios] Import functional in MWMEditorHelper.mm
...
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com >
2025-08-18 09:07:05 +02:00
Yannik Bloscheck
e2fa169832
[ios] Fix modulemap path in Xcode
...
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com >
2025-08-18 09:07:05 +02:00
Viktor Govako
3d6d08e2a1
[kml] Factor out ParseXXXColor functions.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com >
2025-08-18 09:07:05 +02:00
Interactiondesigner
5e8eeb1f20
Update categories_cuisines.txt
...
Changed translation of cuisine=barbecue in German from "Grill" to "Barbecue" since cuisine=Grill als uses "Grill". So when adding a restaurant, it can be better distinguished between more traditional European/Middle Eastern grill and the more American Barbecue cuisine.
Signed-off-by: Interactiondesigner <mr.funky@gmx.de >
2025-08-18 09:07:05 +02:00
Viktor Govako
8d61c7447b
[routing][tests] Added "agricultural" roads test.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com >
2025-08-18 09:07:05 +02:00
Osyotr
4117cca562
CMake fixes for Windows
...
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com >
2025-08-18 09:07:05 +02:00
Osyotr
416b8ab95a
Fix quoting in curl cmdline
...
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com >
2025-08-18 09:07:05 +02:00
Osyotr
d8f9323705
Add missing lib on Windows ( #11004 )
...
* Add missing lib on Windows
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com >
* Update libs/platform/CMakeLists.txt
Signed-off-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com >
---------
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com >
Signed-off-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com >
Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com >
2025-08-18 09:07:05 +02:00
Alexander Borsuk
e3d47775fc
[TTS] Clearer pronouncement of route recalculation in ru
...
> При уходе с тропы если язык подсказок русский, говорит - «преращик маршрута».
Signed-off-by: Alexander Borsuk <me@alex.bio >
2025-08-18 09:07:05 +02:00
Andrei Shkrob
a580c19dc0
[android-auto] Fix null pointer exception
...
Signed-off-by: Andrei Shkrob <github@shkrob.dev >
2025-08-18 09:07:05 +02:00
Andrei Shkrob
8e0d4776af
[style] Some improvements
...
Signed-off-by: Andrei Shkrob <github@shkrob.dev >
2025-08-18 09:07:05 +02:00
Alexander Borsuk
674abcf02e
[linux] Fix zero file creation (birth) time
...
Observed in Ubuntu 24 via Orb on arm-based Mac
Signed-off-by: Alexander Borsuk <me@alex.bio >
2025-08-18 09:07:05 +02:00
hemanggs
fbaa59ce3b
[android] Refactoring regression fix
...
Signed-off-by: hemanggs <hemangmanhas@gmail.com >
2025-08-18 09:07:05 +02:00
Viktor Govako
72ff90defd
[base] Added to_uint base for string_view.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com >
2025-08-18 09:07:05 +02:00
Viktor Govako
1d29e7816a
[coding] Rename non-empty string serialization.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com >
2025-08-18 09:07:05 +02:00
Viktor Govako
7b4862b442
[base] Updated IsSortedAndUnique function.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com >
2025-08-18 09:07:05 +02:00
Viktor Govako
b7b87f5530
[tracks] Safe GpsTrackCollection requests during recording.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com >
2025-08-18 09:07:05 +02:00
Viktor Govako
fb62982000
[tracks] Set close distance threshold to 10m.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com >
2025-08-18 09:07:05 +02:00
Viktor Govako
64f50d4e49
[tracks] Fixed ending points.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com >
2025-08-18 09:07:05 +02:00
Viktor Govako
fda1da03c8
[tracks] Fixed starting points.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com >
2025-08-18 09:07:05 +02:00
David Martinez
8477fff988
[strings] Add more Spanish categories translations
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com >
2025-08-18 09:07:05 +02:00
Osyotr
5158ceb311
Add windows support to vulkan_wrapper
...
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com >
2025-08-18 09:07:05 +02:00
Ferenc Géczi
7e5e6ec78e
[libs][linux] Fix incorrect include of fcntl.h
...
The POSIX standard says, that `fcntl.h` is to be included as `#include <fcntl.h>`.
This change fixes the compiler warnings that happen with `musl` libc :
```
/usr/include/sys/fcntl.h:1:2: warning: #warning redirecting incorrect #include <sys/fcntl.h> to <fcntl.h> [-Wcpp]
1 | #warning redirecting incorrect #include <sys/fcntl.h> to <fcntl.h>
| ^~~~~~~
In file included from /home/ferenc/github.com/organicmaps/organicmaps/libs/coding/mmap_reader.cpp:18,
from /home/ferenc/github.com/organicmaps/organicmaps/build-alpine-3.21/build-alpine-3.21/libs/coding/CMakeFiles/coding.dir/Unity/unity_0_cxx.cxx:40:
/usr/include/sys/fcntl.h:1:2: warning: #warning redirecting incorrect #include <sys/fcntl.h> to <fcntl.h> [-Wcpp]
1 | #warning redirecting incorrect #include <sys/fcntl.h> to <fcntl.h>
| ^~~~~~~
````
This happens because of the explicit [warning in the proxy header](
https://git.musl-libc.org/cgit/musl/tree/include/sys/fcntl.h )
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com >
2025-08-18 09:07:05 +02:00
Osyotr
0ea0f2e49a
Make UniformRandom standard-conforming
...
std::uniform_int_distribution<T> requires sizeof(T) >= sizeof(short)
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com >
2025-08-18 09:07:05 +02:00
Viktor Govako
b1c2b204a1
gcc13 fix
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com >
2025-08-18 09:07:05 +02:00
Alexander Borsuk
52a0c45083
Glaze smoke test
...
Signed-off-by: Alexander Borsuk <me@alex.bio >
2025-08-18 09:07:05 +02:00
Alexander Borsuk
4de9de38ad
[3party] Add glaze submodule
...
Signed-off-by: Alexander Borsuk <me@alex.bio >
2025-08-18 09:07:05 +02:00
Alexander Borsuk
215c19dcc7
Fix unity build error by removing using namespace std;
...
Signed-off-by: Alexander Borsuk <me@alex.bio >
2025-08-18 09:07:05 +02:00
Osyotr
b5b333c832
Fix TokenizeIterator on Windows
...
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com >
2025-08-18 09:07:05 +02:00
Osyotr
dfd7af92fa
Remove usage of boost/iostreams from 3party/succint
...
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com >
2025-08-18 09:07:05 +02:00
Osyotr
e00d5d33b2
Add missing include
...
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com >
2025-08-18 09:07:05 +02:00
Osyotr
5ae8156fa3
Fix std::atomic_flag initialization
...
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com >
2025-08-18 09:07:05 +02:00
Viktor Govako
b107638b8b
[routing] SaveRoute minor fixes and CHECK.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com >
2025-08-18 09:07:05 +02:00
Alexander Borsuk
c4599f4889
C++23
...
Signed-off-by: Alexander Borsuk <me@alex.bio >
2025-08-18 09:07:05 +02:00
Yannik Bloscheck
580209f7ea
[ios] Ending search when switching over to routing
...
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com >
2025-08-18 08:13:35 +02:00
Harry Bond
abc755c058
[styles] Don't show postbox labels
...
Fixes #1399
Signed-off-by: Harry Bond <me@hbond.xyz >
Signed-off-by: Harry Bond <me@hbond.xyz >
2025-08-18 08:07:14 +02:00
Yannik Bloscheck
035a8edebb
[ios] Adding CarPlay entitlement
...
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com >
2025-08-17 22:07:30 +02:00
Henry Sternberg
c59b63d784
[routing] OSM tag based time and turn penalties
...
Signed-off-by: Henry Sternberg <dev@bluelightmaps.com >
Co-Authored-By: eisa01 <eisa01@gmail.com >
Co-Authored-By: x7z4w <x7z4w@noreply.codeberg.org >
Co-Authored-By: Yannik Bloscheck <git@yannikbloscheck.com >
2025-08-17 19:40:00 +02:00
Jean-Baptiste
daf2a7d8e7
[android] Fix color issues for AppCompat components
...
Signed-off-by: Jean-Baptiste Charron <jeanbaptiste.charron@outlook.fr >
2025-08-17 18:43:47 +02:00
Jean-Baptiste
f549108e72
[docs] Remove custom styles badges to fix render on Github
...
Signed-off-by: Jean-Baptiste Charron <jeanbaptiste.charron@outlook.fr >
2025-08-17 18:24:37 +02:00
Codeberg Translate
90667e9fa1
[strings] Update from Codeberg Translate
...
Co-authored-by: Codeberg Translate <translate@codeberg.org >
Co-authored-by: Fjuro <fjuro@alius.cz >
Co-authored-by: Mickael81 <mickael81@noreply.codeberg.org >
Co-authored-by: N4ta <codeberg@n4ta.anonaddy.me >
Co-authored-by: Priit Jõerüüt <jrtcdbrg@noreply.codeberg.org >
Co-authored-by: Stephan-P <stephan-p@noreply.codeberg.org >
Co-authored-by: alexgabi <alexgabi@noreply.codeberg.org >
Co-authored-by: aoxa <aoxa@noreply.codeberg.org >
Co-authored-by: concede2913 <concede2913@noreply.codeberg.org >
Co-authored-by: metehan <metehan@noreply.codeberg.org >
Co-authored-by: patepelo <patepelo@noreply.codeberg.org >
Co-authored-by: phama <phama@noreply.codeberg.org >
Translate-URL: https://translate.codeberg.org/projects/comaps/ios-typestrings/
Translation: CoMaps/Android - Map Feature Types
Translation: CoMaps/Android UI Strings
Translation: CoMaps/Apple AppStore description
Translation: CoMaps/Countries and regions names
Translation: CoMaps/F-Droid app description
Translation: CoMaps/iOS - Map Feature Types
Translation: CoMaps/iOS Plist
Translation: CoMaps/iOS UI Strings
2025-08-17 17:38:15 +02:00
vikiawv
8bac8b7d37
[styles] Austria Reference Color
...
Signed-off-by: vikiawv <vikiawv@noreply.codeberg.org >
Co-authored-by: vikiawv <vikiawv@noreply.codeberg.org >
Co-committed-by: vikiawv <vikiawv@noreply.codeberg.org >
2025-08-17 15:54:03 +02:00
Konstantin Pastbin
bfffa1fff4
Format all C++ and Java code via clang-format
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com >
2025-08-17 14:32:37 +07:00
Konstantin Pastbin
9f0290c0ec
[ios] Disable clang-format temporary
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com >
2025-08-17 14:28:44 +07:00
Andrei Shkrob
8a8a3c5a08
[ci] remove clang-format workflow
...
Signed-off-by: Andrei Shkrob <github@shkrob.dev >
2025-08-17 14:28:44 +07:00
Andrei Shkrob
518747d503
[ci] add code style check workflow
...
Signed-off-by: Andrei Shkrob <github@shkrob.dev >
2025-08-17 14:28:44 +07:00
Alexander Borsuk
5063b511ae
tools/unix/clang-format.sh to format all necessary files in the repo
...
Signed-off-by: Alexander Borsuk <me@alex.bio >
2025-08-17 14:28:44 +07:00
Alexander Borsuk
fbe3f72fb1
.clang-format-ignore
...
Signed-off-by: Alexander Borsuk <me@alex.bio >
2025-08-17 14:28:44 +07:00
Alexander Borsuk
872c0d3e15
.clang-format rules
...
Signed-off-by: Alexander Borsuk <me@alex.bio >
.clang-format remove unnecessary semicolons
Signed-off-by: Alexander Borsuk <me@alex.bio >
[clang-format] Removed "AlignArrayOfStructures".
Signed-off-by: Viktor Govako <viktor.govako@gmail.com >
2025-08-17 14:28:44 +07:00
Andrei Shkrob
9833918aac
[android][sdk] Refactoring
...
Signed-off-by: Andrei Shkrob <github@shkrob.dev >
2025-08-17 09:26:56 +02:00
renderexpert
0000ec149c
Fix wrong texture setting for RouteMarker
...
Signed-off-by: renderexpert <expert@renderconsulting.co.uk >
2025-08-17 08:30:56 +02:00
renderexpert
da3053f5fc
Make check more strict in ApplyTextures
...
Signed-off-by: renderexpert <expert@renderconsulting.co.uk >
2025-08-17 08:30:56 +02:00
renderexpert
5a0ff536a7
Regenerate Vulkan shaders
...
Signed-off-by: renderexpert <expert@renderconsulting.co.uk >
2025-08-17 08:30:56 +02:00
renderexpert
36f123ef25
Fix crash in CreateDescriptorSetGroup
...
Signed-off-by: renderexpert <expert@renderconsulting.co.uk >
2025-08-17 08:30:56 +02:00
renderexpert
01c2f02c86
Remove OpenGL ES2 leftovers that caused crash in Vulkan
...
Signed-off-by: renderexpert <expert@renderconsulting.co.uk >
2025-08-17 08:30:56 +02:00
renderexpert
4d702ec541
Set OpenGLES 3.0 as minimal version in Android manifest
...
Signed-off-by: renderexpert <expert@renderconsulting.co.uk >
2025-08-17 08:30:56 +02:00
renderexpert
344cf6d709
Fix OpenGL glUniform mismatch
...
Signed-off-by: renderexpert <expert@renderconsulting.co.uk >
2025-08-17 08:30:56 +02:00
renderexpert
14b3e8fc8f
Fix shader tests on Linux
...
Signed-off-by: renderexpert <expert@renderconsulting.co.uk >
2025-08-17 08:30:56 +02:00
renderexpert
6d0daf6fe7
Rewrite shaders to use OpenGL ES3 syntax
...
Signed-off-by: renderexpert <expert@renderconsulting.co.uk >
2025-08-17 08:30:56 +02:00
renderexpert
9b3507211f
Remove Tegra support hacks
...
Signed-off-by: renderexpert <expert@renderconsulting.co.uk >
2025-08-17 08:30:56 +02:00
renderexpert
a406462549
Remove Adreno 200 support hacks
...
Signed-off-by: renderexpert <expert@renderconsulting.co.uk >
2025-08-17 08:30:56 +02:00
renderexpert
897d7a253d
Refactor shaders to use GLES3 syntax
...
Signed-off-by: renderexpert <expert@renderconsulting.co.uk >
2025-08-17 08:30:56 +02:00
renderexpert
b23c2ba3e3
[Drape] Remove GLES2-related code
...
Signed-off-by: renderexpert <expert@renderconsulting.co.uk >
2025-08-17 08:30:56 +02:00
hb0nd
705c715356
[docs] Make funding section sound less threatening
...
Currently, it sounds like a threat to make it paid etc unless people donate 😅
Signed-off-by: hb0nd <me@hbond.xyz >
2025-08-16 19:48:29 +02:00
Jean-Baptiste
826ddba26f
[android] Use material properties in styles and themes
...
Signed-off-by: Jean-Baptiste Charron <jeanbaptiste.charron@outlook.fr >
2025-08-16 11:04:30 +02:00
hemanggs
2492e8bda4
[Android] Standalone Note UI in Category select screen
...
Signed-off-by: hemanggs <hemangmanhas@gmail.com >
2025-08-16 07:04:33 +02:00
hemanggs
9e494ed8a5
[core] Create Standalone Note core
...
Signed-off-by: hemanggs <hemangmanhas@gmail.com >
2025-08-16 07:04:33 +02:00
Andrei Shkrob
1c8ac1f32a
[android] Show bookmark icon in color selector
...
Signed-off-by: Andrei Shkrob <github@shkrob.dev >
2025-08-16 07:04:33 +02:00
Andrei Shkrob
d0bb8c1c49
[android] Fix colors order
...
Signed-off-by: Andrei Shkrob <github@shkrob.dev >
2025-08-16 07:04:33 +02:00
Jean-Baptiste
6c4503b0db
[android] Improve size of bookmark icons
...
Signed-off-by: Jean-Baptiste Charron <jeanbaptiste.charron@outlook.fr >
2025-08-16 07:04:33 +02:00
Viktor Govako
a39b3a9921
[android] Fixed getting drawable icons.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com >
2025-08-16 07:04:33 +02:00
Andrei Shkrob
8493ed369a
[android] Fix collor selector issue
...
Signed-off-by: Andrei Shkrob <github@shkrob.dev >
2025-08-16 07:04:33 +02:00
Andrei Shkrob
2ded7e5e2b
[android] Load icon types from core
...
Signed-off-by: Andrei Shkrob <github@shkrob.dev >
2025-08-16 07:04:33 +02:00
Andrei Shkrob
d9335c0b6c
[android] Load predefined colors from core
...
Signed-off-by: Andrei Shkrob <github@shkrob.dev >
2025-08-16 07:04:33 +02:00
Andrei Shkrob
ebc5370052
[android] Load TTS languages from core
...
Signed-off-by: Andrei Shkrob <github@shkrob.dev >
2025-08-16 07:04:33 +02:00
Konstantin Pastbin
0a96a23ca0
[desktop] Fix Mac icon file location
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com >
2025-08-16 01:43:47 +07:00
Konstantin Pastbin
5b05a7ac71
[3party] Protobuf MSVC and C++23 fixes
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com >
2025-08-16 01:15:07 +07:00
Kiryl Kaveryn
31104eed4d
[ios] Remove fileCoordinator wrapping from downloading starting
...
And add check `isUbiquitousItem` before downloading start. This method returns false when the file doesn't exist.
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com >
2025-08-16 00:33:06 +07:00
Kiryl Kaveryn
0f2353aae6
[ios] Track the percentDownloaded for the downloaded from the cloud files
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com >
2025-08-16 00:32:58 +07:00
Kiryl Kaveryn
d01b8aaab4
[map] Remove zooming back on track deselection
...
Closes https://github.com/organicmaps/organicmaps/issues/10941
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com >
2025-08-16 00:27:55 +07:00
Alexander Borsuk
33f8e20f1b
[Linux] Vulkan build fixes
...
Signed-off-by: Alexander Borsuk <me@alex.bio >
2025-08-16 00:23:24 +07:00
Alexander Borsuk
76d8396cb1
[3party] Updated Vulkan headers to v1.4.322
...
Signed-off-by: Alexander Borsuk <me@alex.bio >
2025-08-16 00:19:01 +07:00
Andrei Shkrob
0f744e7cf2
[desktop] Organize desktop resources
...
Signed-off-by: Andrei Shkrob <github@shkrob.dev >
2025-08-16 00:12:24 +07:00
Konstantin Pastbin
5d990bdc19
[docs] Add ninja to MacOS deps
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com >
2025-08-15 11:47:53 +07:00
Yannik Bloscheck
1f2d70c720
[xcode] Updated upgrade check version to latest value
...
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com >
2025-08-14 18:22:40 +02:00
Alexander Borsuk
76ffc99abd
New cpp folder structure
...
Signed-off-by: Alexander Borsuk <me@alex.bio >
2025-08-14 20:52:04 +07:00
x7z4w
c9cbb64f12
[search] Follow-up fix for synonyms
...
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org >
2025-08-14 11:07:33 +02:00
x7z4w
c4722f7025
[ci] Fix Github CI
...
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org >
2025-08-14 10:57:30 +02:00
Yannik Bloscheck
211e3fb4f0
[ios] Fixing ATM translation on place page
...
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com >
2025-08-13 20:26:31 +02:00
Konstantin Pastbin
ab0c2e70d5
[planet] Update map data to 250804
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com >
2025-08-13 20:25:04 +02:00
Konstantin Pastbin
3133b88346
Relnotes for 1st August release
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com >
2025-08-13 20:18:00 +02:00
x7z4w
b1479127e7
[ci] Use self-hosted runner
...
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org >
2025-08-13 20:05:43 +02:00
Yannik Bloscheck
18c3b8cda5
[styles] Made general area slightly less grey
...
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com >
2025-08-13 20:03:44 +02:00
Codeberg Translate
38037c1174
[strings] Update from Codeberg Translate
...
Co-authored-by: Codeberg Translate <translate@codeberg.org >
Co-authored-by: jimkats <jimkats@noreply.codeberg.org >
Co-authored-by: patepelo <patepelo@noreply.codeberg.org >
Translation: CoMaps/Android - Map Feature Types
Translation: CoMaps/Countries and regions names
Translation: CoMaps/iOS - Map Feature Types
2025-08-13 17:36:51 +00:00
Konstantin Pastbin
593f2fd828
[tools] Change World maps download mirror
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com >
2025-08-13 13:06:50 +07:00
Jean-Baptiste
066afe4aa8
[android] Improve alignment layout
...
Signed-off-by: Jean-Baptiste Charron <jeanbaptiste.charron@outlook.fr >
2025-08-12 17:57:50 +02:00
Jean-Baptiste
2df3e3557b
[android] Migrate last themes to Material Components
...
Signed-off-by: Jean-Baptiste Charron <jeanbaptiste.charron@outlook.fr >
2025-08-12 17:57:50 +02:00
Codeberg Translate
f79e86dff6
[strings] Update from Codeberg Translate
...
Co-authored-by: Codeberg Translate <translate@codeberg.org >
Translate-URL: https://translate.codeberg.org/projects/comaps/countries/
Translation: CoMaps/Countries and regions names
2025-08-12 15:11:24 +00:00
Konstantin Pastbin
244af5ea34
[core] Make DefaultLanguage arg const ref
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com >
2025-08-12 19:35:51 +07:00
Yannik Bloscheck
185ae66101
[core] Fix local language not being used in some cases
...
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com >
2025-08-12 12:36:56 +02:00
Konstantin Pastbin
f09b372590
[drape] Comment dummy assert firing in debug builds
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com >
2025-08-12 16:23:43 +07:00
Konstantin Pastbin
de4ec645b6
[styles] Disable unused designer drules
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com >
2025-08-12 10:14:53 +02:00
Konstantin Pastbin
b1710c0fd6
Revert "[android] Migrate last themes to Material Components"
...
This reverts commit b41bad5ea4 .
2025-08-12 13:01:16 +07:00
Eivind Samseth
be0784e4ad
[docs] Improve maps generator documentation
...
Add instructions for uv package managment and how to test on iOS
Signed-off-by: eisa01 <eisa01@gmail.com >
2025-08-11 21:00:50 +02:00
Henry Sternberg
78baadfe95
[core][drape] Making arrows smooth again
...
Signed-off-by: Henry Sternberg <dev@bluelightmaps.com >
2025-08-11 16:58:28 +02:00
Codeberg Translate
2dade5039a
[strings] Update from Codeberg Translate
...
Co-authored-by: Artiman <artiman@noreply.codeberg.org >
Co-authored-by: Codeberg Translate <translate@codeberg.org >
Co-authored-by: N4ta <codeberg@n4ta.anonaddy.me >
Co-authored-by: ikanakova <ikanakova@noreply.codeberg.org >
Co-authored-by: patepelo <patepelo@noreply.codeberg.org >
Co-authored-by: sunsand <sunsand@noreply.codeberg.org >
Co-authored-by: sziatomi <sziatomi@noreply.codeberg.org >
Translation: CoMaps/Android - Map Feature Types
Translation: CoMaps/Android UI Strings
Translation: CoMaps/Countries and regions names
Translation: CoMaps/F-Droid app description
Translation: CoMaps/Voice announcements for navigation (TTS)
Translation: CoMaps/iOS - Map Feature Types
Translation: CoMaps/iOS UI Strings
2025-08-11 13:58:51 +00:00
x7z4w
36ec212671
[strings] Remove internal types
...
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org >
2025-08-11 15:58:12 +02:00
x7z4w
bdbbed6265
[strings] Consistent categories strings
...
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org >
2025-08-11 15:25:35 +02:00
Jean-Baptiste
007aa818ff
[android] Add support of Android 16 - First part
...
Signed-off-by: Jean-Baptiste Charron <jeanbaptiste.charron@outlook.fr >
2025-08-11 14:59:57 +02:00
Viktor Govako
001246fd10
[routing][tests] Updated integration tests.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com >
2025-08-11 14:58:45 +02:00
Alexander Borsuk
76d7ef146c
Removed SignedRound and replaced std::round with std::lround where needed
...
Also see https://clang.llvm.org/extra/clang-tidy/checks/bugprone/incorrect-roundings.html
Signed-off-by: Alexander Borsuk <me@alex.bio >
2025-08-11 14:58:45 +02:00
Alexander Borsuk
ae349462c6
Smoke test for std::round and std::lround
...
Signed-off-by: Alexander Borsuk <me@alex.bio >
2025-08-11 14:58:45 +02:00
Alexander Borsuk
972cefb074
Open in another app generates geo: URI with a q= query compatible with Google Maps
...
Signed-off-by: Alexander Borsuk <me@alex.bio >
2025-08-11 14:58:45 +02:00
Alexander Borsuk
30718e106e
ADL for AlmostEqual* and use math:: instead of base:: ( #9634 )
...
* ADL for AlmostEqual* and use math:: instead of base::
Signed-off-by: Alexander Borsuk <me@alex.bio >
2025-08-11 14:58:45 +02:00
Alexander Borsuk
82133c5743
Fixed failing is_finite tests on the latest clang
...
Signed-off-by: Alexander Borsuk <me@alex.bio >
2025-08-11 14:58:45 +02:00
Alexander Borsuk
8fe788c98d
Removed -Ofast to silence clang warning
...
Signed-off-by: Alexander Borsuk <me@alex.bio >
2025-08-11 14:58:45 +02:00
Konstantin Pastbin
684784c2b2
[drape] Increase colors texture size
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com >
2025-08-11 14:56:51 +02:00
Eivind Samseth
492eab91fc
[generator] Remove survey:date support
...
Indefinite behavior if both check_date and survey:date are set. Likely need its own metadata key
Signed-off-by: eisa01 <eisa01@gmail.com >
2025-08-11 12:24:46 +02:00
x7z4w
86ebbf6006
Remove us1
...
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org >
2025-08-11 10:06:44 +02:00
Codeberg Translate
45e15e2edb
[strings] Update from Codeberg Translate
...
Co-authored-by: Codeberg Translate <translate@codeberg.org >
Co-authored-by: ERYpTION <eryption@noreply.codeberg.org >
Co-authored-by: Mannivu <mannivu@noreply.codeberg.org >
Co-authored-by: patepelo <patepelo@noreply.codeberg.org >
Co-authored-by: sziatomi <sziatomi@noreply.codeberg.org >
Translation: CoMaps/Android - Map Feature Types
Translation: CoMaps/Android UI Strings
Translation: CoMaps/Apple AppStore description
Translation: CoMaps/Countries and regions names
Translation: CoMaps/F-Droid app description
Translation: CoMaps/Google Play and Huawei AppGallery descriptions
Translation: CoMaps/iOS - Map Feature Types
Translation: CoMaps/iOS Plurals
Translation: CoMaps/iOS UI Strings
2025-08-10 15:11:32 +00:00
Harry Bond
1e358375c6
[desktop] change id to app.comaps.comaps
...
apparently app.comaps.qt is no good either. this one is confirmed fine
Signed-off-by: Harry Bond <me@hbond.xyz >
2025-08-10 14:40:15 +01:00
Konstantin Pastbin
c3d0689d8a
[generator] Fix default NODE_STORAGE setting to 'map'
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com >
2025-08-10 15:41:21 +07:00
Harry Bond
607191503c
[desktop] Change ID from .desktop to .qt
...
required to publish on Flathub, and .desktop is a file extension anyway so it's a bad idea
also some improvements to metadata structure, and add branding colours
and fix the welcome message in qt
Signed-off-by: Harry Bond <me@hbond.xyz >
2025-08-10 10:06:24 +02:00
Konstantin Pastbin
7ec05f16e5
[search] Fix predefined Parking category for DE
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com >
2025-08-10 09:57:57 +02:00
Jean-Baptiste
b41bad5ea4
[android] Migrate last themes to Material Components
...
Signed-off-by: Jean-Baptiste Charron <jeanbaptiste.charron@outlook.fr >
2025-08-10 06:55:03 +02:00
Jean-Baptiste
1e22b678e2
[android] Update background color of stop icons
...
Signed-off-by: Jean-Baptiste Charron <jeanbaptiste.charron@outlook.fr >
2025-08-09 20:05:51 +02:00
x7z4w
f88b0afa58
[docs] Update docs
...
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org >
2025-08-09 13:51:09 +02:00
Codeberg Translate
d7ece38279
[strings] Update from Codeberg Translate
...
Co-authored-by: 0ko <0ko@noreply.codeberg.org >
Co-authored-by: Alexey Ladygin <nitrodox@noreply.codeberg.org >
Co-authored-by: Antmajgra <antmajgra@noreply.codeberg.org >
Co-authored-by: B o d o <timtrek@noreply.codeberg.org >
Co-authored-by: Codeberg Translate <translate@codeberg.org >
Co-authored-by: ERYpTION <eryption@noreply.codeberg.org >
Co-authored-by: Fjuro <fjuro@alius.cz >
Co-authored-by: Frz <frz@noreply.codeberg.org >
Co-authored-by: Fs00 <fs00@noreply.codeberg.org >
Co-authored-by: Lenny Angst <lenny@familie-angst.ch >
Co-authored-by: N4ta <codeberg@n4ta.anonaddy.me >
Co-authored-by: Outbreak2096 <outbreak2096@noreply.codeberg.org >
Co-authored-by: Prefill add-on <noreply-addon-prefill@weblate.org >
Co-authored-by: Priit Jõerüüt <jrtcdbrg@noreply.codeberg.org >
Co-authored-by: Weblate <noreply-mt-weblate@weblate.org >
Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org >
Co-authored-by: Zalexanninev15 <zalexanninev15@noreply.codeberg.org >
Co-authored-by: ZeljkoBG <zeljkobg@noreply.codeberg.org >
Co-authored-by: athulvis <athulvis@noreply.codeberg.org >
Co-authored-by: jimkats <jimkats@noreply.codeberg.org >
Co-authored-by: lazlo <lazlo@noreply.codeberg.org >
Co-authored-by: ldmpub <ldmpub@noreply.codeberg.org >
Co-authored-by: maklein <maklein@noreply.codeberg.org >
Co-authored-by: matheusgomesms <matheusgomesms@noreply.codeberg.org >
Co-authored-by: metehan <metehan@noreply.codeberg.org >
Co-authored-by: patepelo <patepelo@noreply.codeberg.org >
Co-authored-by: paulb <paulb@noreply.codeberg.org >
Co-authored-by: rimas <rimas@noreply.codeberg.org >
Co-authored-by: x7z4w <x7z4w@noreply.codeberg.org >
Translate-URL: https://translate.codeberg.org/projects/comaps/ios-typestrings/
Translation: CoMaps/Android - Map Feature Types
Translation: CoMaps/Android UI Strings
Translation: CoMaps/Apple AppStore description
Translation: CoMaps/Countries and regions names
Translation: CoMaps/F-Droid app description
Translation: CoMaps/Google Play and Huawei AppGallery descriptions
Translation: CoMaps/Voice announcements for navigation (TTS)
Translation: CoMaps/iOS - Map Feature Types
Translation: CoMaps/iOS Plist
Translation: CoMaps/iOS Plurals
Translation: CoMaps/iOS UI Strings
2025-08-09 09:38:04 +00:00
Yannik Bloscheck
722fc5e333
[ios] Added paning of the map and search keyboard shortcut for Macs
...
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com >
2025-08-09 11:37:55 +02:00
Jean-Baptiste
f05a9c9eb4
[android] Migrate routing screens to Material
...
Signed-off-by: Jean-Baptiste Charron <jeanbaptiste.charron@outlook.fr >
2025-08-09 09:16:53 +02:00
Andrei Shkrob
07c26a5ab8
[data] move case folding data into test folder
...
Signed-off-by: Andrei Shkrob <github@shkrob.dev >
2025-08-08 20:49:43 +07:00
Andrei Shkrob
8f5c8a5bd7
[data] Refactor resources folder
...
Signed-off-by: Andrei Shkrob <github@shkrob.dev >
2025-08-08 20:47:41 +07:00
Eivind Samseth
04246a55f2
[generator] Add check_date and variants
...
Includes survey:date and check_date:opening_hours
Only apply to amenity and shop types for now
[generator] Add check_date to further types
[generator] Improve date validation
Check if it can be parsed to a proper date
Signed-off-by: Eivind Samseth <eisa01@gmail.com >
2025-08-08 15:11:24 +02:00
Harry Bond
b096199695
[qt] prep metainfo for Flathub release
...
Signed-off-by: Harry Bond <me@hbond.xyz >
2025-08-07 23:15:45 +01:00
Konstantin Pastbin
5de22c6de8
[generator] Improve logging, add comments
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com >
2025-08-07 13:56:48 +02:00
Konstantin Pastbin
d7f73f4b9b
[generator] Fix Features stage crash on an empty relation
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com >
2025-08-07 13:56:48 +02:00
Codeberg Translate
d5ce81b20b
[strings] Update from Codeberg Translate
...
Co-authored-by: 0ko <0ko@noreply.codeberg.org >
Co-authored-by: Alexey Ladygin <nitrodox@noreply.codeberg.org >
Co-authored-by: Antmajgra <antmajgra@noreply.codeberg.org >
Co-authored-by: B o d o <timtrek@noreply.codeberg.org >
Co-authored-by: Codeberg Translate <translate@codeberg.org >
Co-authored-by: ERYpTION <eryption@noreply.codeberg.org >
Co-authored-by: Fjuro <fjuro@alius.cz >
Co-authored-by: Frz <frz@noreply.codeberg.org >
Co-authored-by: Fs00 <fs00@noreply.codeberg.org >
Co-authored-by: Lenny Angst <lenny@familie-angst.ch >
Co-authored-by: N4ta <codeberg@n4ta.anonaddy.me >
Co-authored-by: Outbreak2096 <outbreak2096@noreply.codeberg.org >
Co-authored-by: Prefill add-on <noreply-addon-prefill@weblate.org >
Co-authored-by: Priit Jõerüüt <jrtcdbrg@noreply.codeberg.org >
Co-authored-by: Weblate <noreply-mt-weblate@weblate.org >
Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org >
Co-authored-by: ZeljkoBG <zeljkobg@noreply.codeberg.org >
Co-authored-by: athulvis <athulvis@noreply.codeberg.org >
Co-authored-by: lazlo <lazlo@noreply.codeberg.org >
Co-authored-by: ldmpub <ldmpub@noreply.codeberg.org >
Co-authored-by: maklein <maklein@noreply.codeberg.org >
Co-authored-by: matheusgomesms <matheusgomesms@noreply.codeberg.org >
Co-authored-by: metehan <metehan@noreply.codeberg.org >
Co-authored-by: patepelo <patepelo@noreply.codeberg.org >
Co-authored-by: paulb <paulb@noreply.codeberg.org >
Co-authored-by: rimas <rimas@noreply.codeberg.org >
Co-authored-by: x7z4w <x7z4w@noreply.codeberg.org >
Translate-URL: https://translate.codeberg.org/projects/comaps/ios-typestrings/
Translation: CoMaps/Android - Map Feature Types
Translation: CoMaps/Android UI Strings
Translation: CoMaps/Apple AppStore description
Translation: CoMaps/Countries and regions names
Translation: CoMaps/F-Droid app description
Translation: CoMaps/Google Play and Huawei AppGallery descriptions
Translation: CoMaps/Voice announcements for navigation (TTS)
Translation: CoMaps/iOS - Map Feature Types
Translation: CoMaps/iOS Plist
Translation: CoMaps/iOS Plurals
Translation: CoMaps/iOS UI Strings
2025-08-07 13:55:42 +02:00
Viktor Govako
905a823490
[desktop] Removed redundant NightMode setting.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com >
2025-08-07 13:39:05 +02:00
hemanggs
b195059fb6
[drape] Fixes add business button crosshair placement
...
-Point crosshair to optionalPosition instead of a random point in BoundArea
Signed-off-by: hemanggs <hemangmanhas@gmail.com >
2025-08-07 13:39:05 +02:00
Kiryl Kaveryn
460a7fa480
[map] Fix zoom on selected/saved track
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com >
2025-08-07 13:39:05 +02:00
Andrei Shkrob
e65ab6e458
Update gitignore
...
Signed-off-by: Andrei Shkrob <github@shkrob.dev >
2025-08-07 13:39:05 +02:00
Viktor Govako
effc8ba5d1
[routing] Relaxed roundabout skip turns check (driveway, parking_aisle).
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com >
2025-08-07 13:39:05 +02:00
Viktor Govako
014b54b1f7
[routing][tests] Updated Turn integration tests.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com >
2025-08-07 13:39:05 +02:00
Harry Bond
a25ae124d7
[docs] Fix horrendously bloated SVG
...
it even phones home to Penpot and Google Fonts...
Signed-off-by: Harry Bond <me@hbond.xyz >
2025-08-07 10:53:39 +01:00
David Martinez
372a7a90c5
[styles] Switch food_court to fork and knife icon
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com >
2025-08-07 11:27:30 +02:00
Yannik Bloscheck
9bd6e2cdf2
[styles] Slightly adjusted parking icon color to be more different from new water color
...
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com >
2025-08-06 16:09:45 +02:00
Yannik Bloscheck
c2cc61e4d9
[android] Adjusted water and parking search category icon
...
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com >
2025-08-06 16:09:45 +02:00
Yannik Bloscheck
e3fa656f4f
[ios] Adjusted water and parking search category icon
...
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com >
2025-08-06 16:09:44 +02:00
Yannik Bloscheck
d7216b7ccc
[styles] Keep water labels and icons readable with improved water visibility
...
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com >
2025-08-06 16:09:44 +02:00
Yannik Bloscheck
aaa61f7f75
[styles] Made water more visible
...
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com >
2025-08-06 16:09:44 +02:00
Yannik Bloscheck
ccfd2107f3
[styles] Improved general and pedestrian area visibility
...
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com >
2025-08-06 16:06:13 +02:00
x7z4w
45ec96dd3c
[build] Generate drules at build
...
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org >
2025-08-06 10:40:29 +02:00
x7z4w
dd7739a8b2
[search] Add more synonyms
...
Co-Authored-By: Matheus Gomes <matheusgomesms@noreply.codeberg.org >
Co-Authored-By: Omar Hassan <omarhassan@noreply.codeberg.org >
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org >
2025-08-05 21:07:35 +02:00
x7z4w
ae0ef4d3f8
[ios] Run configure.sh for clean builds
...
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org >
2025-08-05 10:16:31 +00:00
Jean-Baptiste
68d1ead44c
[doc] Improve doc and updates codeberg teams
...
Signed-off-by: Jean-Baptiste Charron <jeanbaptiste.charron@outlook.fr >
2025-08-04 19:10:52 +02:00
x7z4w
09de87fd29
[ci] Use container with Android SDK
...
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org >
2025-08-03 17:44:59 +02:00
Yannik Bloscheck
1a241121c4
[ios] Fix configure.sh at build for Xcode
...
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com >
2025-08-03 13:14:58 +02:00
Eivind Samseth
fdeeb1ae34
[routing] Add faux oneways for motor_vehicle and vehicle forward/backward
...
Signed-off-by: Eivind Samseth <eisa01@gmail.com >
Co-authored-by: Eivind Samseth <eisa01@gmail.com >
Co-committed-by: Eivind Samseth <eisa01@gmail.com >
2025-08-02 22:57:41 +02:00
Codeberg Translate
c2bd2b897a
[strings] Update from Codeberg Translate
...
Co-authored-by: B o d o <timtrek@noreply.codeberg.org >
Co-authored-by: Codeberg Translate <translate@codeberg.org >
Co-authored-by: Fjuro <fjuro@alius.cz >
Co-authored-by: Lenny Angst <lenny@familie-angst.ch >
Co-authored-by: N4ta <codeberg@n4ta.anonaddy.me >
Co-authored-by: NLBRT <nlbrt@noreply.codeberg.org >
Co-authored-by: Outbreak2096 <outbreak2096@noreply.codeberg.org >
Co-authored-by: Priit Jõerüüt <jrtcdbrg@noreply.codeberg.org >
Co-authored-by: Weblate <noreply-mt-weblate@weblate.org >
Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org >
Co-authored-by: cramoe <cramoe@noreply.codeberg.org >
Co-authored-by: joysriramsarkar <joysriramsarkar@noreply.codeberg.org >
Co-authored-by: matheusgomesms <matheusgomesms@noreply.codeberg.org >
Co-authored-by: patepelo <patepelo@noreply.codeberg.org >
Co-authored-by: sunsand <sunsand@noreply.codeberg.org >
Co-authored-by: x7z4w <x7z4w@noreply.codeberg.org >
Co-authored-by: yannikbloscheck <yannikbloscheck@noreply.codeberg.org >
Translate-URL: https://translate.codeberg.org/projects/comaps/appstore-description/
Translate-URL: https://translate.codeberg.org/projects/comaps/countries/
Translation: CoMaps/Android - Map Feature Types
Translation: CoMaps/Android UI Strings
Translation: CoMaps/Apple AppStore description
Translation: CoMaps/Countries and regions names
Translation: CoMaps/F-Droid app description
Translation: CoMaps/Google Play and Huawei AppGallery descriptions
Translation: CoMaps/iOS - Map Feature Types
Translation: CoMaps/iOS Plist
Translation: CoMaps/iOS Plurals
Translation: CoMaps/iOS UI Strings
2025-08-02 18:46:36 +00:00
matkoniecz
e39b5eb507
[strings] Add key cutter synonyms
...
Signed-off-by: matkoniecz <matkoniecz@noreply.codeberg.org >
Co-authored-by: matkoniecz <matkoniecz@noreply.codeberg.org >
Co-committed-by: matkoniecz <matkoniecz@noreply.codeberg.org >
2025-08-02 15:52:04 +02:00
x7z4w
96ef33a401
[cmake] Run configure.sh at build
...
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org >
2025-08-02 06:25:56 +00:00
Yannik Bloscheck
c6dcfc71bf
[build] Changed to hash based comparing and adjustments to make it work on macOS
...
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com >
2025-08-01 23:03:41 +02:00
x7z4w
053fe3c143
[build] Cache World maps and symbols version
...
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org >
2025-08-01 23:03:41 +02:00
x7z4w
c6439aaa82
[3party] Do not recompile boost
...
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org >
2025-08-01 23:03:41 +02:00
x7z4w
e50a668feb
[strings] Fix weblate merge
...
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org >
2025-08-01 15:51:07 +00:00
Harry Bond
5ce753bd5c
[android] Don't use inset for ic_launcher
...
hardcoding the drawable inset is the only option, as it's not supported on android 5-7
fixes #1175
Signed-off-by: Harry Bond <me@hbond.xyz >
2025-07-31 21:00:05 +01:00
Harry Bond
8058183f72
[android] Remove old debug icons
...
Signed-off-by: Harry Bond <me@hbond.xyz >
2025-07-31 20:44:00 +01:00
Harry Bond
07f745411f
[android] fix drawables not found
...
caused due to the big sdk refactoring - i'm not sure why we're storing some drawables in the sdk package, but this fixes build for now.
Signed-off-by: Harry Bond <me@hbond.xyz >
2025-07-31 19:52:33 +01:00
Jean-Baptiste
2004c9bfc1
[iOS]Drop last parts of NY features
...
Signed-off-by: Jean-Baptiste Charron <jeanbaptiste.charron@outlook.fr >
2025-07-31 20:10:42 +02:00
bowie
1e7715d10f
[strings] Removed minor errors countries-strings
...
Removed minor errors (Points 2, 5 and 6) as noted in https://codeberg.org/comaps/comaps/issues/986
Line 225: changed "p" to upper case "P" in "Península"
Signed-off-by: bowie <bowie@noreply.codeberg.org >
2025-07-31 17:07:46 +02:00
Yannik Bloscheck
e884e32bb6
[ios] Prevent unnecessary log messages because of empty image
...
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com >
2025-07-31 13:28:11 +02:00
Yannik Bloscheck
660694aee0
[ios] Fixed merge error after removing method
...
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com >
2025-07-31 13:26:46 +02:00
Jean-Baptiste
99fa3ec551
[android] Migrate Webp assets to SVG
...
Signed-off-by: Jean-Baptiste Charron <jeanbaptiste.charron@outlook.fr >
2025-07-31 13:04:37 +02:00
Alexander Borsuk
f26db1a79b
[android] Increase gradle heap to 2Gb to fix linter OOM
...
Signed-off-by: Alexander Borsuk <me@alex.bio >
2025-07-31 13:03:12 +02:00
Viktor Govako
1151f0fb75
[android] Expected "Show on map" search button behaviour.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com >
2025-07-31 13:03:12 +02:00
Alexander Borsuk
bbb28107b8
[android][editor] Keep the last background unique osm upload work to avoid duplicates
...
Signed-off-by: Alexander Borsuk <me@alex.bio >
2025-07-31 13:03:12 +02:00
Andrei Shkrob
9c7b39fd5b
[android] Migrate DownloaderActivity to OnBackPressedCallback
...
Signed-off-by: Andrei Shkrob <github@shkrob.dev >
2025-07-31 13:03:12 +02:00
Andrei Shkrob
0d9514bee9
[android] Hot fix for broken OnBackPressed
...
Signed-off-by: Andrei Shkrob <github@shkrob.dev >
2025-07-31 13:03:12 +02:00
Alexander Borsuk
a036edc9c5
[android] Use OpenGL on Emulator API 30 and 36 (Android 11 and 16)
...
OM crashes likely due to some bugs in Vulkan driver
Signed-off-by: Alexander Borsuk <me@alex.bio >
2025-07-31 13:03:12 +02:00
hemanggs
90492e95e6
[drape] Allow controlling viewport restoration on DeactivateMapSelection
...
Signed-off-by: hemanggs <hemangmanhas@gmail.com >
2025-07-31 13:03:12 +02:00
hemanggs
fc199252eb
[android] Fixes crosshair jump when adding POI
...
Signed-off-by: hemanggs <hemangmanhas@gmail.com >
2025-07-31 13:03:12 +02:00
Yannik Bloscheck
327d302aae
[ios] Change how authorization check after editing is handled
...
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com >
2025-07-31 12:31:46 +02:00
Yannik Bloscheck
0b8bd42cb0
[ios] Remove celebratory alert after editing
...
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com >
2025-07-31 12:17:58 +02:00
x7z4w
962ee67833
[docs] Add Zulip and governance doc
...
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org >
2025-07-31 11:58:00 +02:00
Codeberg Translate
69e3fdca90
[strings] Update from Codeberg Translate
...
Co-authored-by: Anonymous <anonymous@noreply.codeberg.org >
Co-authored-by: B o d o <timtrek@noreply.codeberg.org >
Co-authored-by: Codeberg Translate <translate@codeberg.org >
Co-authored-by: Outbreak2096 <outbreak2096@noreply.codeberg.org >
Co-authored-by: Prefill add-on <noreply-addon-prefill@weblate.org >
Co-authored-by: ghose <ghose@noreply.codeberg.org >
Co-authored-by: loscati <loscati@noreply.codeberg.org >
Co-authored-by: matheusgomesms <matheusgomesms@noreply.codeberg.org >
Co-authored-by: paulb <paulb@noreply.codeberg.org >
Co-authored-by: x7z4w <x7z4w@noreply.codeberg.org >
Translate-URL: https://translate.codeberg.org/projects/comaps/android-typestrings/
Translate-URL: https://translate.codeberg.org/projects/comaps/ios-typestrings/
Translation: CoMaps/Android - Map Feature Types
Translation: CoMaps/Android UI Strings
Translation: CoMaps/Apple AppStore description
Translation: CoMaps/F-Droid app description
Translation: CoMaps/Google Play and Huawei AppGallery descriptions
Translation: CoMaps/iOS - Map Feature Types
Translation: CoMaps/iOS Plist
Translation: CoMaps/iOS Plurals
Translation: CoMaps/iOS UI Strings
2025-07-31 09:30:15 +02:00
Codeberg Translate
ac8f945455
[strings] Update from Codeberg Translate
...
Co-authored-by: Anonymous <anonymous@noreply.codeberg.org >
Co-authored-by: B o d o <timtrek@noreply.codeberg.org >
Co-authored-by: Codeberg Translate <translate@codeberg.org >
Co-authored-by: Outbreak2096 <outbreak2096@noreply.codeberg.org >
Co-authored-by: Prefill add-on <noreply-addon-prefill@weblate.org >
Co-authored-by: Priit Jõerüüt <jrtcdbrg@noreply.codeberg.org >
Co-authored-by: ghose <ghose@noreply.codeberg.org >
Co-authored-by: loscati <loscati@noreply.codeberg.org >
Co-authored-by: matheusgomesms <matheusgomesms@noreply.codeberg.org >
Co-authored-by: patepelo <patepelo@noreply.codeberg.org >
Co-authored-by: paulb <paulb@noreply.codeberg.org >
Co-authored-by: phama <phama@noreply.codeberg.org >
Co-authored-by: x7z4w <x7z4w@noreply.codeberg.org >
Co-authored-by: yannikbloscheck <yannikbloscheck@noreply.codeberg.org >
Translate-URL: https://translate.codeberg.org/projects/comaps/android-typestrings/
Translate-URL: https://translate.codeberg.org/projects/comaps/ios-typestrings/
Translation: CoMaps/Android - Map Feature Types
Translation: CoMaps/Android UI Strings
Translation: CoMaps/Apple AppStore description
Translation: CoMaps/Countries and regions names
Translation: CoMaps/F-Droid app description
Translation: CoMaps/Google Play and Huawei AppGallery descriptions
Translation: CoMaps/iOS - Map Feature Types
Translation: CoMaps/iOS Plist
Translation: CoMaps/iOS Plurals
Translation: CoMaps/iOS UI Strings
2025-07-31 05:20:25 +00:00
S. Kozyr
c8a4726500
Changed priority of Gradle repos
...
Signed-off-by: S. Kozyr <s.trump@gmail.com >
2025-07-31 07:19:55 +02:00
Andrei Shkrob
40adb0f860
[android][sdk] Refactor shared preferences
...
Signed-off-by: Andrei Shkrob <github@shkrob.dev >
2025-07-31 07:19:55 +02:00
Andrei Shkrob
c600a4fd5d
[android][sdk] Move drawables into sdk lib
...
Signed-off-by: Andrei Shkrob <github@shkrob.dev >
2025-07-31 07:19:55 +02:00
Andrei Shkrob
07420a3f19
[android][sdk] Move Android7RootCertificateWorkaround into sdk package
...
Signed-off-by: Andrei Shkrob <github@shkrob.dev >
2025-07-31 07:19:55 +02:00
Andrei Shkrob
3920988ef4
[android][sdk] Fix dependecies in sdk package
...
Signed-off-by: Andrei Shkrob <github@shkrob.dev >
2025-07-31 07:19:55 +02:00
matheusgomesms
6136abb33a
[strings] Shortened test TTS button title
...
Signed-off-by: matheusgomesms <matheusgomesms@noreply.codeberg.org >
Reviewed-on: https://codeberg.org/comaps/comaps/pulls/1186
Reviewed-by: Yannik Bloscheck <yannikbloscheck@noreply.codeberg.org >
Reviewed-by: jeanbaptisteC <jeanbaptistec@noreply.codeberg.org >
Co-authored-by: matheusgomesms <matheusgomesms@noreply.codeberg.org >
Co-committed-by: matheusgomesms <matheusgomesms@noreply.codeberg.org >
2025-07-30 18:22:40 +02:00
matheusgomesms
a0e40c98d7
[editor] Fix Irish post codes format
...
Signed-off-by: matheusgomesms <matheusgomesms@noreply.codeberg.org >
2025-07-30 14:03:09 +02:00
matheusgomesms
3bdaa44c3a
[editor] Adding support for Irish post codes
...
Signed-off-by: matheusgomesms <matheusgomesms@noreply.codeberg.org >
2025-07-30 11:08:49 +02:00
Yannik Bloscheck
945c6205a0
[styles] Refreshed aerialway station icon
...
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com >
2025-07-30 11:08:38 +02:00
IXVG47QZ
ef4fd85883
[strings] Change zip to postal
...
Signed-off-by: IXVG47QZ <jako_accomm@simplelogin.com >
2025-07-30 11:03:29 +02:00
Yannik Bloscheck
83db427c40
[styles] Regenerated files for green color for dog park
...
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com >
2025-07-30 10:43:31 +02:00
Yannik Bloscheck
946fea1e07
[styles] Green color for dog park
...
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com >
2025-07-30 10:43:31 +02:00
Yannik Bloscheck
bd80e9160d
[ios] Respect system language order for map with mutiple regional languages
...
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com >
2025-07-30 10:03:21 +02:00
Konstantin Pastbin
5333ad3597
[android] Re-format java code by clang-format
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com >
2025-07-30 14:59:53 +07:00
Alexander Borsuk
65b5234396
[github] clang-format check on CI
...
Signed-off-by: Alexander Borsuk <me@alex.bio >
2025-07-30 14:58:54 +07:00
Alexander Borsuk
969c805182
Update clang-format for Java
...
Signed-off-by: Alexander Borsuk <me@alex.bio >
2025-07-30 14:58:54 +07:00
David Martinez
8b03e99035
[styles] Add fast_food search result icons & bookmark icons
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com >
2025-07-29 21:49:45 +07:00
David Martinez
3aabde338a
[styles] Add bicycle search result icons & bookmark icons
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com >
2025-07-29 21:41:20 +07:00
David Martinez
d5d86ffd36
[styles] Add charging_station search result icon & bookmark icon
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com >
2025-07-29 21:38:49 +07:00
David Martinez
d4cef9385b
[styles] Update fuel search result icon & bookmark icon
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com >
2025-07-29 21:35:15 +07:00
Jean-Baptiste
9c495ca616
[android] Migrate preferences screens to Material
...
Signed-off-by: Jean-Baptiste Charron <jeanbaptiste.charron@outlook.fr >
2025-07-29 13:52:29 +02:00
matheusgomesms
a08f3df3e6
[ios] Fix long strings in search ( #1146 )
...
Fixes #1145
Reviewed-on: https://codeberg.org/comaps/comaps/pulls/1146
Reviewed-by: Yannik Bloscheck <yannikbloscheck@noreply.codeberg.org >
Signed-off-by: matheusgomesms <matheusgomesms@noreply.codeberg.org >
Co-authored-by: matheusgomesms <matheusgomesms@noreply.codeberg.org >
Co-committed-by: matheusgomesms <matheusgomesms@noreply.codeberg.org >
2025-07-29 12:46:24 +02:00
x7z4w
bb5da20fec
[strings] Cell -> Mobile
...
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org >
2025-07-29 11:21:54 +02:00
Codeberg Translate
e112dc2ac4
[strings] Update from Codeberg Translate
...
Co-authored-by: Alexey Ladygin <nitrodox@noreply.codeberg.org >
Co-authored-by: B o d o <timtrek@noreply.codeberg.org >
Co-authored-by: Codeberg Translate <translate@codeberg.org >
Co-authored-by: Dimitar5555 <dimitar5555@noreply.codeberg.org >
Co-authored-by: ERYpTION <eryption@noreply.codeberg.org >
Co-authored-by: Laurent FAVOLE <lfavole@noreply.codeberg.org >
Co-authored-by: Lenny Angst <lenny@familie-angst.ch >
Co-authored-by: Outbreak2096 <outbreak2096@noreply.codeberg.org >
Co-authored-by: Prefill add-on <noreply-addon-prefill@weblate.org >
Co-authored-by: Priit Jõerüüt <jrtcdbrg@noreply.codeberg.org >
Co-authored-by: Supaplextw <supaplextw@noreply.codeberg.org >
Co-authored-by: Weblate <noreply-mt-weblate@weblate.org >
Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org >
Co-authored-by: ZeljkoBG <zeljkobg@noreply.codeberg.org >
Co-authored-by: alexgabi <alexgabi@noreply.codeberg.org >
Co-authored-by: ceirios <ceirios@noreply.codeberg.org >
Co-authored-by: hb0nd <hb0nd@noreply.codeberg.org >
Co-authored-by: hosara <hosara@noreply.codeberg.org >
Co-authored-by: marcosm <marcosm@noreply.codeberg.org >
Co-authored-by: matheusgomesms <matheusgomesms@noreply.codeberg.org >
Co-authored-by: patepelo <patepelo@noreply.codeberg.org >
Co-authored-by: pestanzul <pestanzul@posteo.me >
Co-authored-by: phama <phama@noreply.codeberg.org >
Co-authored-by: sunsand <sunsand@noreply.codeberg.org >
Co-authored-by: x7z4w <x7z4w@noreply.codeberg.org >
Translate-URL: https://translate.codeberg.org/projects/comaps/appstore-description/
Translation: CoMaps/Android - Map Feature Types
Translation: CoMaps/Android UI Strings
Translation: CoMaps/Apple AppStore description
Translation: CoMaps/Countries and regions names
Translation: CoMaps/F-Droid app description
Translation: CoMaps/Google Play and Huawei AppGallery descriptions
Translation: CoMaps/Voice announcements for navigation (TTS)
Translation: CoMaps/iOS - Map Feature Types
Translation: CoMaps/iOS Plurals
Translation: CoMaps/iOS UI Strings
2025-07-29 09:18:33 +00:00
Alexander Borsuk
3e2e6cb487
[android] Fix gradle deprecations
...
Signed-off-by: Alexander Borsuk <me@alex.bio >
2025-07-28 21:45:00 +02:00
Alexander Borsuk
21020429cb
[android] Remove unnecessary sdk library variables that are already defined in the app
...
Signed-off-by: Alexander Borsuk <me@alex.bio >
2025-07-28 21:45:00 +02:00
Andrei Shkrob
07025ff696
[android] Export all debug symbols
...
Signed-off-by: Andrei Shkrob <github@shkrob.dev >
2025-07-28 21:45:00 +02:00
Andrei Shkrob
c13da0f0a2
[android] add ndkVersion to app/build.gradle
...
Signed-off-by: Andrei Shkrob <github@shkrob.dev >
2025-07-28 21:45:00 +02:00
Andrei Shkrob
dd023b65c7
[android][sdk] Move cpp code into sdk lib
...
Signed-off-by: Andrei Shkrob <github@shkrob.dev >
2025-07-28 21:45:00 +02:00
Codeberg Translate
0c8648d1e3
[strings] Update from Codeberg Translate
...
Co-authored-by: Alexey Ladygin <nitrodox@noreply.codeberg.org >
Co-authored-by: B o d o <timtrek@noreply.codeberg.org >
Co-authored-by: Codeberg Translate <translate@codeberg.org >
Co-authored-by: Dimitar5555 <dimitar5555@noreply.codeberg.org >
Co-authored-by: Prefill add-on <noreply-addon-prefill@weblate.org >
Co-authored-by: Priit Jõerüüt <jrtcdbrg@noreply.codeberg.org >
Co-authored-by: Supaplextw <supaplextw@noreply.codeberg.org >
Co-authored-by: Weblate <noreply-mt-weblate@weblate.org >
Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org >
Co-authored-by: ZeljkoBG <zeljkobg@noreply.codeberg.org >
Co-authored-by: alexgabi <alexgabi@noreply.codeberg.org >
Co-authored-by: ceirios <ceirios@noreply.codeberg.org >
Co-authored-by: hb0nd <hb0nd@noreply.codeberg.org >
Co-authored-by: hosara <hosara@noreply.codeberg.org >
Co-authored-by: patepelo <patepelo@noreply.codeberg.org >
Co-authored-by: sunsand <sunsand@noreply.codeberg.org >
Translate-URL: https://translate.codeberg.org/projects/comaps/appstore-description/
Translation: CoMaps/Android - Map Feature Types
Translation: CoMaps/Android UI Strings
Translation: CoMaps/Apple AppStore description
Translation: CoMaps/Countries and regions names
Translation: CoMaps/F-Droid app description
Translation: CoMaps/Google Play and Huawei AppGallery descriptions
Translation: CoMaps/Voice announcements for navigation (TTS)
Translation: CoMaps/iOS - Map Feature Types
Translation: CoMaps/iOS Plurals
Translation: CoMaps/iOS UI Strings
2025-07-28 18:42:45 +02:00
matheusgomesms
760e050110
Update MWMObjectsCategorySelectorController.mm
...
Fixes https://github.com/organicmaps/organicmaps/issues/10223
2025-07-28 18:00:47 +02:00
x7z4w
db4b46f8ad
[forgejo] Remove "feat:" and "bug:" from issue templates
...
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org >
2025-07-28 17:48:18 +02:00
matkoniecz
29ebd8b725
[strings] new search terms for battery recycling
...
Signed-off-by: Mateusz Konieczny <matkoniecz@tutanota.com >
Co-authored-by: matkoniecz <matkoniecz@noreply.codeberg.org >
Co-committed-by: matkoniecz <matkoniecz@noreply.codeberg.org >
2025-07-28 16:43:10 +02:00
Stzyxh
6b53d1fb91
[Docs] add obtainium badge to readme
...
Signed-off-by: Stzyxh <stzyxh@tutamail.com >
2025-07-28 11:11:42 +02:00
gekeleda
d1da6c197e
[android] Round map download percentage
...
Reviewed-on: https://codeberg.org/comaps/comaps/pulls/1110
Reviewed-by: x7z4w <x7z4w@noreply.codeberg.org >
Co-authored-by: gekeleda <git@davidgekeler.eu >
Co-committed-by: gekeleda <git@davidgekeler.eu >
2025-07-28 08:41:11 +02:00
Konstantin Pastbin
0dc8d69375
[isolines] Upgrade some popular hiking regions to 20m step
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com >
2025-07-28 08:41:02 +02:00
Andrei Shkrob
3352279d9d
[android][sdk] Create empty SDK library
...
Signed-off-by: Andrei Shkrob <github@shkrob.dev >
2025-07-27 19:31:30 +02:00
Harry Bond
6da8b69a1b
[android] Fix donate button not opening in hamburger menu
...
oops - fixes #1099
Signed-off-by: Harry Bond <me@hbond.xyz >
2025-07-27 18:07:31 +02:00
x7z4w
fe1c371b5f
[android-auto] Fix SearchRecents.add
...
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org >
2025-07-27 17:34:38 +02:00
Jean-Baptiste
309eed2365
[android] Use SVG assets for download status icons
...
Signed-off-by: Jean-Baptiste Charron <jeanbaptiste.charron@outlook.fr >
2025-07-27 17:18:29 +02:00
Jean-Baptiste
979c713436
[android] Fix logo missing in about layout
...
Signed-off-by: Jean-Baptiste Charron <jeanbaptiste.charron@outlook.fr >
2025-07-27 14:15:50 +02:00
x7z4w
5e8a8de646
[docs] Allow pseudonyms
...
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org >
2025-07-27 13:37:18 +02:00
Yannik Bloscheck
b0bdd2c665
[core] Respect system language order
...
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com >
2025-07-27 12:22:45 +02:00
Yannik Bloscheck
dd949925f6
[core] Respect system language order
...
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com >
2025-07-27 12:22:11 +02:00
Codeberg Translate
b37572000f
[strings] Update from Codeberg Translate
...
Co-authored-by: B o d o <timtrek@noreply.codeberg.org >
Co-authored-by: Codeberg Translate <translate@codeberg.org >
Co-authored-by: ERYpTION <eryption@noreply.codeberg.org >
Co-authored-by: Fjuro <fjuro@alius.cz >
Co-authored-by: Mickael81 <mickael81@noreply.codeberg.org >
Co-authored-by: N4ta <codeberg@n4ta.anonaddy.me >
Co-authored-by: Weblate <noreply-mt-weblate@weblate.org >
Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org >
Co-authored-by: patepelo <patepelo@noreply.codeberg.org >
Translation: CoMaps/Android - Map Feature Types
Translation: CoMaps/Android UI Strings
Translation: CoMaps/Apple AppStore description
Translation: CoMaps/Countries and regions names
Translation: CoMaps/Google Play and Huawei AppGallery descriptions
Translation: CoMaps/iOS - Map Feature Types
Translation: CoMaps/iOS Plurals
Translation: CoMaps/iOS UI Strings
2025-07-27 12:13:17 +02:00
Jean-Baptiste
332ab819b2
[android] Remove somes Android warnings
...
Signed-off-by: Jean-Baptiste Charron <jeanbaptiste.charron@outlook.fr >
2025-07-27 12:10:10 +02:00
sunsand
860f58e60e
[strings] Fixed and squashed - Translated using Codeberg Translate
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com >
2025-07-27 09:16:54 +02:00
Jean-Baptiste
0e7d8a65cc
[android] Improve layouts in RTL mode with LTR texts
...
Signed-off-by: Jean-Baptiste Charron <jeanbaptiste.charron@outlook.fr >
2025-07-27 09:12:52 +02:00
jeanbaptisteC
4c6207a8ce
Translated using Weblate (French)
...
Currently translated at 100.0% (631 of 631 strings)
Translation: CoMaps/Android UI Strings
2025-07-27 08:49:10 +02:00
Jean-Baptiste
b96afc6fbb
[android] Enable animateLayoutChanges in a layout
...
Signed-off-by: Jean-Baptiste Charron <jeanbaptiste.charron@outlook.fr >
2025-07-27 07:35:22 +02:00