Slyce-Inc / SlyceMessaging

A messaging library for Android
MIT License
968 stars 173 forks source link

Set Avatar using Bitmap #40

Open ac-opensource opened 7 years ago

ac-opensource commented 7 years ago

As of now, you can only set avatar by using avatarUrl. Are there any plans to add bitmap support?

GoodSir42 commented 7 years ago

Indeed access to the glide properties (for example via a loadable object and the placeholder) would be great. Like this we could have a placeholder (if there is no image to be retrieved from a URL) as well as loading an object for which we have a registered loader.