Back
Strava Stats
Load previous page…
Add a command to generate configuration file from user input #stravastats
Work on improving the first-time user experience #stravastats
Add an ability to filter and reorder the activity list from the configuration file #stravastats
Move items to a new row when there is not enough space #stravastats
Show a loading indicator when retrieving activities from the API #stravastats
Add activities and elevation gained fields #stravastats
Change the alignment one more time #stravastats
Add a walking activity and an icon to the demo command #stravastats
Add duration property and align everything to the right #stravastats
Add a command to clear cache #stravastats
Add duration field #stravastats
Display basic stats #stravastats
Write a function that calculates statistics by activity type and date #stravastats
Write activities to the cache only when changes have occurred #stravastats
Write a function that returns all the recorded activity types #stravastats
Move cache reading, downloading new activities, and putting everything back to cache into a single service function #stravastats
Store activities to cache and retrieve only newer activities on the next invocation #stravastats
Code cleanup #stravastats
Output the debug information only when the debug flag is set #stravastats
Move the logging initialisation to a separate package and make it run before every command #stravastats