Commit graph

169 commits

Author SHA1 Message Date
83994a247e [ios] rename finishShareCategory to finishSharing
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-02-25 10:18:51 +00:00
Alexander Borsuk
313664dc1c [strings] Use the same text hint mentioning HTML in all relevant places
Users do not know that HTML can be used in bookmarks descriptions.
Previously this hint was visible on iOS.
There's also no need to duplicate the text in several places.

Signed-off-by: Alexander Borsuk <me@alex.bio>
2025-02-23 12:18:31 +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
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
André
32550b974f [ios] Allow saving empty bookmark list descriptions
Signed-off-by: André <135858315+andre1110@users.noreply.github.com>
2024-10-26 09:36:22 -03:00
narwalayush4
5433ca59cc [ios] Fix: New bookmark list placement
Signed-off-by: narwalayush4 <96654849+narwalayush4@users.noreply.github.com>
2024-09-26 23:50:30 -03:00
015f63cf48 [ios] fix recently deleted screen opening bug
The VCs should be pushed from the Main Map nav controller

Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-09-24 15:24:01 -03: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
747b3553fb [ios] fix topViewController to show the alerts and mail composer correclty
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-09-03 18:26:15 +02:00
5881612fe4 [ios] implement recently deleted feature UI (screen and view model tests)
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-08-15 12:59:33 +02:00
6879db4472 [ios] refactor the ActivityViewController: set creational methods to nonnull
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-07-30 13:27:17 +03:00
787fe7a3f9 [ios] implement the DocumentPicker to import files into the app
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-06-17 09:49:09 +02:00
bc9191521d [ios] reload the categories list during the update from the cloud
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-05-30 10:15:34 +03:00
6e2fb9d5f8 [gpx] Add export buttons in Android and iOS
Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
2024-05-30 08:08:02 +02:00
64c87030f3 [ios] hide the export all button when there are no bookmarks
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-05-22 22:24:19 +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
Kiryl
4566643f46
[ios] [bookmarks] Remove observer pattern during the category files exporting (#7933) 2024-04-16 20:41:41 +02:00
d401482524 [ios] implement 'userCategoriesCount'
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-03-17 11:54:47 -03:00
7af58b789d [ios] implement 'sortedUserCategories' in the MWMBookmarksManager
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-03-17 11:54:47 -03:00
b1cbc24f82 [ios] eye icons for the bookmark catogories list visibility
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-03-13 00:30:50 +01:00
5cd7afe9bf [ios] fix crash for export all bookmarks on iPad
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-03-07 22:14:26 +02:00
1a0896a1c1 [ios] implement 'share all bookmarks' button
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-03-03 20:05:55 +02:00
2308e08aa6 [ios] rename BMCActionsCreateCell into BMCActionsCel'
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-03-03 20:05:55 +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
meenbeese
f861b2614d [strings] Rename the "list settings" key to "edit"
Signed-off-by: meenbeese <meenbeese@tutanota.com>
2023-10-11 23:27:43 +02:00
André
0ac43bbdc4 [ios] Fixed navigation issues for editing bookmark groups
Resolves #939

Signed-off-by: André <135858315+andre1110@users.noreply.github.com>
2023-06-17 07:41:47 +02:00
Alexander Borsuk
3526fd3f5e [strings] Normalize bookmark categories/sets/groups to lists
@TODO: Normalize all other languages too.

Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-12-11 21:33:47 +01:00
Alex Yesmanchyk
a48221ff0b Removed unused access image
Signed-off-by: Alex Yesmanchyk <aliaksandr.yesmanchyk@gmail.com>
2021-10-13 23:15:36 +01:00
Alex Yesmanchyk
7154007589 Removed access string completely
Signed-off-by: Alex Yesmanchyk <aliaksandr.yesmanchyk@gmail.com>
2021-10-13 23:15:36 +01:00
Alex Yesmanchyk
0a81c7b7f9 Match alignment of subtitleLabel with titleLabel
Signed-off-by: Alex Yesmanchyk <aliaksandr.yesmanchyk@gmail.com>
2021-10-13 23:15:36 +01:00
Alexander Borsuk
e3cecd6814 [ios] Close List Settings on Save
Fixes #939

Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-07-28 17:19:07 +02:00
Alexander Borsuk
b97b57480c Switched to KML instead of KMB (old bookmarks will be lost)
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-04-26 08:51:56 +03:00
Alexander Borsuk
415f7a5c3e Removed cloud
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-04-24 13:46:48 +03: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
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
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
80d630439b [ios] Changed min iOS version from 11.0 to 12.0
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-03-14 10:49:56 +03:00
vng
c8464cf9b4 [iOS] Removed Bookmarks backup button.
Signed-off-by: Viktar Havaka viktor.govako@gmail.com
2021-01-26 21:30:58 +03:00
kirill
6b6bb9b10b [ios] disable bookmark synchronization
Signed-off-by: kirill <kirill_belyshev@mail.ru>
2021-01-19 10:59:39 +03:00
Alexander Boriskov
b8604b8fcb [iOS] Added error message on failed authorization
https://jira.mail.ru/browse/MAPSME-15033
2020-10-21 17:29:58 +03:00
Aleksey Belousov
7200df8204 [iOS] localize "Next" button title on bookmarks sharing screen
https://jira.mail.ru/browse/MAPSME-14729
2020-10-21 17:29:58 +03:00
Alexander Boriskov
9c4938ed0b [iOS] Added bookmarks error statistics event
https://jira.mail.ru/browse/MAPSME-14762
2020-10-21 17:29:58 +03:00
Aleksey Belousov
db26d6b632 [iOS] Bookmarks list refactoring
https://jira.mail.ru/browse/MAPSME-12352
2020-10-07 15:38:27 +03:00
Alexander Boriskov
507dd6ba18 [iOS] Renamed GuideDescription in Bookmarks Sharing 2020-10-06 17:05:21 +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
81104fa3da [iOS] localize "Next" button on guide sharing screen
https://jira.mail.ru/browse/MAPSME-14729
2020-09-14 13:36:46 +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
f1ccf6743e [iOS] Codestyle 2020-09-14 13:36:46 +03:00
Alexander Boriskov
04938400f2 [iOS] Added missing statistics events to bookmarks
https://jira.mail.ru/browse/MAPSME-14517
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