Marco Altini
Marco Altini
thank you for the quick reply. Indeed their APIs are not updated, however the activity type is supported (can be selected as manual activity, and is automatically selected when using...
I use this library: https://github.com/sebastienwindal/FRDStravaClient which works despite not being updated in 4 years, it could be that they simply 'carry the activity type' instead of forcing a match to...
yes. If you add one manually in your Strava account, you can probably see it as well using your library. On Mon, May 7, 2018 at 4:53 PM, Tomás Ruiz-López...
thanks a lot, appreciate the quick help! On Mon, May 7, 2018 at 5:13 PM, Tomás Ruiz-López wrote: > Ok, I've updated the library to version 1.3.1 with this activity...
sorry to bother you again, while with 1.3 it's all good (apart with the virtual run story), with 1.3.1 I get a lot of 'class def not found' issues, maybe...
I'm using: compileSdkVersion 26 buildToolsVersion "26.0.2" targetSdkVersion 26 Let me know if you need anything else! On Mon, May 7, 2018 at 6:33 PM, Tomás Ruiz-López wrote: > I had...
just FYI I was using 1.0.2. without issues and the same applies to the latest versions before this one (1.2 and 1.3), but I can't seem to get 1.3.1 to...
thanks Tomas, I am using 2.3.3 On Thu, May 10, 2018 at 1:02 PM, Tomás Ruiz-López wrote: > Which version of Gradle for Android are you using? I updated it...
I have updated everything to your version, I now am using classpath 'com.android.tools.build:gradle:3.1.1' and buildToolsVersion '27.0.3' It seems there is a problem with code shrinking / minification, again when using...
alright I think I have it up and running after suppressing the warning and adding a few dependencies that were not required before. Thank you for your quick support, I...