Skip to content

mytourbook/mytourbook

Repository files navigation

License: GPL v2 Downloads Downloads Latest release

Build status

Quality Gate Status Reliability Rating Maintainability Rating Security Rating Coverage Lines of Code

          

MyTourbook

All documentations for this project are available on the website https://mytourbook.sourceforge.io/

Some contributor links

Translation

Development

Release Notes - These changelog files are created from the release notes texts on the webpage

Build the product is automated with maven/tycho, the build process for a new version needs still some manual adjustments which are documented in this file

This document will not repeat already written text in the documentation.

Commandline arguments

When a command line argument is used, then the first argument has to be prefixed with -vmargs

e.g. -vmargs -DlogFitData -DcreateRandomTourId

Logging

Log map 2.5 http traffic

-Dorg.slf4j.simpleLogger.defaultLogLevel=DEBUG

Log calendar profiles when modified

-DlogCalendarProfile

Log FIT data

-DlogFitData

Other

Scramble content/values

This will scramble text and values. This is used to create anonymous screenshots

-DscrambleData

Each tour has a unique id so that a tour can be imported multiple times

-DcreateRandomTourId

Log selected color values

This can be used to update default values in the Java code

-DlogColorValues

Silently update the database in the background at startup

This can be used to update the database when a new version is available

-DsilentDatabaseUpdate