Commit graph

649 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
566a325f0f [ios] replace custom distance formatters with shared instance
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
6d4e5eb7d6 [ios] split logic for the closing the PP and show/hide side buttons
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-06-18 23:18:59 +02: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
8c4535f7bf [ios] reload the bookmarks list during the update from the cloud
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-05-30 10:15:34 +03: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
cyber-toad
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
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
Kiryl
4566643f46
[ios] [bookmarks] Remove observer pattern during the category files exporting (#7933) 2024-04-16 20:41:41 +02: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
Alexander Borsuk
83f67ca040 [ios] Sort by name
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-04 09:05:59 +03: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
57200f68d4 [ios] feat: add detail button to the bookmark/track cell to open Edit scr
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-03-04 22:26:34 +02:00
2bd9e02d34 [ios] refactor: unify cells for tracks and bookmarks
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-03-04 22:26:34 +02:00
20005c12f6 [ios] refactor bookmarks types
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-03-04 22:26:34 +02:00
e679e5ceac [ios] make the bookmarks GropSelection screen modal
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-03-04 15:05:52 +02:00
598b4a70d9 [ios] implement the color selection by tapping on the circle color icon
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-03-04 15:05:52 +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
André
90c39c07ce
[ios] Fixed bookmark list descriptions (#5300)
* [ios] Show the list description in BookmarksListInfoView
Fixes #4799

Signed-off-by: André <135858315+andre1110@users.noreply.github.com>

* [cleanup] Spelling fix

Signed-off-by: André <135858315+andre1110@users.noreply.github.com>

* Apply suggestions from code review

Signed-off-by: André <135858315+andre1110@users.noreply.github.com>

* Added CSS for plain text descriptions

Signed-off-by: André <135858315+andre1110@users.noreply.github.com>

---------

Signed-off-by: André <135858315+andre1110@users.noreply.github.com>
2023-06-14 22:38:58 +02:00
Ilya Charkas
d43db4c34a [android][strings] Change bookmarks-related translations
For bookmarks and tracks categories wording of items count was changed.
Previous logic:
- 5 tracks and 5 bookmarks: "10 objects".

New logic:
- 5 tracks and 5 bookmarks: "5 tracks, 5 places".

Needs for: organicmaps#4218

Signed-off-by: Ilya Charkas <tscherkas.it@gmail.com>
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-06-02 22:43:18 +02:00
Alexander Borsuk
6e0a3c70e9 Minor warning fixes
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-04-15 19:42:44 +02:00
Alexander Borsuk
2b08917fef [ios] Warning fixes
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-01-29 21:15:00 +01: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
Ivan Koshkin
c59766cfe7 [ios] Added new edit abilities for tracks and bookmarks
iOS UI/UX changes:
- bookmark can be moved to other group with right swipe directly from the bookmarks list (no need to open "Edit bookmark" screen)
- bookmark can be edited right from the list: swipe left and select "Edit"
- new ability: edit track. Swipe track left in the list and select "Edit". Track name and track group can be changed (but not the color yet)
- new ability: tracks can be deleted. Swipe track left and select "Delete"
- track can be moved to other group with right swipe directly from the bookmark list

Fixes:
- bookmark title is now correctly updated in UI after bookmark was changed - in popover window and in bookmarks list

Internal changes:
- added framework methods to move, delete and update tracks
- added few framework methods to move bookmark by id, move track by id, get bookmark and track category, get specific track or bookmark, get bookmark description by id

Signed-off-by: Ivan Koshkin <ivan@koshkin.me>
2021-07-28 11:38:01 +03:00
Alexander Borsuk
2a0738b4f1 [ios] Fixed crash (only xib was cleaned)
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-05-06 23:36:57 +03: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