Gokhan Arik
Gokhan Arik
Hi guys, I'm using **okhttp3** with **Picasso** and my images are not cached if they are accessed from redirected URIs. It looks like **Okhttp** is caching initial call and redirect...
Hi, from what I understand, your TextFieldBoxes is replacing TextInputLayout. If that's the case, are you planning to add support for password visibility toggle? I know we can achieve the...
### Version v3.8.2 ### Summary **Problem** Adding a new nullable field to the schema is a “safe” operation from the point of GQL Schema checks, but it is not safe...
byte[] iv = new byte[writer.getBlockSize()]; I was told that we should use random number for iv size. Do you confirm that? What should be limits of the random size?
When you rotate the screen back and forth v.getParent() returns null and calls to view throws NullPointerException. This fix will prevent that.