173b7e4515
[strings] [ios] move types from Localizable
to LocalizableTypes
...
1. add separate `LocalizableTypes.strings` file for the types
2. patch the `GetLocalizedTypeName` cpp function to fetch the value from the proper table
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-03-05 09:07:14 +00:00
2c002eb08b
[android] Fix SpeedLimitView
...
Signed-off-by: Andrei Shkrob <github@shkrob.dev>
2025-02-28 13:56:03 +00:00
ec072a188c
[tests] Adjust external settings tests
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-12-29 14:06:55 +03:00
5ffd2a8303
[core] Limit server-set set settings to DonateUrl and NY
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-12-29 14:06:55 +03:00
Ferenc Géczi
2c65f4ca90
[qt] Add Night Mode to preferences dialog
...
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
2024-12-18 21:23:27 +03:00
01890abc83
[map] [platform] review fixes
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-12-17 14:11:52 -03:00
a8077eb6a0
[platform] get PointD from the GpsInfo to calc length between 2 gpsInfo pts
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-12-17 14:11:52 -03:00
Viktor Govako
1b2c2404ad
Fixed unit tests. Follow up df258d545f
.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-11-30 19:37:28 -03:00
TobiPeterG
df258d545f
Always show rounded current speed
...
Signed-off-by: TobiPeterG <tobi.goergens@gmail.com>
2024-11-30 18:11:55 -03:00
d60388c025
[platform] fix <1min duration formatting to get 0min string
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-11-29 12:44:44 -03:00
Viktor Govako
a13ff625c4
Minor code fixes.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-11-27 08:30:46 -03:00
Viktor Govako
dde355e3de
Fix to parse "used" strings in Core.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-11-27 08:30:46 -03: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
Viktor Govako
7568b882b4
Print settings.ini to the log.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-11-23 15:37:59 -03:00
Viktor Govako
fc84110b5d
Use string_view for Settings key to avoid useless std::string key instances.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-11-20 12:30:37 -03:00
96f5012224
[platform] implement basic Duration formatting
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-11-20 14:17:39 +04:00
Viktor Govako
d1a0d70490
Fixed language code setting.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-11-10 14:46:48 -03:00
Viktor Govako
c7b4ded54b
[drape] Minor warning fixes.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-11-08 13:10:04 -03:00
Kiryl Razhdzestvenski
99075d76ef
Issue 391. Add setting for change map language.
...
Signed-off-by: Kiryl Razhdzestvenski <kirill.rozh@gmail.com>
2024-11-06 16:14:24 -03:00
renderexpert
26b4e507d1
Review fixes
...
Signed-off-by: renderexpert <expert@renderconsulting.co.uk>
2024-11-05 06:59:56 -03:00
renderexpert
ff9b4e0285
Make Trace a singleton
...
Signed-off-by: renderexpert <expert@renderconsulting.co.uk>
2024-11-05 06:59:56 -03:00
renderexpert
3b6dbfcff4
Review fixes
...
Signed-off-by: renderexpert <expert@renderconsulting.co.uk>
2024-11-05 06:59:56 -03:00
renderexpert
a7ae66fece
Add tracing for Android
...
Signed-off-by: renderexpert <expert@renderconsulting.co.uk>
2024-11-05 06:59:56 -03:00
5b7cbb5753
[platform] [ios] call static localizedStringFromDate instead of creating formatter every time
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-11-04 22:12:22 -03:00
Viktor Govako
358666b6ac
[iOS] Revert Platform::Version.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-10-29 09:56:02 -03:00
Ferenc Géczi
01d43b049f
[linux][qt] Fix intialization of clientIsActive #9513
...
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
2024-10-23 12:30:37 -03:00
a42b6bfac5
[ios] log app name and bundle id on the app start
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-10-10 12:50:27 +02:00
Alexander Borsuk
2af91bb48f
[ios] constexpr TTS languages
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-10-06 22:30:45 -03:00
Alexander Borsuk
e0cd4b94ce
Add and enable Bulgarian TTS translations
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-10-06 22:30:45 -03:00
Ferenc Géczi
7566dc400f
platform: Track Active
property of geoclue2
...
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
2024-10-02 21:44:55 -03:00
Viktor Govako
9bd7e39148
Don't use optional<char>.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-09-18 23:30:45 +03:00
d6e19d522d
UTM coordinates format fix ( #9286 )
...
Changed generated UTM format to include zone letter instead of hemisphere letter.
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-09-14 14:53:06 -03:00
Alexander Borsuk
a2d059da91
Replaced GpsTrackInfo with GpsInfo
...
TODO: There is an inefficient copying in void GpsTrackFilter::Process
that can be refactored
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-08-27 11:50:16 +02:00
Alexander Borsuk
4d0ae85720
Renamed m_speedMpS to m_speed because MpS can be read as Miles per second or Meters per second
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-08-27 11:50:16 +02:00
574f197c07
[core] Use snprintf in ToStringPrecisionLocale()
...
Signed-off-by: Gonzalo Pesquero <gpesquero@yahoo.es>
2024-08-26 01:30:03 +02:00
Alexander Borsuk
156cc9558e
Enabled logs for free disk space checks when downloading/updating countries
...
There are several bug reports that iOS wrongly says that there is no free space available.
As we can get iOS logs now, we can try to debug such cases.
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-08-14 16:58:58 +02:00
Alexander Borsuk
a86c911b45
[fonts] Use NotoSans instead of Serif for Hebrew
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-08-14 14:20:33 +02:00
9228c52ed6
[core] [map] [ios] fix the CanEditMap
logic to add places only to the downloaded and updated maps
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-08-13 16:49:16 -03:00
Alexander Borsuk
1026e796ef
Avoid unnecessary Locale copying in ToStringPrecisionLocale ( #8896 )
...
* Avoid unnecessary copy in ToStringPrecisionLocale
And a bit faster code in two other places
Signed-off-by: Alexander Borsuk <me@alex.bio>
* fix
Signed-off-by: Alexander Borsuk <me@alex.bio>
* Minor formatting
Signed-off-by: Alexander Borsuk <me@alex.bio>
* Better formatting for distance tests
Signed-off-by: Alexander Borsuk <me@alex.bio>
* Workaround for failing distance tests
Signed-off-by: Alexander Borsuk <me@alex.bio>
* Fixed failing tests and improved formatting
Signed-off-by: Alexander Borsuk <me@alex.bio>
* Review fixes
Signed-off-by: Alexander Borsuk <me@alex.bio>
---------
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-08-13 09:48:09 +02:00
Alexander Borsuk
0363d87cc3
[ios] log the local time with timezone on the app launch
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-07-25 20:08:38 +02:00
e845ad65d3
[platform] make RemoteFile handle redirects when told to
...
needed for profile picture in OSM account page
Signed-off-by: Harry Bond <me@hbond.xyz>
2024-07-10 11:04:12 +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
6d4769f2ec
[drape] Add Bengali font
...
Pre-requisite to fix #1723
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-06-17 22:50:25 +02:00
Alexander Borsuk
e231894754
[drape] Add Malayalam font
...
Pre-requisite to fix shaping in #516
The old font does not embed proper shaping info and doesn't work even with Harfbuzz
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-06-17 19:52:39 +02:00
Alexander Borsuk
296ce69fe0
[C++20] Use starts_with and ends_with
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-06-07 13:11:00 -03:00
Viktor Govako
0cc2343b6a
[base] Renamed XXXThreadPool for better understanding.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-05-27 23:17:15 -03:00
Osyotr
04c81ac86b
Some fixes for tests on Windows ( #8256 )
...
* Some fixes for tests on Windows
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
* Fix code style
Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
2024-05-25 17:25:56 +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
Alexander Borsuk
5a11f41e4d
Removed unnecessary system font logs
...
All fonts are printed anyway at the end
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-05-19 18:26:57 -03:00
a9d1a15192
[platform] remove redundant =
from osm.org/go link
...
tiny fix, looks a bit strange to have an empty query string
Signed-off-by: Harry Bond <me@hbond.xyz>
2024-05-19 22:24:00 +02:00