Julius Linus

Results 27 comments of Julius Linus

Hey, this sounds like a cool issue! I'm guessing that this would involve some kind of onClickListener on the message quote in [IncomingTextMessageViewHolder.kt](https://github.com/nextcloud/talk-android/blob/master/app/src/main/java/com/nextcloud/talk/adapters/messages/IncomingTextMessageViewHolder.kt), but since I'm controlling the scroll I'll...

It seems the typing indicator is broken in general, unrelated to this PR, but I'm receiving the same error messages that I encountered on Master, so I'm assuming it should...

> The chat is not updated anymore (after ~1min ?) 🤦🏾 I forgot to refresh the chat ```diff is ChatViewModel.GetCapabilitiesUpdateState -> { spreedCapabilities = state.spreedCapabilities chatApiVersion = ApiUtils.getChatApiVersion(spreedCapabilities, intArrayOf(1)) participantPermissions...

At first I hardcoded the leave room logic, but the error persisted. After reverting the git, I think the reason for this, is because the bug was caused by my...

I figured it would be simpler to clear the reply state when exiting `ChatActivity`. That way the reply view remains upon orientation change but is removed when exiting to `ConversationListActivity`.

Error was caused by the ConversationDao function `upsertConversations(accountId, list)` as I was incorrectly implementing the upsert functionality. I was deleting the conversation and reinserting them, instead of updating, which causes...

Might have been fixed in the recent version, @Expello can you test on the latest? https://github.com/nextcloud/talk-android/releases

What was your exact chat name before and after?

Not sure if this can be an easy fix, because since switching to offline first we don't keep the parent message directly in storage, but instead save it's id `parentMessageId:...

Rewrote and simplified the `updateRoomMessages`, couldn't replicate the other errors. Can you point me in the right direction?