merlos

Results 23 issues of merlos

Discussion about future redesign of a 2.0 version Open GPX tracker started in 2014 as a pet project that I used to learn Swift programming language and to solve a...

2.0

Requires #8 (add distance to current track). In the file list, right now is only displayed the name of the track. The feature to develop is to add - distance...

enhancement

If user imports a file (airdrop, email, etc..) the app silently loads the file and stores it in the GPX folder. However it does not give any feedback to the...

enhancement

This works fine ```batch export OUTPUT_PATH=/tmp/docs jazzy --output=$OUTPUT_PATH --min-acl private -x clean,build,-workspace,OpenGpxTracker.xcworkspace,-scheme,OpenGpxTracker ``` If we change the scheme to OpenGpxTracker-Watch, it does not work ```batch jazzy --output=$OUTPUT_PATH --min-acl private -x...

bug

View controller handles all the interface elements of the map (signal, buttons, timers and counters), this makes the code long (add all the items in the controller, and then manage...

code refactor

iTunes file sharing is a feature that may be useful for large files or for managing the existent ones. Open GPX supports iTunes file sharing, but it is not well...

If follow user is active and you try to zoom in or out at the same time the map is panning (performing the follow user), the zoom is not done....

bug
enhancement

Whereas in my dev environment unit testing works in build pipelines in github and in travisCI fail most of the time. Primarily these are the expectations that do not work...

Right now when a region is downloaded the delegate is notified whenever a certain percentages are achieved depending on the value of (`incrementInPercentageNotification`) however there are other notifications that may...

enhancement

In 0.6.0 in order to access file and allocated disk sizes: ```swift ... cache: MapCache ... print(cache.diskCache.fileSize) print(cache.calculateDiskSize()) ``` it should be something like ```swift cache.fileSize cache.diskSize ```

enhancement