ChatKit icon indicating copy to clipboard operation
ChatKit copied to clipboard

Android library. Flexible components for chat UI implementation with flexible possibilities for styling, customizing and data management. Made by Stfalcon

Results 105 ChatKit issues
Sort by recently updated
recently updated
newest added

How do I set image message by byte stream array instead of image url? I can't seem to find an example that does that. Please help.

Hi all When showing a MessageList, is it possible to scroll to the _top_ of the first unread message? I've noticed that when the message is long enough to take...

i have id of my message. i need to get that message object from adapter for update it's data. otherwise i need to keep a local list for search that...

org.gradle.api.resources.ResourceException: Could not get resource 'https://jitpack.io/com/github/stfalcon/chatkit/0.2.2/chatkit-0.2.2.pom'. org.gradle.internal.resource.transport.http.HttpErrorStatusCodeException: Could not GET 'https://jitpack.io/com/github/stfalcon/chatkit/0.2.2/chatkit-0.2.2.pom'. Received status code 401 from server: Unauthorized

I want to change the font on Dialog in DialogList. I am unable to find it in the docs. **Kindly help me implement this.**

When i try to change the app: fontFamily="@font/raleway_semibold" does nothing.

I created a custom OutcomingTextMessageViewHolder so I can change the layout. Based on the library code it I gathered is using the sender ID to verify whether or not to...

![photo_2020-05-10_14-13-10](https://user-images.githubusercontent.com/31483874/81497636-642ce600-92c8-11ea-8aa1-33b7e115e181.jpg)

Hi, could you please advise on what the easiest way is to insert an item at a specific position rather than at the end or start of the list?