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.8 #960

Merged
merged 57 commits into from
Oct 15, 2020
Merged

Release/v2.3.8 #960

merged 57 commits into from
Oct 15, 2020

Conversation

alber2510
Copy link
Contributor

@alber2510 alber2510 commented Oct 6, 2020

Enhancement
[CHT-415] - update for building megaclc on windows without webrtc

Bug
[CHT-284] - Avoid a log line with notification state same than previous
[CHT-406] - Issue with multiple last Text message
[CHT-416] - cmake is missing Qt settings
[CHT-433] - Crash adding reaction to msg of public history
[CHT-445] - The order reaction participants who reacted for an emoji is wrong

Target apps/s

  • iOS v5.1
  • Android v3.8.0

lhr000lhrmega and others added 30 commits June 25, 2020 15:58
…k/#12148-Chat-message-emoji-reactions
Also added the startUpload command
The `keyid` has been recently changed from `uint64_t` to `uint32_t`. It
does not cause any issue on 64bits binaries, but on certain libc stacks
on Android phones, it may crash at `strlen()`
…or_windows_without_webrtc

CHT-415. Update for building megaclc on windows without webrtc
CHT-414. Adjust datatype for log message
CHT-417. Fix wrong update of unread messages (HOTFIX for develop)
The idea is post this log message outside of method findLastTextMsg, to
avoid post it upon every reconnection, and other situations that will
happen frequently, and where the message doesn't give new information.
#CHT-151. Handle ECONN_REFUSED upon connection to chatd / presenced
#CHT-284. Avoid a log line with notification state same than previous
The break refers to the loop `for`, not to the switch
Use “get” only for methods that return objects and values indirectly.
raquelgc6 and others added 26 commits September 18, 2020 10:33
To preserve the order of reactions, we need to order query results
by rowId, when we are retrieving them from cache.

Replace multimap by a vector of pairs to preserve the order.
- use stl containers that preserve the order of inserted elements
- improve algorithm
- A message can't exceed maxMessageReactions
- Our own user can't react more than maxOwnReactions
CHT-429.  Reactions are added in wrong order
Upon encrypt/decrypt a reaction of a message, the key to encrypt the
reaction depends on the key used to encrypt the message. Hence, when
reacting to a message posted in EKR off, but the chat is EKR on, the key
should be the unified key, not the specific key of the message (which
does not exist).
…ith-EKR-on

CHT-433. Select right key for reaction in private mode
In this way, the local av change is notified in the right moment
CHT-430: Fire onChatCallUpdate at setCall when we set local av flags
…ions

CHT-428. Comment reactions limitations code
Our own user must be added to users reaction list, in the order in
which reactions were received from chatd.
CHT-445. The order reaction participants who reacted for an emoji is wrong
@sergiohs84 sergiohs84 changed the title WIP: Release/v2.3.8 Release/v2.3.8 Oct 15, 2020
@sergiohs84 sergiohs84 merged commit e70a1de into master Oct 15, 2020
@sergiohs84 sergiohs84 deleted the release/v2.3.8 branch October 15, 2020 09:18
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.

9 participants