4eb7bf3f73
[ios] add searchHeader
style
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-02-25 12:17:33 +00:00
db4371e2c3
[ios] refactor search screen cells and tab bar
...
- remove xibs where possible
- update cells style (fonts, colors, icons)
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-02-25 10:53:35 +00:00
d8a594855a
[ios] fix UIDatePicker style in the Editor
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-02-11 08:36:42 +00: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
d07d9d79fa
[ios] remove the old code related to the Booking Search Filters
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-12-29 13:40:18 +04: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
Pavel Petrenko
3df07d1628
Created an extension for monospaced font
...
Signed-off-by: Pavel Petrenko <remedy7789@gmail.com>
2024-08-01 19:10:05 +02: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
MontakOleg
93fb4a5067
[ios] Fix CarPlay placeholder text on dark theme
...
Signed-off-by: Oleg Montak <oleg.montak@gmail.com>
2024-05-30 09:06:11 +03:00
Alexander Borsuk
bf81661b1e
[ios] Fixed XCode warnings
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-03-21 23:45:12 +01:00
53ee380c83
[ios] feature: new about screen
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
fix 1
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-03-03 20:27:22 +02:00
bb68a66ffa
[ios] fix the initial 'userInterfaceStyle' theme
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-03-03 10:49:23 -03:00
765f6feb12
[ios] fix: "place does not exist" alert text color
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-03-03 10:49:23 -03:00
576148806e
[ios] change track's color
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-02-28 10:05:39 +02:00
b9582b9067
[ios] fix search bars for iOS12
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-02-26 13:45:16 -03:00
b5ca5ffe28
[ios] match primary (OM) color with android
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-02-16 18:20:03 +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
8842618c29
[ios] fix UI bugs when appearance is changing
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-02-03 00:43:04 +02:00
5f04705c2d
[ios] enable Dark/Light theme switching
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-02-03 00:43:04 +02:00
Kiryl
e636fda692
[ios] Refactor search bars ( #7236 )
...
* [ios] add universal clear icon
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
* [ios] fix: UISearchBar style and rendering
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
* [ios] refactor: bookmarks search bar
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
* [ios] refactor: downloads search bar
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
* [ios] refactor: Search screen's search bar
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
* [ios] fix: bg colors issues for BookmarkVC
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
* [ios] refactor: remove unused dateformatter
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
* [ios] fix NopMapVC layout
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
---------
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-01-26 10:45:38 +01:00
d48a2546cc
[ios] fix: background color for cells selected state
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2023-11-26 23:55:12 +01: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
Kiryl Kaveryn
d20a514c1e
[ios] fix: layout and separators visibility of PlacPageInfo vc
...
Signed-off-by: Kiryl Kaveryn <k.kaveryn@brainq.com>
2023-10-08 17:46:15 +02:00
Kiryl Kaveryn
a18f40343c
[ios] add missing "styleName" in UITableViewHeaderFooterView in "applyTheme" method for correct header rendering
...
Signed-off-by: Kiryl Kaveryn <k.kaveryn@brainq.com>
2023-09-26 10:21:57 +02:00
Artem Trukhanoff
76016d6ce0
[ios] Fixes wikipedia place description text in dark mode ( #5564 )
...
[ios] Fixes wikipedia place description text in dark mode
Added CSS color property in PlacePageDescriptionViewController.swift that is being substituted by particular hexCode of color depending on whether night mode is active or not.
I have decided to retrieve colors from UIColor because in future theme accents might change and this would result in additional work for finding this controller and replacing colors in it.
Fixes : #5364 , #3042
Signed-off-by: Artem Trukhanov <trukhanovartem@me.com>
2023-08-15 17:16:15 -03:00
Angelina Perez
e88c75a457
[ios] Making headers bold
...
* fixes : #3280
Signed-off-by: Angelina Perez <perezangelina.0907@gmail.com>
2023-03-10 23:29:38 +01:00
David Martinez
f575c1a57a
[ios] Change address style to italic in search result
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2022-07-23 10:44:16 +02: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
8ff160c87f
[ios] Fixed navigation bar issue for iOS 15
...
- Fixed white background in the night theme when no search results are available in Downloader
- Fixed bad status bars and nav bars on iOS 15 (when compiling with Xcode 13)
- Simplified search field in Downloader (moved it onto the navbar)
- Fixed invalid constraints for download table cell
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-01-09 21:05:13 +01:00
Alexander Borsuk
32b6e1f0eb
[ios] Removed unused code
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-08-21 16:10:07 +03: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
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
5400ec553a
Removed local ads
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-03-27 12:18:17 +01:00
Arsentiy Milchakov
bb482f60d5
[ads][ios] additional ads into download on map dialog are added
2020-11-23 12:07:55 +03:00
Alexander Boriskov
906ae3b05c
[iOS] Fixed styles on deeplinks from richmedia
...
https://jira.mail.ru/browse/MAPSME-13460
2020-10-21 17:29:58 +03:00
Alexander Boriskov
1459a2d5ee
[iOS] Fixed theme in carplay
2020-10-13 15:54:24 +03:00
Aleksey Belousov
cc2f1599db
[iOS] fix UI issues in bookmarks list
2020-10-09 18:03:48 +03:00
Aleksey Belousov
6f98f7f6eb
[iOS] add new description section to bookmarks list
2020-10-07 18:12:18 +03:00
Alexander Boriskov
b9559b2eb4
[iOS] Navigation bar on map
...
https://jira.mail.ru/browse/MAPSME-14892
2020-09-29 10:40:08 +03:00
Aleksey Belousov
1dab9556f4
[iOS] rename MWMLocationManager to LocationManager in swift
2020-09-14 13:36:46 +03:00
Alexander Boriskov
cf9ed8fde4
[iOS] Bookmarks back button A/B test + small refactoring
...
https://jira.mail.ru/browse/MAPSME-13249
2020-09-14 13:36:46 +03:00
Alexander Boriskov
b0cf9c86c0
[iOS] Added back button to bookmarks from map
...
https://jira.mail.ru/browse/MAPSME-13249
2020-09-14 13:36:46 +03:00
Aleksey Belousov
fe19a7035b
[iOS] add missing font to styles
2020-08-19 17:17:56 +03:00
Alexander Boriskov
550b8dc8d1
[iOS] Added multibanner view controller in downloader + small refactoring
...
https://jira.mail.ru/browse/MAPSME-14390
2020-08-18 12:54:16 +03:00
Aleksey Belousov
6c0595c2ac
[iOS] add rooms/guests picker to hotel search
...
https://jira.mail.ru/browse/MAPSME-14179
2020-07-24 15:13:00 +03:00
Alexander Boriskov
ec0f786f23
[iOS] Code style
...
https://jira.mail.ru/browse/MAPSME-14172
2020-07-22 19:35:20 +03:00
Alexander Boriskov
2b1b551878
[iOS] Add new filter and map/list UI control
...
https://jira.mail.ru/browse/MAPSME-14172
2020-07-22 19:35:20 +03:00
Aleksey Belousov
180ff4ceb0
[iOS] implement booking checkin/checkont date selection with custom date picker
...
https://jira.mail.ru/browse/MAPSME-14177
2020-07-21 15:20:34 +03:00
Alexander Boriskov
e545bd0a6f
[iOS] Add date range and number of guests under search bar
...
https://jira.mail.ru/browse/MAPSME-14176
2020-07-14 11:56:42 +03:00
Aleksey Belousov
7e3ea1caf0
[iOS] adjust colors in guides gallery
...
https://jira.mail.ru/browse/MAPSME-14097
https://jira.mail.ru/browse/MAPSME-14091
2020-07-02 17:53:53 +03:00