Tomás Ruiz-López
Tomás Ruiz-López
Hi @krawutzi, everything you build using Bow Arch is a pure function, so you only have to provide inputs and assert on outputs. Said that, it is not easy some...
Hi @mauron85, thanks for your feedback, I really appreaciate it. If you take a look at [Config](https://github.com/SweetzpotAS/StravaZpot-Android/blob/master/lib/src/main/java/com/sweetzpot/stravazpot/common/api/Config.java) or its subclasses in the same package (`AuthenticationConfig`, `StravaConfig`), you can see that...
Can you provide a source in Strava docs where they state they support this in their API? If so, I'll be happy to include it.
Do you have an example of a JSON response that includes a virtual run? Or can you point out the library you are using on iOS that handles this properly?
When you read the `type` field on the iOS library, what is the String value for the virtual run? Is is `VirtualRun`?
Ok, I've updated the library to version 1.3.1 with this activity type. I think that will work, but let me know if it doesn't. Close the issue when you check...
I had to change build tools and some other things in gradle. Can you post your build tools, target sdk number, etc? I can then configure a project with your...
Which version of Gradle for Android are you using? I updated it to 3.1.1 in the last release. I've tested it with the sample project, compile and target SDKs to...
It seems that might be the issue. Is it possible for you to update it to the latest version? Otherwise, could you paste the specific error you are getting?
Great to hear that and sorry for all the inconveniences; I hope you can make good use of the library. Just in case, as you mentioned you were using another...