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