d8a594855a
[ios] fix UIDatePicker style in the Editor
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-02-11 08:36:42 +00:00
David Martinez
431cf357a3
[editor][ios] Add outdoor_seating
to editor
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2025-02-01 18:51:19 +03:00
David Martinez
3493538c56
[editor][ios] Add self_service
to editor
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2025-02-01 18:51:19 +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
31d940dceb
[ios] fix some complie warnings
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-12-29 13:40:18 +04:00
9347453d66
[ios] fix encoding for the empty category selection
text view
...
NSUTF8StringEncoding works incorrectly with html data type in the UITextView
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-12-23 14:35:09 +04:00
20aa24a74b
EN as additional search language in the editor
...
Signed-off-by: map-per <map-per@gmx.de>
2024-12-04 08:47:22 -03:00
fe235e46b6
[ios] [editor] Add empty search result disclaimer to category selection screen
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-12-02 11:51:24 -03:00
Viktor Govako
0f2db025c4
[ios][editor] Do not show all categories list when the search gives nothing.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-12-02 11:51:24 -03:00
de6fb06412
[ios] replace all the date formatters instances with the one static
...
The date formatter initialization is resource-intensive and all unnecessary instantiation are replaced with the call to one default static formatter.
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-11-04 22:12:22 -03:00
David Martinez
b668503c0f
[ios][placepage] Remove duplicated icons
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2024-07-30 21:51:28 -03:00
David Martinez
5249ac9830
[placepage] Use WiFi emoji symbol 🛜 in PP preview ( #8631 )
...
* [placepage] Use localized WiFi string
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
* [placepage] Use WiFi emoji symbol 🛜
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
---------
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2024-07-25 18:14:58 +02:00
Alexander Borsuk
a39eed5805
[xcode] Fixed warnings for Xcode 16
...
- Use C17 instead of C11
- Clean up some settings
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-07-05 13:06:51 +02:00
Matheus Gomes
5c2964ac64
[iOS] Fixed titles capitalization ( #8424 )
...
* Update MWMOpeningHoursEditorViewController.mm
Signed-off-by: Matheus Gomes <86851490+matheusgomesms@users.noreply.github.com>
* Update MWMStreetEditorViewController.mm
Signed-off-by: Matheus Gomes <86851490+matheusgomesms@users.noreply.github.com>
* Update MWMEditorViewController.mm
Signed-off-by: Matheus Gomes <86851490+matheusgomesms@users.noreply.github.com>
---------
Signed-off-by: Matheus Gomes <86851490+matheusgomesms@users.noreply.github.com>
2024-06-09 08:39:32 +02:00
64eadda4f8
[ios] fix opening hours simple mode bug when the string is empty
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-06-02 15:39:14 +02:00
f22068c052
[ios] add support for the website_menu
to the Edit/Add place screen
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-05-22 15:51:32 -03:00
5934e3a772
[ios] fix: bug when the same new language can be added multiple times
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-05-07 00:02:42 +02:00
487e4c116d
[ios] fix: MWMEditorAdditionalNameTableViewCell tappable area to activate editing
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-05-02 21:32:31 +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
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
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
5a85c39c11
[ios] Removed calls to NSUserDefaults.synchronize method all over the code
...
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-04-04 08:45:39 +03:00
David Martinez
e5155b1958
[core] Refactor move Internet to feature_utils
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
[tests] Fix internet tests
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2024-02-24 22:26:39 -03:00
Oleg Montak
916a050d36
[ios] Fix “Suggested changes sent” toast message layout
...
Fixes https://github.com/organicmaps/organicmaps/issues/6876
Signed-off-by: Oleg Montak <oleg.montak@gmail.com>
2024-01-03 22:25:14 -03:00
9f420ee24f
[ios] add the Notes section to the 'Add place to OSM' screen
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2023-12-30 23:11:49 +01:00
Alexander Borsuk
90fb327ad1
Review fixes
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-05-15 09:18:36 +02:00
Alexander Borsuk
a776d0be01
Review fixes
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-05-15 09:18:36 +02:00
Alexander Borsuk
914c338aec
string_view for faster languages and KML processing
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-05-15 09:18:36 +02:00
8526480513
[strings] Add localized links for osm wiki page
...
Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
2023-03-27 09:38:38 +02:00
Alexander Borsuk
230b063b80
[ios] Use notification instead of the delegate for the street Editor
...
It allows to intercept X (clear) button messages too. Delegate approach requires a separate method for it.
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-02-24 14:59:20 +01:00
Alexander Borsuk
b5cce77a69
[ios] Removed unnecessary input validators
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-02-24 14:59:20 +01:00
0e60e71a7f
[Android][iOS] Social pages editor fix ( #3248 )
...
* Removed hardcoded domains from UI (Android + iOS) code. Moved to native code `Framework.nativeGetPoiContactUrl()`.
Automatically add domain name to social pages when upload changeset to OSM API.
Removed "@" symbol for social contacts on Android and iOS.
Simplified social contacts URLs on PlacePage. Only part of URL is shown.
Fixed parsing of fb.com/profile.php?id=34496388 URLs
Adde Line social network to iPhone.
Added function strings::EndsWith(std::string const & s1, std::string_view s2);
Introduced many constexpr variables in validate_and_format_contacts.cpp
Added more tests
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-02-20 11:53:47 -03:00
Alexander Borsuk
3c35c71e82
[ios] Increased top margin for the Note header, decreased Note size
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-02-19 07:54:58 +01:00
Alexander Borsuk
ab1732242f
[ios] Enabled OSM editor notes for all places
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-02-18 21:20:54 +01:00
Alexander Borsuk
e300de6766
[ios][editor] Removed duplicated floors and zip code cells
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-02-18 16:19:05 +01: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
Viktor Govako
94e922386a
[editor] Metadata edits refactoring.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2022-08-14 16:15:01 +03:00
David Martinez
06828ad8e3
[ios] Add social media to editor
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2022-08-10 13:41:29 +03:00
David Martinez
b1cbbd20e1
[ios] Center icons vertically in editor
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2022-08-10 13:40:29 +03:00
Viktor Govako
6189c8e25c
[strings] Use string_view in MetadataBase.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2022-04-15 07:18:44 +03:00
Marcel Kummer
b887d2ed49
Fix appearance of date pickers for editing opening hours ( #2047 )
...
Date pickers have started to appear in compact mode in one of the last
iOS releases. Explicitly setting them to "wheels" style restores the
intended appearance.
Signed-off-by: Marcel Kummer <tanuva@posteo.de>
2022-03-05 15:07:54 +01:00
Alexander Borsuk
90c20c5b9a
[ios] Fixed invalid cell constraint
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-02-13 14:38:23 +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
vng
050649759d
[iOS] Fixed using of some localized string constants.
...
Signed-off-by: vng <viktor.govako@gmail.com>
2021-07-27 08:47:23 +02:00
vng
2862d4302e
[iOS] Fixed compilation with new XCode.
...
Signed-off-by: vng <viktor.govako@gmail.com>
2021-04-28 19:59:15 +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
vng
f66c2b638b
[ios] Replace UIWebView with WKWebView.
...
Signed-off-by: vng <viktor.govako@gmail.com>
2021-01-30 15:24:37 +03:00
Veniamin Gvozdikov
d9c6dcaba4
[iOS] Rebranding
...
Signed-off-by: Veniamin Gvozdikov <g.veniamin@googlemail.com>
2021-01-01 17:36:12 +03:00
Aleksey Belousov
46d725b966
[iOS] disable delete button on list settings screen for last bookmarks group
...
https://jira.mail.ru/browse/MAPSME-14728
2020-09-14 13:36:46 +03:00
Alexander Boriskov
e7f7232e8e
[iOS] Fixed crash in editor
...
https://jira.mail.ru/browse/MAPSME-14458
2020-07-31 14:24:01 +03:00