-
Notifications
You must be signed in to change notification settings - Fork 553
Conversation
…ates the chat room and chat details toolbar also.
(check if Jitsi is enabled before showing the respective icons)
Exciting 👍 |
@@ -33,7 +29,7 @@ class AppLifecycleObserver @Inject constructor( | |||
} | |||
|
|||
private fun changeTemporaryStatus(userStatus: UserStatus) { | |||
launch { | |||
GlobalScope.launch { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should use a specific scope here. To be improved in a new PR (see #2140)
…nto new/video-call-support Also enables the video conferencing from the UserDetails fragment.
import chat.rocket.android.chatroom.uimodel.MessageUiModel | ||
import chat.rocket.android.chatroom.uimodel.UrlPreviewUiModel | ||
import chat.rocket.android.chatroom.uimodel.toViewType | ||
import chat.rocket.android.chatroom.uimodel.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dont'use wildcards!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Solved.
import android.view.MenuItem | ||
import android.view.View | ||
import android.view.ViewGroup | ||
import android.view.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't use wildcards!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Solved.
import chat.rocket.android.chatroom.adapter.PEOPLE | ||
import chat.rocket.android.chatroom.adapter.PeopleSuggestionsAdapter | ||
import chat.rocket.android.chatroom.adapter.RoomSuggestionsAdapter | ||
import chat.rocket.android.chatroom.adapter.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't use wildcards!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Solved.
import chat.rocket.android.emoji.EmojiPickerPopup | ||
import chat.rocket.android.emoji.EmojiReactionListener | ||
import chat.rocket.android.emoji.internal.GlideApp | ||
import chat.rocket.android.emoji.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't use wildcards!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Solved.
import chat.rocket.android.util.extensions.showToast | ||
import chat.rocket.android.util.extensions.textContent | ||
import chat.rocket.android.util.extensions.ui | ||
import chat.rocket.android.util.extensions.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't use wildcards!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Solved.
This PR brings video call support into Rocket.Chat Android app.
This PR also update the Coroutines version to the stable one.
Known issues:
Known improvements to do:
Notes: