Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v2.3.4 #870

Merged
merged 74 commits into from
Jun 19, 2020
Merged

Release/v2.3.4 #870

merged 74 commits into from
Jun 19, 2020

Conversation

sergiohs84
Copy link
Contributor

@sergiohs84 sergiohs84 commented May 19, 2020

New features
Feature #14784: Reduce latency to connect a call

Related issues
Bug #12074: When a message of a chat is updated without an internet connection, the last message is not updated
Bug #13941: Android (270) SDK crash issue 2 in lws_ext_cb_active
Bug #15051: Message creation ts set by server for sender
Bug #15082: MEGAclc stack over flow
Bug #15581: Assert (msg->isSending()) failed in Chat::msgRemoveFromSending
Bug #15638: ERROR_TOOMANY doesn't have a associated string
Bug #15667: Crash due to users attribute cache not available (yet)
Bug #15729: Avoid to notify about messages being decrypted
Bug #15770: The app shows an outdated count of unread messages

Other/s
Task #15741: Replace exit() by abort() for iOS upon critical error

Target app/s

  • iOS / MEGAcmd

alber2510 and others added 30 commits March 25, 2020 15:45
Force request ice server ips every reconnection
Build Turn sever json with all information provided by the api query
Co-Authored-By: Sergio Hernández <[email protected]>
Review of public chats require:
1. `checkChatLink()` to get the `chatid`
2. `openChatPreview()` to login into chatd
3. Once logged-in, get emails of each participants
4. Once emails loaded, open chatroom and load messages
5. Once msgs loaded, close chatroom accordingly
#15051. Implement new chatd commands MSGIDTIMESTAMP and NEWMSGIDTIMESTAMP
- Avoid double test for resutl of `getIp()`
- Avoid unnecessary test for `mIceServerProvider.empty()`
- Check if karere client is terminated upon DNS resolution.
- Adjust logs to be in the RTC channel.
When we edit a message we need to update the content of all pending
editions for this msg, but we need to keep the update ts to avoid
problems related with management of sending queue.
jgandres and others added 26 commits May 11, 2020 17:44
#12074. When a message of a chat is updated without an internet connection, the last message is not updated
#15563. Import SEEN from external cache
 #15563. Hotfix for SEEN import (develop)
#14784. Reduce latency to connect a call
Translated error strings. Android Bindings
When a new message is received, but it is already SEEN, the
`onChatNotification()` should not be called in case the message is still
being decrypted. Once decrypted, a callback, if suitable, will be
triggered.
I've just tested the truncate case. MEGAchat intermediate layer already
checks the `msgid` exists in the given chatid, the SDK's check whether
the `msgid` is not UNDEF. Sending a random `msgid` to API results on
success on API (it doesn't check the id), but chatd does not post any
new message.
In consequence, truncates must be edits of existing messages at all
times.
In case the message is being sending, the attempt to retrieve reactions
for a given `msgxid` results in logging an error. Instead, if the msg
has no reactions, simply skip the call.
If a msg is new for a client, it's received as NEWMSG even when it's a
truncate.
…on-seen

#15729.  Avoid to notify about messages being decrypted
…tanciating

#15667. Avoid access to attribute cache when it's uninitialized
 #15580. Add new method to allow set a DND with a timestamps for global chats
#15082. MEGAclc improve preview chat link
#15741. Replace exit() call by abort()
Now that SEEN pointer can be imported from the NSE, it might be outdated
compared with the SEEN pointer in the app. In that case, we need to skip
any update of the SEEN pointer, of the count of unread messages, etc.
#15770. Avoid to set SEEN back in history
Add authorizationToken parameter to firstname and lastname methods
@sergiohs84 sergiohs84 changed the title WIP: Release/v2.3.4 Release/v2.3.4 Jun 19, 2020
@sergiohs84 sergiohs84 merged commit 76fe37d into master Jun 19, 2020
@sergiohs84 sergiohs84 deleted the release/v2.3.4 branch June 19, 2020 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants