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
Beside the main activity this statistic activity is the most important one, since it allows you to manage
existing track objects. You can open it with
+ .
Statistic information (Overview)
The following figure shows an example of the statistic view - for the coloring see here.
Inside of a color group the entries are sorted (descending) .
You can select/deselect an entry with a short tap on it. Selected entries have a stronger color and top-left square is checked.
Statistic information (Entry)
Each statistic entry consists of three lines:
Quick Controls of Statistic Activity
enabled condition
always 2nd icon, if filter is on
always 2nd icon, if all entries selected
exactly one entry is selected
at least one entry is selected
there is exactly one track selected and this is neither the MarkerTrackLog nor the RouteTrackLog
there is at least one track selected and all selected tracks are stored persistent
there is at least one modified (not yet saved) track in the selected set
there is at least one track selected and none of the RecordingTrackLog, MarkerTrackLog and RouteTrackLog is in the set of selected tracks
always
action on tap
toggle filter on/off
select/deselect all visible entries
edit track name
view selected tracks
open as marker track
share tracks (Always the persistent gpx will be shared. Not yet saved changes are not included!)
save tracks (Modified tracks are marked with a "*" at the end of the name. Unmodified tracks are untouched by this operation.)
Basically the entries are sorted descending by date.
But which date? ... and what about entries without timestamp?
Each TrackLog has a "nameKey" which consists of the date prefix followed by the name.
The date will be taken from the main track statistic, which contains the gpx header timestamp (if available) or otherwise from the first point (if available).
If no date at all is available, the track date will be set to 02.01.2000.