Commit graph

136 commits

Author SHA1 Message Date
f9fb0e8d7f [ios] replace MWMSearchManager with new SearchOnMapManager
- fix layout of the place page container (configure it programatiacally)
- use the new modal seearch VC everywhere
-

Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-02-25 12:17:33 +00:00
9b93d66f3d [ios] refactor the BottomMenuLayerButton
The runtime attributes were removed from the xib. Because it is really hard to debug them and there is no reason to set the bunch of the same attrs to the multiple items. Such configurations should be done pogrammatically.

Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-01-30 15:02:57 -03:00
6ed297c62e [ios] fix bug when the layers menu doesn't layouted properly on appear
On some ios versions the `tableView.layoutIfNeeded()` is called but the view doesnt set as it should be relayouted. This bug is founded on the iPhone Xs Max 18.2.
https://github.com/organicmaps/organicmaps/issues/10143#issuecomment-2620913027

Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-01-30 15:02:57 -03:00
a1c6d532b5 [ios] refactor styles to make them type-safe using enums instead of string lit
1. for now the structure is SheetStyle.Global/PlacePage/Font/TestColor...
2. the styles are used by assessing the property
before:
lineView.setStyleAndApply("Divider")
headerTitleLabel.setStyleAndApply("semibold18:blackPrimaryText")

after:
lineView.setStyleAndApply(.global(.divider))
headerTitleLabel.setFontStyle(.semibold18, color: .blackPrimary)

Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-01-16 16:02:29 +04:00
5e79069a84 [ios] implement ActivityWidget support to the TrackRecordingManager
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-12-23 18:43:35 +00:00
b03108318c [ios] add TrackRecording widget to the top-right
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-12-16 22:28:23 +00:00
b3d800ab4a [ios] Remove a separator from LayersVC
Separator should be visible only for the Layers + Menu and hidden for the Layers only.

Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-12-11 18:54:01 +04:00
c2eb1adfbf [ios] open Menu and Settings screens with highlighting the features
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-10-04 10:34:08 +03:00
2ceb10c297 [ios] handle settings/menu universal links types and open related screens
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-09-30 19:29:27 +03:00
Alexander Borsuk
9830631b97 [ios] Red dots on menu and help button now properly pass taps to the underlying buttons
- Without this fix, tapping on a red dot does nothing instead of opening the menu

Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-09-05 15:31:11 +02:00
6be7eaebbc [ios] implement track recording to the Menu
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-09-03 18:26:15 +02:00
16b69f9a57 [ios] bring back share my location button
partly revert 43c46beb0f (for the menu)

Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-08-14 11:47:22 +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
11bd259731 [ios] prevent from selecting disabled menu cells
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-08-13 16:49:16 -03:00
43c46beb0f [ios] refactor the PP's header and add the share button
- increase grabber size
- move the share button to the PP's and Layers header trailing-top corner
- add a new color for the close/share icons on the pp
- crate a new button class with rounded image
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-07-30 13:27:17 +03:00
db0aeb4194 [ios] open social media links in installed applications from the PlacePage
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-06-11 17:09:10 +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
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
bf81661b1e [ios] Fixed XCode warnings
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-03-21 23:45:12 +01:00
d654242e66 [ios] extend bottom tab buttons tappable area by 15pt
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-02-20 23:28:43 +02:00
8ba3cd5716 [ios] fix: crash when user taps the Menu button during hiding animation
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-02-17 02:03:02 +02:00
631bc6ed56 [ios] replace cornerRadius with setCorner to handle continuous curve
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-02-13 23:46:28 +02:00
51d26a816b [ios] add new images layers buttons
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2023-12-17 21:38:08 +02:00
35736074f2 [ios] feat: add the outdoor style button into the layers selection
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2023-12-17 21:38:08 +02:00
56be46ec61 [ios] add OM logo instead of "?" symbol to about tab
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2023-11-17 12:30:51 +02:00
fd95aae4df [ios] feat: change TabBar style, add BottomTabBarButton
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2023-11-17 12:30:51 +02:00
1acc740ad5 [ios] show faq after about screen when educational hint is enabled
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2023-11-16 10:08:43 +01:00
ed561488dd [ios] handle opening of FAQ screen on app first launch
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2023-11-05 15:00:39 +01:00
e07eaca2db [ios] fix: remove point-to-point button and associated code from bottom tabbar
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2023-10-07 08:37:10 +02:00
Alexander Borsuk
4646fdf899 [ios] Fixed unnecessary double click on route button
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-02-22 08:56:05 +01:00
Alexander Borsuk
45c0ac9baf NY support
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-12-17 07:50:21 +02:00
Alexander Borsuk
9eb900db59 [ios] One more menu item
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-11-20 08:47:19 +02:00
Alexander Borsuk
2a10247c6f [ios] Better menu rendering
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-11-20 08:47:19 +02:00
Evgeny Fayvuzhinsky
2b5f122033 [ios] Change UI font from Helvetica to system
All storyboards and xibs with Helvetica were edited.
Font styles (medium, italic) and sizes are preserved.

Closes #3216

Signed-off-by: Evgeny Fayvuzhinsky <e.u.f@icloud.com>
2022-08-28 22:09:53 +02:00
Alexander Borsuk
8ab6ab2266 [ios] Fixed crash on menu click after hiding the interface
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-02-13 10:07:00 +01:00
Alexander Borsuk
9dc55797c8 [ios] Transparent bottom toolbar background
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-01-29 21:15:00 +01:00
Alexander Borsuk
f150cf56b4 [ios] New Help/About dialog on the main screen
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-01-29 21:15:00 +01:00
Alexander Borsuk
242395cd59 [ios] Minor cleanup
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-01-29 21:15:00 +01:00
Alexander Borsuk
8e5c08cfa0 [ios] Fixed some warnings
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-11-15 16:28:40 +01:00
vng
c40b5257d8 [iOS] Valid bottom menu layout.
Signed-off-by: vng <viktor.govako@gmail.com>
2021-08-02 11:44:42 +02:00
Alexander Borsuk
71bc89c94a [ios] Minor deprecation warning fix
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-07-08 08:58:04 +02:00
vng
9b10eb9d3e [iOS] Restore update maps red dot indicator in bottom menu button.
Signed-off-by: vng <viktor.govako@gmail.com>
2021-06-15 10:30:12 +02:00
Alexander Borsuk
30b0086e67 [ios] Removed unhelpful and unnecessary toast (string was already removed)
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-04-30 00:00:14 +02:00
Alexander Borsuk
f0d3e7f5a5 [ios] Swapped search and routes buttons
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-04-29 23:55:27 +02:00
Alexander Borsuk
9dd9e7e4ec [ios] Minor rename
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-04-22 08:11:07 +03:00
Alexander Borsuk
c44f883621 [ios] Hide Discovery button
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-04-22 08:11:07 +03:00
Alexander Borsuk
2fcd601b88 [core][ios] Cleaned up Booking, guides, ugc, taxi
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-04-22 08:11:07 +03:00
Alexander Borsuk
3c2a2e127f [ios] Commented discover and bookmark details
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-04-22 08:11:07 +03:00
Alexander Borsuk
1a0e062cf2 [core][ios] Removed statistics and Alohalytics submodule
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-03-14 10:49:56 +03:00
Alexander Borsuk
3043771e5e [ios] Fixed crash on isolines click
Buttons were removed from xib and are left uninitialized

Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-03-05 10:44:47 +01:00