app.yaml: Set api_version "go1".
[kraftakt.git] / gfit / gfit.go
2018-02-05 Florian ForsterPackage gfit: Revoke the access token in addition to...
2018-02-04 Florian ForsterMerge remote-tracking branch 'origin/master'
2018-02-04 Florian ForsterLitter the sleep code with debug log entries.
2018-02-02 Florian ForsterPackages app and gfit: Unify HTTP retries with retry...
2018-02-01 Florian ForsterPackage gfit: Change Activity.Type to be a string.
2018-02-01 Florian ForsterPackage gfit: Change handling of non-incremental data...
2018-01-31 Florian ForsterConnect handlers: don't call {fitbit,gfit}.NewClient().
2018-01-30 Florian ForsterReplace CSRF token with tokens based on the user's ID.
2018-01-30 Florian ForsterPackage gfit: Implement Client.DeleteToken().
2018-01-29 Florian ForsterPackage gfit: Retry failing API calls.
2018-01-29 Florian ForsterPackages fitbit and gfit: Initialize oauth2.Config...
2018-01-29 Florian ForsterRead runtime configuration from datastore.
2018-01-28 Florian ForsterRename the "gfitsync" package to "kraftakt".
2018-01-28 Florian ForsterPackage gfit: Unify debug messages for easier reading.
2018-01-28 Florian ForsterPackage gfit: Create the "activity segment" data source.
2018-01-28 Florian ForsterPackage gfit: Improve Create error message.
2018-01-24 Florian ForsterPackage gfit: Return immediately when no activities...
2018-01-24 Florian ForsterPackage gfit: Add debug output to SetActivities().
2018-01-24 Florian ForsterPackage gfit: Implement SetActivities().
2018-01-22 Florian ForsterPackage gfit: Check return value of readCumulative...
2018-01-22 Florian ForsterPackage gfit: Include the DataStreamName in the DataStr...
2018-01-16 Florian ForsterImplement distance conversion.
2018-01-16 Florian ForsterFixup: Pass RestingHeartRate to SetHeartRate().
2018-01-16 Florian ForsterPackage gfit: Calculate "average" heart rate.
2018-01-16 Florian ForsterImplement mapping of heart rate zones.
2018-01-16 Florian ForsterRebrand as "Kraftakt".
2018-01-15 Florian ForsterRefactor writing of step values via the generic methods.
2018-01-15 Florian ForsterImplement storing of calories expended.
2018-01-13 Florian ForsterPackage gfit: Steps: Calculate diff to previously store...
2018-01-12 Florian ForsterPackage gfit: API fixes.
2018-01-11 Florian ForsterWrite step count summary to Google Fit.
2018-01-11 Florian ForsterPackage gfit: Implement initial client code for Google...