rtsisyk
e622ff1d92
Bump versions
...
Signed-off-by: rtsisyk <rtsisyk@users.noreply.github.com>
2024-05-04 17:51:48 +00:00
aaeffdb1a3
Update release notes
...
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2024-05-04 20:47:57 +03:00
Alexander Borsuk
f2f161cd6f
[strings] Regenerated
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-05-04 00:09:08 +02:00
d5e47792f8
[android] Remove somes warnings
...
Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
2024-05-03 21:54:16 +02:00
1defafb2fa
[strings] Regenerated
...
Signed-off-by: map-per <map-per@gmx.de>
2024-05-02 22:59:20 +02:00
e725838863
[android][editor] 'No suitable category' info
...
Signed-off-by: map-per <map-per@gmx.de>
2024-05-02 22:59:20 +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
b82d4764f8
[strings] Regenerate for bbq
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-04-28 19:21:19 -03:00
David Martinez
c53c0e8e6c
[android][placepage] Level icon: Replace stairs icon with elevator icon
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2024-04-27 12:47:08 +02:00
c986908c40
[android] fix the overlapping of bottom sheet and map buttons
...
Signed-off-by: kavikhalique <kavikhalique3@gmail.com>
2024-04-26 14:07:05 +03:00
Alexander Borsuk
06598a2ce2
[strings] Regenerated
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-25 22:04:22 +02:00
9e15663ead
[strings] Regenerated
...
Signed-off-by: map-per <map-per@gmx.de>
2024-04-25 08:20:02 +02:00
e0c4fd2f83
[editor] Use name in local language
...
Signed-off-by: map-per <map-per@gmx.de>
2024-04-25 08:20:02 +02:00
aa1709d3d9
[strings] Regenerate for path grades
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-04-24 18:45:07 -03:00
5fc3f9aa07
[strings] Regenerated
...
Signed-off-by: map-per <map-per@gmx.de>
2024-04-24 23:12:30 +02:00
b7a2b9be92
[strings] Regenerate for shared paths
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-04-24 17:54:13 -03:00
8ca92f5cfe
[strings] Regenerate
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-04-24 17:12:17 -03:00
827bf20778
[android] Fix PT router overriding previous mode if subway layer active
...
The public transportation router was forcibly overriding the previously
selected mode whenever the planning activity was resumed, with the
subway layer active. For instance, if you started a route planning
(which automatically uses PT when that layer is on), switched to car
mode and then changed some driving options, when you got back to the
planning screen, the router would have changed back to PT, instead of
keeping it on car.
This occurred because of `RoutingController#rebuildLastRoute`, called
whenever an activity (such as the driving options) concluded, which
would, indirectly, call `RoutingController#initLastRouteType`. This
method is responsible for defaulting the router to the most
adequate type for the start+finish point combo, or, if the subway layer
is selected, to set it to public transportaton.
So, the fix was rather simple -- instead of only checking if the the
subway layer is active (and if we're not comming from a link, but that
isn't relevant here), we also check if we were already planning
something, or if we're starting a new route plan. We only want to reset
the mode to PT on the latter case.
Fixes : #7701
Signed-off-by: tmpod <tom@tmpod.dev>
2024-04-24 19:53:38 +02:00
Arthur-GYT
c91add3a2f
Use keys in layouts
...
Signed-off-by: Arthur-GYT <a.gayot@posteo.com>
2024-04-22 22:49:12 +02:00
Arthur-GYT
283342e523
[strings] Regenerated
...
Signed-off-by: Arthur-GYT <a.gayot@posteo.com>
2024-04-22 22:49:12 +02:00
Sebastiao Sousa
fd2a1ee616
[android] apply night mode correctly even if device is in light mode
...
When the user has their device in light mode, but the app is in night
mode, some attributes in the
Theme.MaterialComponents.DayNight.NoActionBar.Bridge style are still
inheriting from the light theme. This happens because the application's
ui mode is not being properly switched to night mode.
To fix this, added the UiModeManager in the ThemeSwitcher, in order to
properly change the ui mode.
closes #6481
Signed-off-by: Sebastiao Sousa <sebastiao.sousa@tecnico.ulisboa.pt>
2024-04-20 23:21:01 +02:00
David Martinez
93f80f419a
[strings] Regenerated
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2024-04-18 23:39:48 -03:00
David Martinez
306e7c4069
[android][placepage] Add drive_through to place page
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2024-04-18 23:39:48 -03:00
69f297ea6e
[strings] regenerated
...
Signed-off-by: Harry Bond <me@hbond.xyz>
2024-04-18 11:34:24 -03:00
Arthur-GYT
ac3eb67c1f
Add logo to android idea project
...
Signed-off-by: Arthur-GYT <a.gayot@posteo.com>
2024-04-17 20:05:55 +02:00
Alexander Borsuk
1be2e1bc11
[string] Regenerated tr
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-16 21:51:55 -03:00
Alexander Borsuk
d16417dcbf
[strings] Regenerated $
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-16 21:07:50 +02:00
7595fc8f28
[strings] Capitalized translations
...
Signed-off-by: map-per <map-per@gmx.de>
2024-04-16 11:59:20 -03:00
6856fe5855
[strings] Regenerated
...
Signed-off-by: map-per <map-per@gmx.de>
2024-04-16 11:59:20 -03:00
Alexander Borsuk
998c248dbc
[android] Updated libs
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-14 08:39:18 +02:00
Alexander Borsuk
ea640f756f
[android] Update AGP to 8.3.2
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-14 08:39:18 +02:00
Matheus Gomes
1b8ca0c814
[strings] Regenerated pt
...
Signed-off-by: Matheus Gomes <86851490+matheusgomesms@users.noreply.github.com>
2024-04-12 20:58:13 +02:00
Alexander Borsuk
4d967e24f5
[android] Import .gpx and .gpx.xml files from Google Files app
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-12 11:54:52 +02:00
4949d0071c
[strings] Regenerate for PT shelter
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-04-11 23:23:24 -03:00
Alexander Borsuk
aad1e5894e
[strings] Rёgёnёratёd
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-10 18:17:08 +02:00
59672f52e6
[strings] Regenerate
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-04-09 21:58:10 +02:00
Viktor Govako
00cd4a57da
[strings] Regenerated.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-04-06 15:48:04 -03:00
2b085b027d
[strings] Regenerate for tourism=alpine_hut, =chalet and related translations
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-04-06 15:26:36 -03:00
18408567c4
[strings] Regenerate for craft-painter
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-04-06 12:07:24 +03:00
a30ff17ef5
[strings] Regenerate for boundaries
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-04-05 15:08:43 -03:00
Alexander Borsuk
f2fa99eca9
[strings] Regenerated Greek
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-05 13:11:38 +02:00
Alexander Borsuk
fff96447ff
[strings] Regenerated
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-05 00:32:51 +02:00
ad405b69f6
Include review suggestions
...
Signed-off-by: map-per <map-per@gmx.de>
2024-04-04 21:00:57 +03:00
3b945f3e4a
[strings] Regenerated
...
Signed-off-by: map-per <map-per@gmx.de>
2024-04-04 21:00:57 +03:00
0f6ce4fc2f
[strings] Regenerate for bare_rock, scree, shingle, rock
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-04-04 13:16:56 +03:00
Prefill add-on
52801fe456
[store] Update F-Droid translations (Georgian)
...
Currently translated at 33.3% (2 of 6 strings)
Signed-off-by: Prefill add-on <noreply-addon-prefill@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/ka/
2024-04-04 09:17:23 +03:00
Temuri Doghonadze
bb5a148bac
[store] Update F-Droid translations (Georgian)
...
Currently translated at 33.3% (2 of 6 strings)
Signed-off-by: Temuri Doghonadze <temuri.doghonadze@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/ka/
2024-04-04 09:17:23 +03:00
SC
734609ba9b
[store] Update F-Droid translations (Portuguese (Portugal))
...
Currently translated at 100.0% (6 of 6 strings)
Signed-off-by: SC <lalocas@protonmail.com>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/pt_PT/
2024-04-04 09:17:23 +03:00
Fjuro
23c61d8a8f
[store] Update F-Droid translations (Czech)
...
Currently translated at 100.0% (6 of 6 strings)
Signed-off-by: Fjuro <fjuro@alius.cz>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/cs/
2024-04-04 09:17:23 +03:00
Priit Jõerüüt
e53408db9d
[store] Update F-Droid translations (Estonian)
...
Currently translated at 100.0% (6 of 6 strings)
Signed-off-by: Priit Jõerüüt <hwlate@joeruut.com>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/et/
2024-04-04 09:17:23 +03:00