Commit Graph

74 Commits

Author SHA1 Message Date
Konstantin Pastbin
54ab965822 [cmake] Rebrand desktop version to CoMaps
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2025-05-19 20:55:34 +07:00
Harry Bond
38802dd29a [android] improve auto theming
ported from the big PR. Addresses the issue of the theme not changing when there's no location fix by setting to night at 6pm (still checks when sunset is if you have a location fix)
Signed-off-by: Harry Bond <me@hbond.xyz>
2025-05-19 10:52:42 +02:00
David Toma
e2718ecbc6 [android] fix fullscreen exit on Route From
Fixes #8915

When on fullscreen mode, after selecting "Route to", the app leaves
fullscreen mode when initiating the navigation window. The same was
not happening when navigating in "Route from" mode, and it was only
possible to leave fullscreen mode after leaving the navigation window.

This commit fixes that bug, ensuring that the app leaves fullscreen
mode when entering "Route from" navigation. Fullscreen mode can then
be set again after exiting navigation.

Signed-off-by: David Toma <david.toma@tecnico.ulisboa.pt>
2025-05-19 10:52:42 +02:00
Rodrigo Salgueiro
87c44041fc [android] Fixed missing newlines in bookmark desc
Fixes #5873

Signed-off-by: Rodrigo Salgueiro <rodrigo.correia.salgueiro@tecnico.ulisboa.pt>
2025-05-19 10:52:42 +02:00
Andrei Shkrob
3a1df72809 [tests] Remove outdated tests
Signed-off-by: Andrei Shkrob <andrei@shkrob.dev>
2025-05-19 10:52:42 +02:00
Kiryl Kaveryn
7fdd8d2e76 [ios] fix Placeholder view animation
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-05-19 10:52:42 +02:00
Alexander Borsuk
1c711b28e1 [ios] Fix boost build error in newer clang that comes with XCode 16.3
Signed-off-by: Alexander Borsuk <me@alex.bio>
2025-05-19 10:52:42 +02:00
Alexander Borsuk
0dfec1b28f Fix build error caused by changed digest signature in boost
Signed-off-by: Alexander Borsuk <me@alex.bio>
2025-05-19 10:52:42 +02:00
Alexander Borsuk
27ae78120b [dev_sandbox] Fix cp errors for font files
Signed-off-by: Alexander Borsuk <me@alex.bio>
2025-05-19 10:52:42 +02:00
Roman Tsisyk
584e76dd47 [android][ios] Remove controversial Kayak integration
This patch removes the "Photos, reviews, booking" referral link displayed for certain hotels.

Apologies to all users who experienced moral distress due to this integration. Thanks to everyone
who spoke up. It should’ve been removed a year ago. Let's close this chapter. Better late than
never. Zap it! Sorry again.

Relevant discussions:

- https://github.com/organicmaps/organicmaps/pull/6523
- https://gitlab.com/fdroid/fdroiddata/-/merge_requests/14082

Commits reverted:

51b3fc99 Add "Details on ..." button to hotels
eee51c1b Rename "More on KAYAK"
2f1b6ce0 Add a setting to display Kayak links

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2025-05-19 10:52:42 +02:00
Aleksei
3a31956eca Fix "ld.ldd" typo 2025-05-19 10:52:42 +02:00
Kiryl Kaveryn
103d660603 [ios] refactor Toast class and improve toast message style
1. update style: bigger fonts and insets
2. update background blur
3. get rid of MWM prefix
4. replace the timer with the simplier dispatch async after. In this case there is no needed to create a timer for each toasts message just to add a timeout
5. reorder Toast class methods
6. replace the instance `show` method with a `static show`. Because there non needed to call show every time. We do not have stored toast that will be showed in different places thane created.
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>

Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-05-19 10:52:42 +02:00
vng
72cc4bbd50 Updated countries generation order.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2025-05-19 10:52:42 +02:00
Eugene Nikolsky
50e6376afd [ios] Support multiple phone numbers
Multiple phone numbers should be [separated with `;`][parsing] in OSM
`phone` values. This commit adds support for parsing and displaying such
phone numbers individually. Example POI with three phone numbers:
https://www.openstreetmap.org/way/233417266.

Before this change, the phone was displayed as one
value and trying to call it would fail because all the digits were
concatenated together, resulting in an invalid number. For the POI
above, the program tried to call
`tel://+150332563111503325879018008756807`.

This change fixes the parsing of `FMD_PHONE_NUMBER` into an array of
phone numbers. That required updates in a few areas:

- the POI details view (`PlacePageInfoViewController`) now displays
  every phone number as a separate row, each with a clickable link for
  that number; long-click to copy also works.

- the share info preparation (`MWMShareActivityItem`) displays phone
  numbers separated with `; `, which provides a better phone detection
  for iOS.

- the Call button (`PlacePageInteractor`) now has to ask the user which
  number to call if there are more than one.

I tested this on an iPhone 15 Pro, iOS 17.2 simulator (temporarily
commenting the "can make phone call" checks).

Note: the Editing screen wasn't updated in order to keep this PR
smaller.

Fixes https://git.omaps.dev/organicmaps/organicmaps/issues/2458. The
corresponding fix for Android was in
https://github.com/organicmaps/organicmaps/pull/845.

[parsing]: https://wiki.openstreetmap.org/wiki/Key:phone#Parsing_phone_numbers

Signed-off-by: Eugene Nikolsky <omaps@egeek.me>
2025-05-19 10:52:42 +02:00
Eugene Nikolsky
a3ba5c53b6 [ios] Pass the phone to didPressCall
This will allow us to know which phone the user has picked when we've
added support for multiple phone numbers.

Signed-off-by: Eugene Nikolsky <omaps@egeek.me>
2025-05-19 10:52:42 +02:00
Eugene Nikolsky
56c4918e93 [ios] Pass specific phone to call instead of entire POI information
For now, it doesn't change anything because there's still at most one
phone, but this will help with multiple phone numbers because we'll need
to know which phone number the user has picked.

Signed-off-by: Eugene Nikolsky <omaps@egeek.me>
2025-05-19 10:52:42 +02:00
Eugene Nikolsky
9be9f17df9 [ios] Extract PlacePagePhone class
It groups two phone-related properties, `phone` and `phoneUrl` (renamed
to `url`), that used to be in `PlacePageInfoData`. This will make it
easier to support an array of phones for one POI.

Signed-off-by: Eugene Nikolsky <omaps@egeek.me>
2025-05-19 10:52:42 +02:00
DevarshVasani
f1db7d7f98 Refactor sharing URLs to use geo URI and HTTP URL.
Signed-off-by: DevarshVasani <vasanidevarsh@gmail.com>
2025-05-19 10:52:42 +02:00
Konstantin Pastbin
01aecbfac4 [tools] Add generate_subways.sh script
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2025-05-19 10:52:42 +02:00
Andrew Shkrob
ef6ffa299d [data] Move fonts into a separate folder
Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
2025-05-19 10:52:42 +02:00
Andrew Shkrob
91b91a3e32 [core] Revive clang-format
Closes: #3661

Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
2025-05-19 10:52:42 +02:00
Harry Bond
f0cc178b9a [android] Use light mode by default
Fixes #80
Signed-off-by: Harry Bond <me@hbond.xyz>
2025-05-18 19:39:03 +00:00
map per
8bf36fab49 Rebranding of OSM note texts
Signed-off-by: map per <map-per@gmx.de>
2025-05-18 19:14:32 +02:00
map per
41417cd842 Adjust editor fields for post_box
Signed-off-by: map per <map-per@gmx.de>
2025-05-18 18:41:42 +02:00
map per
ca0293bd8d Fix 'Support Us' link
Signed-off-by: map per <map-per@gmx.de>
2025-05-18 15:49:54 +00:00
Ferenc Géczi
da05598ce1 [platform] Remove redundant target_compile_options
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
2025-05-18 13:36:53 +00:00
Ferenc Géczi
5110867b38 [platform] Separete the location_service lib
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
2025-05-18 13:36:53 +00:00
Mihail Mitrofanov
c7aacb3b64 Add Qt dev packages dependency for generating symbols
This commit adds instructions to install necessary Qt development packages for generating symbols during the build process. It also updates the instructions for downloading `World.mwm` and `WorldCoast.mwm` files to include links to the files.
2025-05-17 23:42:44 +02:00
Codeberg Translate
113a2a46d9 [strings] Update from Codeberg Translate
Co-authored-by: Codeberg Translate <translate@codeberg.org>
Co-authored-by: Outbreak2096 <outbreak2096@noreply.codeberg.org>
Co-authored-by: Priit Jõerüüt <jrtcdbrg@noreply.codeberg.org>
Co-authored-by: ZeljkoBG <zeljkobg@noreply.codeberg.org>
Co-authored-by: butterflyoffire <butterflyoffire@noreply.codeberg.org>
Translate-URL: https://translate.codeberg.org/projects/comaps/android-stores-descriptions/et/
Translate-URL: https://translate.codeberg.org/projects/comaps/android-stores-descriptions/sr/
Translate-URL: https://translate.codeberg.org/projects/comaps/android-typestrings/et/
Translate-URL: https://translate.codeberg.org/projects/comaps/android-typestrings/zh_Hans/
Translate-URL: https://translate.codeberg.org/projects/comaps/android/et/
Translate-URL: https://translate.codeberg.org/projects/comaps/android/sr/
Translate-URL: https://translate.codeberg.org/projects/comaps/android/zh_Hans/
Translate-URL: https://translate.codeberg.org/projects/comaps/appstore-descriptions/et/
Translate-URL: https://translate.codeberg.org/projects/comaps/appstore-descriptions/sr/
Translate-URL: https://translate.codeberg.org/projects/comaps/countries/et/
Translate-URL: https://translate.codeberg.org/projects/comaps/countries/kab/
Translate-URL: https://translate.codeberg.org/projects/comaps/ios-plurals/zh_Hans/
Translate-URL: https://translate.codeberg.org/projects/comaps/ios-typestrings/et/
Translate-URL: https://translate.codeberg.org/projects/comaps/ios-typestrings/zh_Hans/
Translate-URL: https://translate.codeberg.org/projects/comaps/ios/sr/
Translate-URL: https://translate.codeberg.org/projects/comaps/ios/zh_Hans/
Translate-URL: https://translate.codeberg.org/projects/comaps/tts/et/
Translation: CoMaps/Android Stores Descriptions
Translation: CoMaps/Android UI Strings
Translation: CoMaps/Android feature types
Translation: CoMaps/AppStore Descriptions
Translation: CoMaps/Countries
Translation: CoMaps/TTS
Translation: CoMaps/iOS Plurals
Translation: CoMaps/iOS Type Strings
Translation: CoMaps/iOS UI Strings
2025-05-17 17:22:27 +07:00
Konstantin Pastbin
724feb151b [android] Fix JNI building in no-unity mode
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2025-05-17 05:09:39 +00:00
Mihail Mitrofanov
381642b0c9 feat(issue_templates): migrate to YAML format
- Remove old Markdown templates
- Reorganize files into  dir
- Add new structured YAML template for feature requests

Signed-off-by: Mihail Mitrofanov <mitrofanov@bitrix.ru>
2025-05-16 20:15:00 +00:00
Jean-Baptiste
e98d506207 [android] Migrate to version catalog
Signed-off-by: jeanbaptisteC <jeanbaptistec@noreply.codeberg.org>
Co-authored by: Harry Bond <me@hbond.xyz>
2025-05-16 13:48:17 +00:00
Jean-Baptiste
49beb50f7b [doc] Remove useless screenshots
Signed-off-by: jeanbaptisteC <jeanbaptistec@noreply.codeberg.org>
2025-05-14 18:36:28 +02:00
Jean-Baptiste
4591ce3093 [CI] Enable CI on Github mirror
Signed-off-by: jeanbaptisteC <jeanbaptistec@noreply.codeberg.org>
2025-05-14 05:12:04 +00:00
Jean-Baptiste
274c8a9bc8 [doc] Update docs installation
Signed-off-by: jeanbaptisteC <jeanbaptistec@noreply.codeberg.org>
2025-05-13 12:09:39 +02:00
zyphlar
855cc90d62 Depth typo 2025-05-12 20:41:43 +00:00
Konstantin Pastbin
d02aefbf12 [android] Configure app.comaps.* app ids
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2025-05-11 18:46:11 +00:00
hb0nd
ce97718487 [Docs] Nicer section title
Less accusatory sounding
Signed-off-by: Harry Bond <me@hbond.xyz>
2025-05-11 17:34:01 +01:00
Jean-Baptiste
4f53fdea48 [docs] Update docs about default git branch
Signed-off-by: jeanbaptisteC <jeanbaptistec@noreply.codeberg.org>
2025-05-11 11:05:59 +02:00
Jean-Baptiste
8f4589edfe Fix codeberg url and updates teams
Signed-off-by: jeanbaptisteC <jeanbaptistec@noreply.codeberg.org>
2025-05-11 08:29:14 +02:00
Konstantin Pastbin
844805a3a1 [docs] Add more app features
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2025-05-11 05:34:44 +00:00
Konstantin Pastbin
889d536303 [docs] Update CONTRIBUTING.md
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2025-05-11 00:12:44 +07:00
Konstantin Pastbin
c10d5403bc Remove preface, add navbar, streamline structure and app description
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2025-05-10 18:53:20 +07:00
Konstantin Pastbin
edcea993dd [docs] Update INSTALL.md
- instructions to download World*.mwm files and generate skins
- instructions how to attach historic commits
- minor fixes

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2025-05-08 22:46:00 +07:00
Konstantin Pastbin
cbf345c139 Shallow submodules clone in configure.sh
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2025-05-08 22:26:40 +07:00
Jean-Baptiste
8f1a0903bb Finish rebrand on the main repository
Signed-off-by: jeanbaptisteC <jeanbaptistec@noreply.codeberg.org>
2025-05-08 21:12:42 +07:00
oleg-rswll
76e17a34bb Update wording 2025-05-08 21:12:42 +07:00
Jean-Baptiste
c36a9e8c63 Rebrand repository documentation
Signed-off-by: jeanbaptisteC <jeanbaptistec@noreply.codeberg.org>
2025-05-08 21:12:42 +07:00
pastk
f6ebf9fcd4 Link to the Governance repo
Signed-off-by: pastk <konstantin.pastbin@gmail.com>
2025-05-08 21:12:42 +07:00
pastk
773ba73cbd Remove app stores badges and links as not ready yet
As people could be confused.

Signed-off-by: pastk <konstantin.pastbin@gmail.com>
2025-05-08 21:12:41 +07:00