Justin Forsyth

Results 5 comments of Justin Forsyth

> Just having a brief glance at this. > Wanted to say that "Let's say ActivityA starts ActivityB. The current implementation assumes that A.onStop will be called before B.onStart." isn't...

>sessions are tracked correctly as of now. Could you @aimkey give a reproducible example when they don't or where activity count approach doesn't work? I think you're right. I've been...

Okay, I think I'm done reworking it. Let me know what you guys think. ### TODO - [x] Add implementation to :sdk - [x] Javadoc new public APIs - [x]...

Dealing with the same issue: ``` Caused by: java.lang.IllegalStateException: A deployment id needs to be provided with `--repository` when publishing through Central Portal at com.vanniktech.maven.publish.sonatype.SonatypeRepositoryBuildService.shouldCloseAndReleaseRepository(SonatypeRepositoryBuildService.kt:152) at com.vanniktech.maven.publish.sonatype.ReleaseSonatypeRepositoryTask.closeAndReleaseRepository(ReleaseSonatypeRepositoryTask.kt:26) ``` Invoking the...

I just debugged the plugin and this was an issue with my build pipeline. You'll see this error when you erroneously add a -SNAPSHOT suffix to a release version string....