Márton Braun
Márton Braun
Found the culprit, someone is rehosting the library in a modified form here: https://bintray.com/jakewhaarton/timber/com.github.adrielcafe%3AtimAndroidAudioRecorderber
You can grab this library just fine, you just have to make sure you pull it from Jitpack instead of the fake version from jcenter. You can do this by...
This is still happening, including in 5.0. Once the video runs to the end, seeking to the middle results in an infinite loading spinner.
Hey, thanks for noticing this, I'll look into it when I can! In the meantime, if you really need this, it should be possible to override the underlying library's version...
Another update: as of AS 3.1 Beta 1, Java annotations generate lint warnings at Kotlin use sites, but resource annotations in Kotlin code still have no effect. Example: ```java public...
This is correct, I'll look into providing a good solution to this. It will very rarely come up as a use case though. Usually events happen in reaction to something...
There's no Compose specific support in RainbowCake yet. Will be looking into this when I have the time.
Let's discuss what kind of Compose support would makes sense. Are you just looking for a Fragment (and Activity) powered by RainbowCake that renders Composable UI? If you don't use...
Should set this to [0.43.1](https://github.com/pinterest/ktlint/releases/tag/0.43.1) now. @JLLeitschuh can we please get this upgrade into a version of the Gradle plugin? Would be great to update for new Ktlint features.
Android Studio templates are getting an overhaul now-ish, and right now they're in a weird state where the old system is broken in current versions, but the new system doesn't...