b82d4764f8
[strings] Regenerate for bbq
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-04-28 19:21:19 -03:00
David Martinez
cab8ec82a3
[ios][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
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
v-lozko
8d8964c542
[ios] Add default email client support to about menu ( #7862 )
...
* [ios] Add default email client support to about menu
Signed-off-by: Valery Lozko <valerylozko@gmail.com>
2024-04-25 01:12:57 +02:00
8fd2a10a15
[ios] add a loading overlay screen with an activity indicator for the bookmarks sharing
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-04-25 00:18:25 +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
David Martinez
a7f0292927
[ios][editor] Fix unintended fallthrough in switch-case
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2024-04-20 13:33:16 +02:00
v-lozko
3b041b4b58
Update iphone/Maps/Bookmarks/BookmarksList/BookmarksListViewController.swift
...
Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
Signed-off-by: v-lozko <156805389+v-lozko@users.noreply.github.com>
2024-04-20 10:27:05 +02:00
Valery Lozko
79db90bb0b
[ios] Correct location of more menu in bookmark lists
...
Signed-off-by: Valery Lozko <valerylozko@gmail.com>
2024-04-20 10:27:05 +02:00
Valery Lozko
22d8ce8917
[ios] fix alignment of ltr languages in bottom menu
...
Signed-off-by: Valery Lozko <valerylozko@gmail.com>
2024-04-19 22:48:22 +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
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
David Martinez
9234c0ce23
[ios][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
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
Kiryl
4566643f46
[ios] [bookmarks] Remove observer pattern during the category files exporting ( #7933 )
2024-04-16 20:41:41 +02:00
d62aad957c
[ios] fix: user interface auto theme changing issue
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-04-16 20:09:49 +02:00
Alexander Borsuk
538719955b
[ios][mac] Fix assert/check on shutdown of iOS app on Mac
...
- Removed thread checker for delayed thread pool. It does not really matter which thread destroys the pool.
On Mac, thread pools are created on the main thread, but static destructors are called from another system thread.
And checker failed for the statically created DrapeRoutine's thread pool.
- Avoid unnecessary MWMThemeManager invalidate on destruction when nothing has changed
- Add missing include
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-16 17:01:31 +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
da0babe32e
[xcode] disable tests parallelizing
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-04-15 09:05:29 +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
Kiryl
adb5c6fc81
[ios] add unit test target ( #7740 )
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-04-12 13:21:56 +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
Valery Lozko
514423a829
[ios] fix: Text trimming on the Menu screen on small screen #7605
...
Signed-off-by: Valery Lozko <valerylozko@gmail.com>
2024-04-11 22:18:42 +02:00
Alexander Borsuk
5fc48d73f0
[strings] Regenerated
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-10 18:33:33 +02: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
959fd7ee50
[ios] add PrivacyInfo with missing API declarations
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-04-08 08:39:02 +02:00
Viktor Govako
00cd4a57da
[strings] Regenerated.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-04-06 15:48:04 -03:00
Viktor Govako
46241b0531
Update IsHotelChecker.
...
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
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
18408567c4
[strings] Regenerate for craft-painter
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-04-06 12:07:24 +03:00
v-lozko
706f0fa27b
[ios] Fix isolines reminder being displayed on top of other dialogs ( #7694 )
...
* [ios] Fix isolines reminder being displayed on top of other dialogs, Issue #7555
Signed-off-by: Valery Lozko <valerylozko@gmail.com>
2024-04-06 00:16:20 +02: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
9d29851fc7
[ios] fix: circular downloading progress bar laout on the PP
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-04-05 11:57:31 +02:00
8f376115c3
[ios] fix: radiOn/Off buttons icons
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-04-05 09:09:31 +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
55c719ad58
[ios] fix: tappable area for the color selection icon
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-04-04 09:19:23 +03:00