Commit graph

1149 commits

Author SHA1 Message Date
1783c90714 [map] move the track stats calc logic from ElevationInfo to the TrackStatistics
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-02-21 14:38:11 -03:00
45dd46799e [ios] Use FASTLANE_ENABLE_BETA_DELIVER_SYNC_SCREENSHOTS
The new Fastlane feature enables incremental synchronization
of screenshots without fully removing them during each upload.

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2025-02-04 09:15:00 +00:00
efcadd6f25 Refactor Editor storage to use diff based approach
Signed-off-by: map-per <map-per@gmx.de>
2025-01-31 17:46:04 -03:00
e66b8a9881 [ios] ios fix widget renaming
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-12-29 16:07:19 +04:00
a9ea75d20c [ios] Automatically manage signing for AppStore
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2024-12-28 23:11:04 +00:00
e00f33a076 [github] Manage private secrets with GitHub Secrets to enhance security
1. Restore the original simple version of `configure.sh`
   Restores 08e37f4 "Refactor configure.sh"
   Reverts b87ee95b "Fixed configure.sh script and gh actions"

2. Use GitHub Secrets instead of a private git repository to enhance
   security standards and ensure credentials are encrypted and safely
   managed.

3. Document credentials used by GitHub Actions in docs/CREDENTIALS.md

4. Include `network_security_config.xml` directly into the repo
   as it has nothing sensitive.

5. Include Apple WWDR intermediate certificates directly into the repo
   as they are not sensitive and publicly available.
   https://developer.apple.com/help/account/reference/wwdr-intermediate-certificates

6. Add `private.h` in the repository since it does not differ from
   `private_defaults.h`.

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2024-12-27 20:16:52 +00:00
780e67ebd7 [ios] Fix signing for the new live widget
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2024-12-24 15:03:04 +00:00
ab128bbaeb [map] refactor ElevationInfo and implement it as a Track property
1. filling ElevationInfo with data properties is removed because there is no such data for tracks in the data
2. elevation profile is initialized only with the MultiGeometry because it shouldn't know about any other info exept the lengths, altitudes and timestamps
3. data is calculated as concatenation of all geometry segments (not the 1st one as in old implementation)

Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-12-11 13:20:10 +04:00
Kiryl Kaveryn
9abc8e5a79
[core] Implement products configuration (#9695)
* [platform] add ProductsConfig

1. fetch and parse ProductsConfig json
2. save it to the separate file "products_settings.json"
3. small servers_list.cpp refactoring
4. add unit tests for servers config and products config
5. add products fetching to the framework

Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-11-25 12:32:01 -03:00
96f5012224 [platform] implement basic Duration formatting
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-11-20 14:17:39 +04:00
Alexander Borsuk
107e29e947 [xcode] Silenced project upgrade checks
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-10-07 16:30:01 -03:00
Andrew Shkrob
3d469999be [xcode] Remove qt/Info.plist
Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
2024-10-07 13:14:03 -03:00
Andrew Shkrob
558e0a05bd [xcode] Remove qt project from
Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
2024-10-06 21:20:04 -03:00
Viktor Govako
5a4e97b818 [iOS] Fix build on Xcode 16
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-09-22 13:40:47 +03:00
Alexander Borsuk
7c151ec289 [ios] Minor fixes
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-09-01 18:37:12 +02:00
Alexander Borsuk
67cbee77a6 [3party] Update ICU to 75-1
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-07-29 18:48:41 +02:00
Alexander Borsuk
a39eed5805 [xcode] Fixed warnings for Xcode 16
- Use C17 instead of C11
- Clean up some settings

Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-07-05 13:06:51 +02:00
Viktor Govako
3b479fa18f [base] Added UniformRandom helper class.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-07-01 13:58:24 -03:00
Alexander Borsuk
41b73ed97b [drape] Harfbuzz integration
Rendered text is now properly shaped. Should fix text rendered in these languages:
- Indic
- Arabic
- Thai and Lao
- Khmer
- Myanmar
- Tibetan
- Hangul
- Hebrew

If text still looks wrong, then the font file for this text should be updated.

Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-06-29 11:32:38 +02:00
Alexander Borsuk
7cb03774f8 [ios] Enable C++20
A follow up to #7299 22fb1fe33b

Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-06-06 19:13:42 +02:00
Alexander Borsuk
2973ec364b [drape] Split text into segments needed for proper text shaping with Harfbuzz
- Added a font_tool to experiment and test runs algorithm
- Updated existing test to show/compare different lang strings rendered in different ways

Harfbuzz shaping requires splitting each string into segments (runs). Each run should have the same:
- font
- direction
- script
- language

The base idea of getting runs is based on the Chromium source code, with some changes and improvements.

There are many TODOs that can be handled later.

Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-05-25 16:56:38 +02:00
David Martinez
1276dc76f2 [styles] Rename styles to default/vehicle/outdoors + light/dark
clear/style-clear    -> default/style-light
clear/style-night    -> default/style-dark
vehicle/style-clear  -> vehicle/style-light
vehicle/style-night  -> vehicle/style-dark
outdoors/style-clear -> outdoors/style-light
outdoors/style-night -> outdoors/style-dark

Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2024-05-23 00:16:43 -03:00
Osyotr
621eaaf67a Remove liboauthcpp
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
2024-05-20 08:59:19 -03:00
David Martinez
6d59c27f09 [iOS] Add Street Names setting to iOS
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2024-05-14 22:34:21 +02:00
Andrew Shkrob
aacbe403fb [data] Remove drules_proto-bw
Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
2024-05-08 23:29:24 +02:00
Alexander Borsuk
663511866d [drape] Use built-in Freetype SDF rendering
* Set the same SDF spread/border (4) as it was before
* Removed the threaded glyph generator, SDF glyphs are created now on a single thread.
  Before, the bitmap was rendered and then copied on the same single thread. By removing unnecessary overhead and by using
  bsdf renderer which is faster than sdf, visually glyphs appear on the screen at comparable or even faster time.
* Removed GetGlyphSdfScale, it will be hardcoded or set in a different way if necessary
* Fixed some minor tidy warnings

Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-05-02 18:06:54 +02:00
Alexander Borsuk
6e8e596e1c [drape] Removed fixed text size in favor of always using SDF fonts
Fixed size was a case only for some older mdpi devices (likely to look a bit better).
SDF fonts allow dynamic resizing to any desired size without loss of quality.
And each glyph should be rendered only once on the texture.

Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-24 20:19:26 +02:00
David Martinez
7e4b3e5be1 [ios][editor] Add drive_through to editor
[ios][editor] Add MWMEditorSegmentedTableViewCell
[core] Add YesNoUnknown enum

Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2024-04-18 23:39:48 -03:00
Alexander Borsuk
2434c9e80b Deleted mapshot and software_renderer
This code was outdated and required a lot of fixes to work.
Even after fixes, it will generate map image that is inconsistent with GL/Metal/Vulkan version.
Restoring it later if necessary is always an option.

Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-08 17:04:25 +02:00
Osyotr
76dd632ec5
Devendor some thridparty deps (#7836)
* Link with Qt6::Network on windows
* Make find_program(BASH) REQUIRED to prevent build-time errors
* Link more targets explicitly to pickup transitive dependencies
* Don't add unsupported flags on MSVC
  Drive-by: use add_compile_options instead of add_definitions to set -fno-omit-frame-pointer
* Move find_package(gflags) out of 3party
  GLOBAL flag for find_package has been added in CMake 3.24
* Don't hardcode paths to 3party/utfcpp
* Use system expat explicitly if needed
* Use system jansson explicitly if needed
* Use find_package(ZLIB) to find zlib
* Don't use vendored Freetype, ICU and HarfBuzz when WITH_SYSTEM_PROVIDED_3PARTY is set
* Find pugixml explicitly
* Fix typo in target name
* Update utfcpp include path
* Let CMake handle /DEBUG flag for MSVC

Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
2024-04-07 00:50:34 +02:00
Alexander Borsuk
d5d1eabed4 [xcode] Fixed running test binaries on Mac
- Increased MACOSX_DEPLOYMENT_TARGET to 10.15 (Catalina)
- Automatically generate info.plist file for test binaries
- Fixed paths to Qt6

Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-06 14:31:08 +02:00
Alexander Borsuk
57402cfe56 [3party] Update jansson, freetype, expat
Fixes CMake warning about the symbol visibility policy CMP0063
caused by 3party libs that claim to support older CMake versions.

Updated expat build settings. We don't use DTD and general entities.

Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-05 11:52:02 -03:00
Alexander Borsuk
a99eb33634 [xcode] Fixed paths to Qt6 for desktop targets
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-05 11:52:02 -03:00
Alexander Borsuk
e8315bea34 [ios] Enable LTO for release builds
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-04 08:47:47 +03:00
Alexander Borsuk
e1e2c5e4de [appstore] Removed expired certificate from Fastlane
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-02-13 03:04:10 +02:00
Alexander Borsuk
c39702cf2a [xcode] Fix upgrade warnings in the project
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-12-20 13:52:26 +01:00
Ferenc Géczi
db7bc664c5 [3party] Treat utfcpp as a system header
* For compiler diagnostics
* For dependency management
* Extra symlink directory 3party/utf8cpp/include/utf8cpp/ added for xcode iPhone builds
  to have the same directory structure, (utf8cpp/utf8/unchecked.h)
  which would be created by CMake.
  See:
  https://github.com/nemtrif/utfcpp/blob
  /925e7147ece348a170f4fea3a7f94ee72b433030/CMakeLists.txt
  And:
  https://github.com/nemtrif/utfcpp/issues/54

Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
2023-11-23 10:29:26 +02:00
Viktor Govako
945f83bdce [search] Added Feature->Place index.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2023-11-22 12:39:58 -03:00
51b3fc992e [android][ios] Add "Details on ..." button to hotels
Add an experimental referral link "Details on KAYAK" to hotels on the map.
KAYAK is a metasearch engine that aggregates hundreds of travel sites
at once to find the best deals on the hotel bookings. The website provides
detailed property listings with photos, reviews, and information on
amenities and prices.

As always, Organic Maps doesn’t collect or share any information about
you and/or your device with KAYAK and/or its partners. As KAYAK is
a traditional website, be aware that they may have tracking on their
website like all travel websites.

All hotel bookings via KAYAK using links from the app will generate
a tiny commission to help fund the development of the project. Thanks for
your support of the project!

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-11-17 11:25:02 +02:00
Alexander Borsuk
a000e91c69 [ios] Remove link to the deleted cpp file
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-11-05 21:25:59 +01:00
Andrew Shkrob
66c8d447d4 [core] constexpr dp::Color
Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
2023-10-29 22:39:54 +01:00
Alexander Borsuk
02ec5886e8 [ios] Xcode automatically rewrites file metal file type when project is opened
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-09-10 14:18:23 +02:00
abf02c1546 [iOS] Added new routing type. Showing detailed ruler route info in bottom panel
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-08-31 07:29:25 -03:00
Alexander Borsuk
e089c1a640 [3party] Add Harfbuzz to iOS
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-08-20 07:24:13 +02:00
Viktor Govako
a63e8bc2a1 [gpx] Remove duplicated code.
Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2023-07-28 09:52:06 -03:00
Alexander Borsuk
a4d1399c0e [github] Fixed Could not install WWDR certificate Fastlane error for beta builds
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-07-09 13:59:28 +02:00
Viktor Govako
d9d26da385 Revert FMD_CUSTOM_IDS constants.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2023-07-02 11:47:40 -03:00
rokuz
089c65b3e2 Use fast_obj as header-only library
Signed-off-by: rokuz <r.kuznetsow@gmail.com>
2023-06-28 17:22:22 -03:00
rokuz
db2b0d09fd Add API for custom Arrow3D
Signed-off-by: rokuz <r.kuznetsow@gmail.com>
2023-06-28 17:22:22 -03:00
rokuz
82c23dd14f Add texturing for the user arrow
Signed-off-by: rokuz <r.kuznetsow@gmail.com>
2023-06-28 17:22:22 -03:00