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

Hi, I really appreciate the feasibility of this project, but I am having a problem using the MessagesList component. When I called MessagesListAdapter.addToStart() method, I found the bubbles always come...

I get this error after I try the solution in [https://github.com/stfalcon-studio/ChatKit/issues/234](url). buildscript { repositories { google() mavenCentral() mavenLocal() maven { url "https://google.bintray.com/flexbox-layout" } } dependencies { classpath "com.android.tools.build:gradle:4.2.2" classpath 'com.google.gms:google-services:4.3.8'...

hi, did u support readmore text when text content is too long? Thanks

Error below only occurs if proguard enabled. I also have this in my proguard rules: ``` -keep class * extends com.stfalcon.chatkit.messages.MessageHolders$OutcomingTextMessageViewHolder { public (android.view.View, java.lang.Object); public (android.view.View); } -keep class...

I'm facing this issue when a very large text message is displayed, it also doesn't apply color to the bubble. Any fix?

I personally faced issues on encountering deprecated methods while following the docs. Hence updated them. Hopefully this will help a bit. 😃

I am attempting to format the time displayed for each message (default the time in a message bubble). I understand how to use the DateFormatter interface, I do not see...

Is there any way to change the Icon of the submit button from the kotlin/java code?

int visibleThreshold = 5; if (!loading && (lastVisibleItemPosition + visibleThreshold) > totalItemCount) { currentPage++; loadMoreListener.onLoadMore(loadMoreListener.getMessagesCount(), totalItemCount); loading = true; } should be int visibleThreshold = 5; if (!loading && (lastVisibleItemPosition...

It would be very useful to add also to DialogList the functionality "enableSelectionMode" so that you can delete and perform other actions on the dialogs