Results 12 comments of Gordon

Thanks for doing this! It's definitely nicer to have CIrcularReveal handled by Gradle. I think the reason I didn't do this originally is because since CircularReveal needs Jitpack as a...

It's possible to workaround that by excluding the CircularReveal dependency from the other libraries that are including it. For example: ``` compile("org.gradle.test.excludes:api:1.0") { exclude module: 'shared' } ```

@jossiwolf Have you tried excluding the module in your build.gradle? See my comment above yours

@jossiwolf You're right, the dependency has to be in gradle, which is why I suggested to exclude Circular Reveal from the other libraries. It's a temporary workaround that likely won't...

The hide animation does look a bit fast but I'm not sure if I intentionally made it this way or if something changed in Android 6.0.1. Is the animation any...

@f8full Do you happen to be using Proguard? The animations can be incredibly choppy if the Proguard rules in the readme aren't added. I've also noticed that when there are...

The animation values may need some tweaking. I don't have time to look at it right now but feel free to play around with it and submit a PR if...

Yes, this is definitely possible and would be a good enhancement! 👍

There hasn't been much progress on this. Last time I checked, Mozilla was deprecating the addon SDK (which TabTrekker is using) and telling everyone to move over to WebExtensions. I...

Glad you enjoy using TabTrekker! I have added additional locations in the past so it's definitely possible to add more. Unfortunately, I haven't really had time to do this lately....