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
Is your feature request related to a problem? Please describe.
Replace UUID with ULID so exported names can be sorted lexicographically.
Describe the solution you'd like
It would fix people complains about wrong order of exported files (like #512 (comment)) and still provide unique identifier for tracks.
If those are binary compatible and solve a problem - why not.
Some things to consider:
Gadgetbridge also needs to be changed as they nowadays generate opentracks:trackid as well.
opentracks:trackid in the export/imports is required to be backward compatible
And I am (personally) not a fan of adding external dependencies to OpenTracks as it complicates long-term maintenance.
So, far we managed to just use Androidx.
Is your feature request related to a problem? Please describe.
Replace UUID with ULID so exported names can be sorted lexicographically.
Describe the solution you'd like
It would fix people complains about wrong order of exported files (like #512 (comment)) and still provide unique identifier for tracks.
Describe alternatives you've considered
KSUID (more info: https://segment.com/blog/a-brief-history-of-the-uuid/). Differences to ULID: segmentio/ksuid#8.
Additional context
More explanation: https://www.honeybadger.io/blog/uuids-and-ulids/
The text was updated successfully, but these errors were encountered: