Dennis Guse
Dennis Guse
The help entry can be moved to the overflow menu from the settings.
We have no test coverage for the GPX and KML importer (besides ExportImportTest), but we need this as the code needs to get refactored and it is hard to figure...
Current implementation as of #312: either prevent import of already existing track (reported as error) or just duplicate the track (generate new UUID). This can be improved by * showing...
In the database layer (i.e., TracksColumn, MarkersColumn, and TrackPointsColumn) none of the columns are set to NOT NULL. However (almost?) all these fields are mandatory and should be therefore be...
It would be great if the images taken could be zoomed. Proposed in #365. Only limitation: no additional dependencies.
Some programs use platform dependent file operations. This includes usage of the * Posix FILE API (unistd.h) * usage of open, close, etc.
With release of **STL2019** (and hopefully more to come), we now should keep track of which release corresponds to which commit/branch in the Github repository. From a GIT perspective a...
Some README files only describe the trivial file structure. I think these can be removed to avoid duplicate and potentially deprecated information.
https://docs.travis-ci.com/user/reference/overview/