Autoimport Stealth/Background Mode

... new Feature to Autoimport without Dialog (with same timeframe option like the Dialog version)
... in case "Dates/Time" is missing - the Dialog Window appears and waits for input -
    if entered and "Save" presses no further input action is required
... malformed activity files are silently ignored

... to avoid inconsistencies closing of the Athlete for which Background Import is running
   is blocked until the Import is finalized (Info on import complete is sent to UI)

.. UI is not blocked by Autoimport - but a bit less reactive as long as the import is executed
This commit is contained in:
Joern
2015-10-25 13:04:19 +01:00
parent f91b4627e4
commit 58949d4e58
7 changed files with 143 additions and 29 deletions

View File

@@ -35,6 +35,10 @@ RideAutoImportRule::RideAutoImportRule() {
_ruleDescriptions.append(tr("Autoimport with dialog - past 90 days"));
_ruleDescriptions.append(tr("Autoimport with dialog - past 180 days"));
_ruleDescriptions.append(tr("Autoimport with dialog - past 360 days"));
_ruleDescriptions.append(tr("Autoimport in background"));
_ruleDescriptions.append(tr("Autoimport in background - past 90 days"));
_ruleDescriptions.append(tr("Autoimport in background - past 180 days"));
_ruleDescriptions.append(tr("Autoimport in background - past 360 days"));
}