* commit 'd786f7bb4f37b77478a8a55df44a6e87247f96c1': (36 commits)
finish version++
Release notes
version++
changelog.d: Upgrade MatrixSDK version ([v0.27.4](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.27.4)).
Fix missing placeholder.
Translated using Weblate (Catalan)
Translated using Weblate (Catalan)
Translated using Weblate (Catalan)
Translated using Weblate (Arabic)
Translated using Weblate (Arabic)
Translated using Weblate (Chinese (Simplified))
Translated using Weblate (Vietnamese)
Translated using Weblate (Chinese (Simplified))
Translated using Weblate (Chinese (Simplified))
Fix: Remove the “Quote” action from the menu of the selected message.
Update RTE to 2.18.0 to fix an issue with Speech-to-Text
Code cleanup
Dismiss the keyboard and minimise the composer when pasting an image, a video or a file
Fix: focus, keyboard visibility, composer height
Restore composer tint color
...
# Conflicts:
# Config/AppVersion.xcconfig
# Riot/Modules/Room/RoomViewController.m
- Don’t allow to invite more than one contact by email
- The DM will be created by enabling the encryption when the HS promotes the encryption
- The chat composer is disabled until a matrix account is created by using the invited email
* Cancel automatically a Voice Broadcast from a room after an app crash
* We limit for the moment the uncompleted voice broadcast cleaning to the breadcrumbs rooms list
By considering potential performance issues, we decided to limit the uncompleted VB cleaning in the recents list service:
- we run the process only once when the application is resumed
- we run the process only on the breadcrumbs rooms list
This prevent us from checking several times in parallel the same room (because a room may be listed in several recents sections)
This prevent us from checking several times the same room (each room should be checked only once after the app resume)
If a room is not checked from the recents list, a sanity check is still done in RoomViewController (to clean the room when the user opens it)