81b8ac785c
[drape] Remove minVisibleScale param passing for overlays
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2023-09-03 16:27:46 -03:00
Alexander Borsuk
dac5eb6cde
[tools] Support custom source language in translate.py
...
- Also added Hindi
- strings.txt format is printed last as more relevant
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-09-03 12:32:01 +02:00
382b1e0642
[android] Decouple SensorHelper from LocationHelper
...
Compass and location are two different things. Rename SensorsHelper to
CompassHelper and extract it from LocationHelper to the upper level to
simplify LocationHelper.
Please note that SensorHelper is still started by LocationHelper to
avoid any semantic changes.
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-09-03 13:16:36 +03:00
ef67cd04f1
[android] Fix broken paths
...
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-09-03 10:06:12 +03:00
6967ab7a1c
[android] Update .gitignore
...
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-09-03 10:06:12 +03:00
Arnaud Vergnet
271eb30e98
[android] update git blame ignore revs
...
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
2023-09-03 10:06:12 +03:00
Arnaud Vergnet
2150cafdb6
[android] Update github ci script to new android structure
...
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
2023-09-03 10:05:14 +03:00
Arnaud Vergnet
b39a6dbb5f
[android] Update tools to new android structure
...
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
2023-09-03 10:05:14 +03:00
Arnaud Vergnet
44e5b495c2
[android] Update assets symlinks targets
...
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
2023-09-03 10:05:14 +03:00
Arnaud Vergnet
331b030248
[android] Add new project level build.gradle
...
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
2023-09-03 10:05:14 +03:00
Arnaud Vergnet
480fa6c2fc
[android] Use module project structure
...
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
2023-09-03 10:05:14 +03:00
e09dcefb1c
[android] Make downloader notification less annoying
...
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-09-02 22:17:48 +02:00
1a44a2af76
[drape] Fix map style not updating automatically on Android with Vulkan
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2023-09-02 12:21:36 -03:00
36522c0dd9
[android] Remove AppBackgroundTracker
...
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-09-01 22:49:51 +03:00
493f5a3109
[styles] Regenerate for buildings below parkings
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2023-09-01 15:24:44 -03:00
b42eb1c858
[styles] Move buildings below parkings priorities
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2023-09-01 15:24:44 -03:00
d89c0b45b9
Return back route preview commented out in PR #5744
...
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-09-01 11:20:26 +02:00
Alexander Borsuk
bbd853a8e4
[android] Update gradle wrapper to gradle 8.3
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-09-01 08:56:52 +02:00
Alexander Borsuk
abf3c63e55
[android] Update gradle plugin and other dependencies
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-09-01 08:56:52 +02:00
1377585281
[drules] Regenerated
...
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-08-31 07:29:25 -03:00
d495f51028
[router] Replaced flags isTransit, isRuler with enum routing::RouterType. Added comments
...
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-08-31 07:29:25 -03:00
0cc37b13a1
[router] Formatting according to PR #5381 comments
...
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-08-31 07:29:25 -03:00
32557fa278
[Android] Formatting according to PR #5381 comments
...
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-08-31 07:29:25 -03:00
34cdca79f0
[iOS] Reduced transit route info panel min height. Added min height constraint to transit route distance label.
...
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-08-31 07:29:25 -03:00
82cb2df135
[iOS] Added "Distance: " prefix to ruler route lower panel
...
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-08-31 07:29:25 -03:00
a168138f59
[desktop] Added new routing type to routing settings UI
...
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-08-31 07:29:25 -03: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
e430f48bb5
[Android] 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
858262b554
[strings] Regenerated strings
...
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-08-31 07:29:25 -03:00
05b639c3ec
[strings] placepage_distance is now available in Android
...
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-08-31 07:29:25 -03:00
1fe489843c
In route preview mode user can continue route polyline by single tap.
...
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-08-31 07:29:25 -03:00
36b3af3a2c
[drape] Ruler route is drawn on top of buildings and has custom colors.
...
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-08-31 07:29:25 -03:00
8af81cadda
[router] Added new route type "Ruler"
...
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-08-31 07:29:25 -03:00
Milan Laslop
69233523ae
Fix scrolling behavior in the place description window.
...
Specifically, stop an ongoing fling scrolling when tapping inside the view (or when starting another scrolling).
Steps to reproduce the problem fixed here:
- create/import some bookmark with a very long description
- click on the bookmark place on the map
- start scrolling the place description window swiftly (stop touching the display while still moving the finger)
- the scrolling continues by itself for a while - this is correct
- tap the screen - PROBLEM 1: the tap does not stop the scrolling
- OR start another scrolling - PROBLEM 2: the original scrolling is not stopped and it somehow continues alongside the new scrolling
Signed-off-by: Milan Laslop <milan33@gmail.com>
2023-08-31 09:09:50 +02:00
677b6b5906
[android] Remove legacy notifications implementation
...
Use NotificationManagerCompat from the compat library
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-08-31 09:38:26 +03:00
David Martinez
e19f11b59d
[strings] Regenerated
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2023-08-30 20:22:35 -03:00
David Martinez
bf2cccb79d
[styles] Regenerated
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2023-08-30 20:22:35 -03:00
David Martinez
6714505527
[styles] Change sauna icon to public bath icon
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2023-08-30 20:22:35 -03:00
David Martinez
c6f377cfb7
[styles] Add amenity=public_bath
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2023-08-30 20:22:35 -03:00
David Martinez
f60915d180
[styles] Regenerated
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2023-08-30 23:53:31 +02:00
David Martinez
fd1d6c0d59
[styles] Add border to disabled parking space icon
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2023-08-30 23:53:31 +02:00
Ferenc Géczi
3943d0f5a2
[platform][qt] Use unique_ptr in CreateDesktopLocationService
...
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
2023-08-29 22:13:45 -03:00
David Martinez
adf00114d1
[strings] Regenerated
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2023-08-29 22:13:07 -03:00
David Martinez
eff0e9ca71
[strings] Fix "carplay_roundabout_exit" string in Spanish
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2023-08-29 22:13:07 -03:00
a5140ff300
[styles] Regenerated
...
Signed-off-by: map per <map-per@gmx.de>
2023-08-29 22:11:33 -03:00
786a785d21
[styles] increased priority of tourism-informatin-office
...
Signed-off-by: map per <map-per@gmx.de>
2023-08-29 22:11:33 -03:00
67079e48fb
[android] Dismiss all alert dialogs when pausing MwmActivity
...
This patch fixes `Activity app.organicmaps.MwmActivity has leaked window`
when pausing MwmActivity during showing the following error dialogs:
- "Your location hasn't been determined yet"
- "No internet connection"
- "No object can be located here"
- "Update Maps"
- "Unable to calculate route"
- "When following the route, please keep in mind:"
- "Navigation is only available from your current location."
- Dialogs in DownloadResourcesLegacyActivity.
Fixes #5838
See also #4570 d4bf7a73
"Fix a crash on rotation"
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-08-29 09:41:33 +03:00
David Martinez
8ee828f96f
[search][ios] Fix Open/Closed sometimes showed in gray color
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2023-08-28 17:13:45 -03:00
Harry Bond
0cd5144dab
[strings] regenerated
...
Signed-off-by: Harry Bond <endim8@pm.me>
2023-08-28 15:54:48 -03:00
Harry Bond
4005465e07
[styles] regenerated
...
Signed-off-by: Harry Bond <endim8@pm.me>
2023-08-28 15:54:48 -03:00