Commit Graph

8284 Commits

Author SHA1 Message Date
cdknight
83d87d5499 added 1st section to README
I added an "ABOUT" section to README and updated the rest a tiny bit.
2017-11-07 21:38:24 -05:00
Alejandro Martinez
0ff2a3088c Fixed HRV CSV import from Android Hrv4Training on DST
DateTime with 0 hr is not valid when the time is advanced,
changed to check only the date. Reported by Potuz at the forum.
2017-10-27 20:07:26 -03:00
Mark Liversedge
038860a4ec FitRideFile compiler error
- implicit conversion from char to QString wasn't supported.
2017-10-26 16:22:42 +01:00
Mark Liversedge
0232238326 Merge pull request #2670 from mtbkeith/GC-KR-006_FixZwiftImport
Fixes ZWIFT files which are not reporting local timestamp.
2017-10-26 11:18:13 +01:00
Keith Reynolds
58a49b6576 Fixes ZWIFT files which are not reporting local timestamp.
Secondary fix for regular expression which did not catch the ZWIFT file naming convention using dashes rather than underscores.
2017-10-25 23:32:11 -06:00
Alejandro Martinez
167165ca15 Added references to Developers Guide and Guidelines for Translators 2017-10-22 16:12:22 -03:00
Alejandro Martinez
684b44598d Merge pull request #2664 from amtriathlon/master
Fixes imperial conversion error on Trends Histogram
2017-10-21 12:42:28 -02:00
Alejandro Martinez
a634ea04a5 Fixes imperial conversion error on Trends Histogram
Unit conversion was applied to histogram counts instead of to
speed/torque indices for Date Ranges and compare Date Ranges
Fixes #2658
2017-10-21 10:38:24 -03:00
Alejandro Martinez
c62d80dcd6 Merge pull request #2656 from amtriathlon/master
Fixed malformed JSON file due to empty metric overrides
2017-10-19 10:39:05 -02:00
Alejandro Martinez
c7068929ee Avoid the creation of empty overrides on RideMetadata
When the override checkbox is unchecked
Fixes #2654
2017-10-18 19:58:22 -03:00
Alejandro Martinez
f38d4b1498 Fixed malformed JSON file due to empty metric overrides
When the user check/uncheck a metric override checkbox
on RideMetadata an empty metric override is generated,
the line removed on JsonRideFile.y produces an extra ","
with errors reported at the forum
2017-10-18 11:22:04 -03:00
Alejandro Martinez
dc0b0c6237 Added guidelines for contributing 2017-10-17 20:56:24 -03:00
grauser
5cb3f07437 FIT : Add temperature and lrbalance in export 2017-10-13 22:43:59 +02:00
grauser
36b16a558f FIT : Add the local_msg_type
in write_message_definition to prepare adding temp and lrbalance
2017-10-11 23:07:11 +02:00
grauser
98f54da285 FIT : Add Quarq as Manu/Prod
Add Powertap P1
      Add Powertap C1
2017-10-11 07:46:44 +02:00
Mark Liversedge
871a188944 Kent University Software Instructions 2017-10-08 12:33:38 +01:00
Mark Liversedge
43c73bd3d4 Merge pull request #2646 from stschake/fix/strava-temp
Fix Strava temperature series import
2017-10-06 07:20:40 +01:00
Stefan Schake
955b42689b Remove superfluous series_type parameter
Strava API docs indicate this parameter is only relevant when also sending the resolution parameter

In any case, parameter need to be sent as POST data, not in the URL

This was mangling the temp series name. With this commit, Strava requests will also include the temp series
2017-10-06 02:20:23 +02:00
Alejandro Martinez
a313378cba Merge pull request #2644 from amtriathlon/HRV
HRV Measures - Direct import from HRV4Training for Android
2017-10-04 18:33:09 -03:00
Alejandro Martinez
5733d821bf HRV Measures - Direct import from HRV4Training for Android
Android version generates date and time instead of a combined timestamp
of measurement, even worse date is not in ISO 8061 format in the contributed
files... Let's hope it does not change with locale.
2017-10-04 16:12:37 -03:00
Mark Liversedge
71bc82be7a Kent Study Docs 2017-10-03 09:25:42 +01:00
Alejandro Martinez
6c3d2f1ce7 Merge pull request #2641 from amtriathlon/HRV
HRV Measures - Direct import from EliteHRV CSV files
2017-10-02 23:43:12 -03:00
Alejandro Martinez
7d9aab2e41 HRV Measures - Direct import from EliteHRV CSV files
Test file contributed by Martin Wifling
2017-10-02 22:16:34 -03:00
Mark Liversedge
f2099f9be6 VERSION 3.5 DEV-1710
.. latest development build.
v3.5-DEV1710
2017-10-02 13:55:23 +01:00
Mark Liversedge
21125ff403 Kent University Part 3 of 3
.. Upload dialog asks for RPE, ROF, test, notes and reason
   for missing any workouts.

.. Uploads a .txt file with metadata in it, as well as the
   .csv of the time series data

.. ROF, RPE and Notes metadata is updated with the values
   selected during the upload.
2017-10-02 13:53:30 +01:00
Alejandro Martinez
857ee8cf1e Merge pull request #2639 from amtriathlon/Strava
Fix Strava lap swims and expand Smart Recording
2017-10-01 20:18:53 -03:00
Alejandro Martinez
81b7259e7d Fix Strava lap swims and expand Smart Recording
Lap swims synced from Strava don't have pool length nor precise
length by length information nor stroke rate (cadence), we use
distance and time information from the informed laps to fill the
gaps and fix distance for users unable or unwilling to import the
original file, which is the recommended approach.
For all activities expand Smart Recording if enabled.
Changed default FixGap stop parameter to work with open water swims
and runs with Smart Recording, in the future we could expand during
import like we do for other file formats.
Fixes #2605
2017-10-01 18:46:22 -03:00
Joern
0d0f5686b1 Merge pull request #2633 from leifwar/master
Remove trailing whitespace from "Lap StartTime" in tcx files

Thanks.
Joern
2017-10-01 18:06:29 +02:00
Leif Warland
beb1b2df34 Remove trailing whitespace from "Lap StartTime" in tcx files 2017-09-27 16:17:24 +02:00
Mark Liversedge
011d097cd3 Fix QTextEdit in KentUniversity.h
.. previous commit was to wrong header.
2017-09-27 13:47:55 +01:00
Mark Liversedge
dd0b677077 Fix QMessageBox header on MSVC 2017-09-27 12:11:42 +01:00
Mark Liversedge
8943c28f63 Fix QTextEdit unknown Type in KentUniversity.h 2017-09-27 12:02:46 +01:00
Mark Liversedge
caaf674ad1 Complying with DMCA takedown for WASP Packet Protocol 2017-09-26 16:48:33 +01:00
Mark Liversedge
dc21935508 AddCloudWizard Consent Page + GoogleDrive refresh bug
.. the KentUniversity service has a consent page which is
   now added to the add cloud wizard as an option.

.. in testing this also found that the refresh of the google
   drive access token in MaybeRefreshCredentials() updated
   the value in app settings but not in the cloud service
   configuration settings. This is also fixed now for both
   the google drive and kent uni cloud services.
2017-09-23 15:59:07 +01:00
Mark Liversedge
243361e7d1 AddCloudWizard Folder read-only
.. bit of a catch 22 scenario with folder being selected
   without opening the service by manually editing the
   folder name.

.. this causes problems when open is then called and the
   folder is invalid - especially when we're in the middle
   of configuring the service anyway.

.. to avoid this, the folder widget is now read-only and
   you must select the folder using the browse function.
2017-09-23 10:02:02 +01:00
Mark Liversedge
bd06ec2458 KentUniversity Fix CSV file format
.. use GC CSV (full data) instead of the PowerAgent format.
2017-09-22 18:05:38 +01:00
Mark Liversedge
36e6487568 Kent University Part 2b of 3
.. update to the uploader to force the user to set key metadata

.. 3rd part will handle upload of metadata files to associate
   with the CSV files and correct the CSV format from PT format.
2017-09-22 14:57:30 +01:00
Mark Liversedge
07d4aeef4e Fix MSVC build error KentUniversity
.. left in a reference to GOOGLE_DRIVE_DEBUG by accident.
2017-09-22 12:42:01 +01:00
Mark Liversedge
fc04c1ceea remove qdebug
.. becoming a dumb habit, sorry.
2017-09-22 12:35:28 +01:00
Mark Liversedge
9130a719f7 Fix GoogleDrive FOLDER_ID setting
.. it was lost during the refactor and means it is not possible
   to set the folder to use (!)

.. fix applied to KentUniversity as well since they use
   GoogleDrive to share files.
2017-09-22 12:32:10 +01:00
Mark Liversedge
f54b4ebbb1 Kent University Part 2 of 3
.. custom uploader, using CSV.

.. requires updating to support custom fields like RPE/ROF
   but committing whilst trying to resolve a bug related
   to the FOLDER_ID configuration setting.
2017-09-22 11:49:21 +01:00
Alejandro Martinez
0f05572890 Merge pull request #2630 from amtriathlon/DropBox
Migrate to Dropbox API v2 - Use list_folder/continue
2017-09-21 19:08:22 -03:00
Alejandro Martinez
5374af8cdb Migrate to Dropbox API v2 - Use list_folder/continue
Once a cursor has been retrieved from list_folder,
use this to paginate through all files.
2017-09-21 14:59:07 -03:00
Mark Liversedge
cf41bd1b17 remove qdebug 2017-09-21 17:59:27 +01:00
Mark Liversedge
0910bb7aa6 University of Kent Support 1 of 3
.. just add as a Google Drive service

.. need to do upload dialog and file formats as subsequent
   commits.

NOTE: this is a variant of Google Drive, not just subclassed
      at this point. We may simplify this later to avoid two
      classes that need bug fixes / changes as the Google API
      changes over time.
2017-09-21 17:56:57 +01:00
Mark Liversedge
6f39a59c38 Compile error on major(dev_t)
Fixes #2627
2017-09-18 19:06:34 +01:00
Joern
ac515b633b Merge pull request #2626 from Joern-R/Dropbox_API_V2
Migrate to Dropbox API v2 - Part 2 of 2
2017-09-17 13:47:06 +02:00
Joern
4fa3e5bea8 Migrate to Dropbox API v2 - Part 2 of 2
... updates the upload, download, file list endpoints
2017-09-16 18:46:49 +02:00
Alejandro Martinez
f70660dd24 Merge pull request #2612 from riccioclista/fix_build_with_withings
Fix Withings API related defines
2017-09-11 10:45:01 -03:00
Alejandro Martinez
438622c92d Merge pull request #2616 from amtriathlon/XData
Preserve XData on Activity Split&Combine
2017-09-11 10:43:52 -03:00