Conversation
|
Here's how TextMessages are split: Here's how TextMessages are combined: |
|
Here's an example of sending a TextMessage: |
|
@beqabeqa473 Maybe you could also have a look at this |
|
This PR so far only does the merge part of TextMessage. TextMessageAdapter should not show the message until bMore=false. Maybe it's enough to change TextMessageActivity.onCmdUserTextMessage() to not update if bMore=true. |
19a4a36 to
36cce10
Compare
36cce10 to
d03b7e0
Compare
@poretsky In TeamTalk v5.9 I've added 'bMore' member variable to TextMessage-class. When 'bMore' is set then the current message type (nMsgType) is part of a combined message. The combined TextMessage ends when 'bMore' is cleared (false).
Can you find a way for TextMessageAdapter to support this type of messages? Basically TextMessageAdapter should not update until all TextMessages with 'bMore' has been received.