osmandapp / OsmAnd-iOS

OsmAnd for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Selection mode – Tracks

dmpr0 opened this issue · comments

ToDo

Add selection mode for My Places – Tracks https://github.com/osmandapp/OsmAnd-Issues/issues/1914

Tracks

  • Add new option Select to the NavBar menu
    • Icon – ic_custom_select_outlined
    • Tap should open Selection mode
  • Should be present on all Tracks sub screens

Selection mode

Selection mode
![Menu]()
  • Should show content of the current screen
  • Add checkbox to the left side of each item
  • Add toolbar with Select all / Deselect all aciton

NavBar

  • Show quantity of selected items: (folders and tracks visible on the screen) and quantity of selected tracks from all subfolders.
  • Add Cancel button, tap should close the view
  • Add Menu button

Actions

Screenshot
  • Show on map
    • Icon – ic_custom_map_pin_outlined
    • Action – turn on visibility of the selected tracks on the map, close the view
  • Export
    • Icon – ic_custom_export_outlined
    • Action – open Export view with preselected files
  • Upload to OSM
    • Icon – ic_custom_upload_to_openstreetmap_outlined
    • Action – open Upload to OpenStreetMap view for selected GPX files.
  • Move
    • Icon – ic_custom_folder_move_outlined
    • Action – open Move folder view
  • Delete
    • Icon – ic_custom_trash_outlined
    • Action – show confirmation alert, after confirm delete selected folder and files.

Review

Screenshot
  • Wrong calculation of selected tracks in NavBar

Review 2

pullTorefresh.mov
  • Disable pull to refresh for Selection mode

Review 3

  • Hide right side action for tabelCell (chevron)