Luke Klinker

Results 48 comments of Luke Klinker

I use `phoneRetv.submitItem(name, number, nullableImageUri)`

You would need to customize the library to add support for this, you wouldn't be able to, within the current APIs.

Resizing the images shouldn't be an issue. The thumbnails provided by the Contacts `ContentProvider` are very small as is. I have never seen an `OutOfMemory` error with the contact chips...

There isn't really a great way to do this currently, no. Right now, you would have to fork the lib and provide a custom implementation

I'm not really sure on this issue. I use Proguard, on Gradle 4.4, 4.6, and now 4.9, it has worked fine with all of these versions

@tozblue the previous comment answers this question. It is not possible due to framework limitations on Android 4.4 and above.

@NickM-27 If you make a way to do this, post it here. I don't have a way to resize them at this time. I just download lower quality versions from...

If you are getting a timeout here, it is probably an issue with the APNs. Are you able to send correctly through your APN settings?

Can you post the stack trace?

If you could post the full stack trace of the exception, that would be the easiest way for me to take a look