You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tap on the folder, should open new screen with the list of favorite points
Display Folder menu after long tap on item
NavBar
Main folder
Subfolder
Title – Favorites
Subtile
My Places - for main folder
Previous folder name for subfolders
Leading action – Back. Go back to Map.
Trailing actions:
Select – open Selection mode
Actions – show context menu with actions
Use SF Symbol – ellipsis.circle
Additional
Show Segmented Control for main Favorites folder
Show Search bar as last item for Main and Subfodlers
Context menu
List of actions
Add new folder
Icon – ic_custom_folder_add_outlined
Import – works as now
Icon – ic_custom_import_outlined
Grouping
Example
Use a List with .listStyle(.insetGrouped)
Wrap the section content inside a DisclosureGroup
The label of the DisclosureGroup should be styled to look like a prominent section header (large bold text, e.g., .font(.title2).weight(.bold)), and the chevron should point down when expanded
Pinned - first group. Consists of pinned folders.
If 0 folders – hide group
Visible – second group with the list of visible folders.
Hidden – third group, containing hidden folders.
If 0 folders – hide group
Apply selected sorting for each section separately.
Statistic
Show Folder stats in the bottom part of each folder, format: Folders 2, points 38, Size 300 KB.
Move – open Select folder view, the same one we use for the Move action in Tracks
Icon - ic_custom_folder_move_outlined
Share – open the default share sheet
Icon - ic_custom_export_outlined
Add to – open submenu
Map markers – add the selected point to the markers list
Icon - ic_custom_marker
Track – open Select track view, the same one we show on Follow track
Icon - ic_custom_trip
Navigation – add the selected point to navigation
Icon - ic_custom_navigation_outlined
Delete – show confirmation alert
Icon - ic_custom_trash_outlined
Confirmation alert
Title – Delete "[PointName]"?
Description – This action cannot be undone
Actions: Delete and Cancel
Search
Search
Empty state
Show list of all favorites points after open
Add Select action into ToolBar bottom
Tap on action should switch to Selection mode
Empty state:
Icon – ic_custom_search
Title – No results
Description – Adjust your search or filters to see if that helps
Action – Clear all, clear search phrase and filters.
Selection mode.
Mixed
Folders
Points
ToolBar
Toolbar will show main common actions. Additional actinos will be hiden and will be available depend on selection type: Points, Folders, Mixed selection.
Android task osmandapp/OsmAnd#16917
Favorite, main folder. Figma
NavBar
ellipsis.circleAdditional
Context menu
List of actions
ic_custom_folder_add_outlinedic_custom_import_outlinedGrouping
Listwith.listStyle(.insetGrouped)DisclosureGroupStatistic
Folders 2, points 38, Size 300 KB.Sorting menu, Figma
The Main Favorites folder can consist only of folders, so it has a reduced list of sorting options:
Options, for main folder
Options for Subfolders:
Subfolders can consist of folders and favourite points, so we will add two additional sorting options.
ic_custom_sort_nearic_custom_sort_farFolder item
23 Apr, 13 points.ic_custom_folder.ic_custom_folder_hiddenfor hidden folders.ic_custom_folder_pinfor pinned folders.Folder menu. Figma
ic_custom_drawing_pinic_custom_drawing_pin_disableic_custom_marker.ic_custom_trip. Should allow to add favorites folder to the trackic_custom_navigation_outlinedPinned folders:
<extensions>.Empty states
Main folder
ic_custom_favoritesAdd FavoritesImport Favorites or add them by marking points on the map.Open folder
ic_custom_folder_openEmpty folderThis folder doesn’t have any points yet.Favorite point item
Second line
Items order depend on applied sorting
↖︎ Distance • Address • Date. (Applies for all sorting variants except By date)↖︎ 1,56 km • Berlin, Street name • 14.03.2025Date • ↖︎ Distance • Address.14.03.2025 • ↖︎ 1,56 km • Berlin, Street nameIteraction
Search:
Action menu, Figma
ic_custom_editic_custom_folder_move_outlinedic_custom_export_outlinedic_custom_markeric_custom_tripic_custom_navigation_outlinedic_custom_trash_outlinedConfirmation alert
Delete "[PointName]"?This action cannot be undoneSearch
Empty state:
ic_custom_searchNo resultsAdjust your search or filters to see if that helpsClear all, clear search phrase and filters.Selection mode.
ToolBar
Toolbar will show main common actions. Additional actinos will be hiden and will be available depend on selection type: Points, Folders, Mixed selection.
Common actions:
ic_custom_export_outlinedic_custom_folder_move_outlinedic_custom_overflow_menu_strokeic_custom_trash_outlinedMixed selection:
ic_custom_appearance_outlinedFolders:
ic_custom_show_outlinedic_custom_drawing_pinic_custom_appearance_outlinedAdd to:
Points:
ic_custom_appearance_outlinedConfirmation alert
We’ll need to modify the delete confirmation alert to indicate that different items have been selected.
Points:
Only favorite points are selected.
Delete 3 favorites?Indicate the quantity of favorites.This action cannot be undone.Folders:
Only folders are selected.
Delete 3 folders?Indicate the quantity of folders.This will delete 3 folders and 34 points. This action cannot be undone.Indicate the quantity of folders and the points within them.Mixed:
Both folders and points are selected.
Delete 5 items?This will delete 3 folders and 2 points. This action cannot be undone.Indicate the quantity of folders and the total number of points.