mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
Deprecate VeloHero integration
The service is being shutdown. Fixes #4782
This commit is contained in:
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
@@ -720,8 +720,6 @@ GSettings::upgradeAthlete(QString athlete) {
|
||||
// --- private --- //
|
||||
migrateCValue(athlete, GC_RWGPSUSER);
|
||||
migrateCValue(athlete, GC_RWGPSPASS);
|
||||
migrateCValue(athlete, GC_VELOHEROUSER);
|
||||
migrateCValue(athlete, GC_VELOHEROPASS);
|
||||
migrateCValue(athlete, GC_WIURL);
|
||||
migrateCValue(athlete, GC_WIUSER);
|
||||
migrateCValue(athlete, GC_WIKEY);
|
||||
|
||||
@@ -355,8 +355,6 @@
|
||||
#define GC_RWGPS_AUTH_TOKEN "<athlete-private>rwgps/auth_token"
|
||||
#define GC_TTBUSER "<athlete-private>ttb/user"
|
||||
#define GC_TTBPASS "<athlete-private>ttb/pass"
|
||||
#define GC_VELOHEROUSER "<athlete-private>velohero/user"
|
||||
#define GC_VELOHEROPASS "<athlete-private>velohero/pass"
|
||||
#define GC_SPORTPLUSHEALTHUSER "<athlete-private>sph/user"
|
||||
#define GC_SPORTPLUSHEALTHPASS "<athlete-private>sph/pass"
|
||||
#define GC_SELUSER "<athlete-private>sel/user"
|
||||
|
||||
@@ -235,7 +235,6 @@
|
||||
<file>images/services/sportplushealth.png</file>
|
||||
<file>images/services/strava.png</file>
|
||||
<file>images/services/trainingstagebuch.png</file>
|
||||
<file>images/services/velohero.png</file>
|
||||
<file>images/services/polarflow.png</file>
|
||||
<file>images/services/sporttracks.png</file>
|
||||
<file>images/services/nolio.png</file>
|
||||
|
||||
@@ -610,7 +610,7 @@ HEADERS += Charts/Aerolab.h Charts/AerolabWindow.h Charts/AllPlot.h Charts/AllPl
|
||||
HEADERS += Cloud/CalendarDownload.h Cloud/CloudService.h \
|
||||
Cloud/LocalFileStore.h Cloud/OAuthDialog.h \
|
||||
Cloud/WithingsDownload.h Cloud/Strava.h Cloud/CyclingAnalytics.h Cloud/RideWithGPS.h \
|
||||
Cloud/TrainingsTageBuch.h Cloud/Selfloops.h Cloud/Velohero.h Cloud/SportsPlusHealth.h \
|
||||
Cloud/TrainingsTageBuch.h Cloud/Selfloops.h Cloud/SportsPlusHealth.h \
|
||||
Cloud/AddCloudWizard.h Cloud/Withings.h Cloud/MeasuresDownload.h Cloud/Xert.h \
|
||||
Cloud/Azum.h
|
||||
|
||||
@@ -720,7 +720,7 @@ SOURCES += Charts/Aerolab.cpp Charts/AerolabWindow.cpp Charts/AllPlot.cpp Charts
|
||||
SOURCES += Cloud/CalendarDownload.cpp Cloud/CloudService.cpp \
|
||||
Cloud/LocalFileStore.cpp Cloud/OAuthDialog.cpp \
|
||||
Cloud/WithingsDownload.cpp Cloud/Strava.cpp Cloud/CyclingAnalytics.cpp Cloud/RideWithGPS.cpp \
|
||||
Cloud/TrainingsTageBuch.cpp Cloud/Selfloops.cpp Cloud/Velohero.cpp Cloud/SportsPlusHealth.cpp \
|
||||
Cloud/TrainingsTageBuch.cpp Cloud/Selfloops.cpp Cloud/SportsPlusHealth.cpp \
|
||||
Cloud/AddCloudWizard.cpp Cloud/Withings.cpp Cloud/MeasuresDownload.cpp Cloud/Xert.cpp \
|
||||
Cloud/Azum.cpp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user