Yoav Sternberg
Yoav Sternberg
I've started working on making Fuel a multi-platform project. It may take long time since I'm having vacation next week, but I plan on finishing it next month. About making...
The branch will be https://github.com/kittinunf/Fuel/tree/multiplatform_feature Blocking issue: https://youtrack.jetbrains.com/issue/KT-17005#tab=Changes
Report: Currently kotlin multi platform feature is too buggy to convert an existing library. In addition, `Fuel` is too connected with Java. Instead of working on the multi platform feature,...
@iNoles What's about trying to use the [official http client](https://ktor.io/clients/index.html) as backend, wrapping it with fuel?
Also, what is the min API for RevealColorView?
Why RevealColorView use min sdk 14? You use Android 3.0 animations?
Also happens in [Graffiti](https://github.com/yoavst/Graffiti).
@jaredrummler I got it to work but the opposite, the arrow is in the opposite side.
also @jaredrummler I found a bug on orientation change
@rampo @jonasborggren Here is my version with sample - https://gist.github.com/yoavst/67a787ddebd447709980 The sample is based on my activity, so it may not work because I probably removed something important. It doesn't...