co.chatsdk
package changed to sdk.chat
co.chatsdk
in imports to sdk.chat
. For example:In the imports section at the top of the class the imports are red meaning they can't be found
DisposableList
DisposableList
not found
DisposableList
has been removed in v5DisposableList
with DisposableMap
Thread
class not recognizedMethods not recognized onThread
import sdk.chat.core.dao.Thread;
SimpleDraweeView
The app can't resolve theSimpleDraweeView
class
SimpleDraweeView
with CircleImageView
. Use Glide to load the image from the URLCrashReportingCompletableObserver;
import co.chatsdk.core.utils.CrashReportingCompletableObserver;
not found
TextInputView
`import co.chatsdk.ui.chat.TextInputView; not found
MessageInput
classMessageInput
insteadTimber
`import timber.log.Timber; not found
Logger
Timber
logging with Logger
logging i.e. Logger.debug("...")
ThreadEditDetailsActivity
import co.chatsdk.ui.threads.ThreadEditDetailsActivity;
not found
EditThreadActivity
ThreadEditDetailsActivity
with EditThreadActivity
MessageListAdapter
has been removed in v5. We have replaced the old chat and thread view implementation with Chat Kit. Now the ThreadsFragment
uses a Chat Kit DialogsList and the ChatActivity
uses a MessagesList and a MessageInput for text entry. If you follow the links above you will find information on how to customize these elements.