Seyed Jafari
Seyed Jafari
Using the library from Java is a little hard. With a couple of annotations, we can improve it much more. I'll see if I can manage to send a PR...
Currently, when opening the library class files we only see the compiled code. Having the library code and documentation helps a lot when using the library I'll see if I...
Is there a way to disable the adapter code generation? something similar to `@JsonClass(generateAdapter = false)` in Moshi code gen. its especially useful in debug builds since we need fast...
Since Java9 this method has been deprecated. Even before java9 using finalize was always disouraged. I really think it should be mentioned in the docs
animations for - [ ] shared element transition recommendations and similar click in movie details - [ ] small jank when opening full screen images animation - [ ] scroll...
Added basic support for JS targets. I call it basic because there are a ton of things to be improved. I mostly made it just work with the target. The...
I copied the README example server `EchoServer` to a swift app with a MacOS target trying to connect to the server using telnet succeeds as documented, but using postman or...