mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-06 16:07:42 +02:00
Merge branch 'master' into develop
This commit is contained in:
+40
@@ -1,3 +1,43 @@
|
||||
## Changes in 1.9.16 (2023-01-24)
|
||||
|
||||
✨ Features
|
||||
|
||||
- Rich Text Composer: Enable bulleted/numbered lists support ([#7238](https://github.com/vector-im/element-ios/issues/7238))
|
||||
- Rich Text Composer: Enable quote & code blocks support ([#7271](https://github.com/vector-im/element-ios/issues/7271))
|
||||
- Voice Broadcast: When deleting a voice broadcast, all data is now deleted on server side (MSC3912 implementation). ([#7283](https://github.com/vector-im/element-ios/issues/7283))
|
||||
|
||||
🙌 Improvements
|
||||
|
||||
- Labs: VoiceBroadcast: Handle VoIP buttons when VB is used ([#7225](https://github.com/vector-im/element-ios/pull/7225))
|
||||
- Polls: add UI for active poll history. ([#7267](https://github.com/vector-im/element-ios/pull/7267))
|
||||
- CryptoSDK: Add labs settings to enable Crypto SDK ([#7272](https://github.com/vector-im/element-ios/pull/7272))
|
||||
- Voice Broadcast: Improved detection of voice broadcast completion during playback. ([#7273](https://github.com/vector-im/element-ios/pull/7273))
|
||||
- Remove "Leave" button on Room details screen ([#7275](https://github.com/vector-im/element-ios/pull/7275))
|
||||
- Polls: poll history UI for past polls. ([#7278](https://github.com/vector-im/element-ios/pull/7278))
|
||||
- Polls: render replies to poll events better. ([#7284](https://github.com/vector-im/element-ios/pull/7284))
|
||||
- CryptoV2: Display migration progress during startup ([#7286](https://github.com/vector-im/element-ios/pull/7286))
|
||||
- Upgrade MatrixSDK version ([v0.24.8](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.24.8)).
|
||||
- Voice broadcast connection error handling while recording. ([#7229](https://github.com/vector-im/element-ios/issues/7229))
|
||||
- Handle a connection issue when we try to start a new voice broadcast. ([#7234](https://github.com/vector-im/element-ios/issues/7234))
|
||||
- Rich Text Editor: https:// or mailto: scheme is automatically added when creating a link if no scheme is specified. ([#7279](https://github.com/vector-im/element-ios/issues/7279))
|
||||
- Rich Text Editor: Adding a link over a blank selection, prompts the user to create a new link with new text to replace such selection. ([#7280](https://github.com/vector-im/element-ios/issues/7280))
|
||||
- Voice Broadcast: handle the lost of connectivity with the homeserver while recording. ([#7285](https://github.com/vector-im/element-ios/issues/7285))
|
||||
|
||||
🐛 Bugfixes
|
||||
|
||||
- Voice Broadcast: The Now Playing Info Center now displays a voice broadcast instead of a voice message when a user is listening to a voice broadcast. ([#7257](https://github.com/vector-im/element-ios/pull/7257))
|
||||
- Fix a crash caused by the missing Avatar Service dependency. ([#7268](https://github.com/vector-im/element-ios/pull/7268))
|
||||
- The (edited) tag for messages is now light grey like on web and Android. ([#5148](https://github.com/vector-im/element-ios/issues/5148))
|
||||
- Live Location Sharing does not work on first selection after granting "Allow always" location permission. ([#7222](https://github.com/vector-im/element-ios/issues/7222))
|
||||
- Voice Broadcast: Fixed an issue where the voice broadcast audio player progress bar behaved unexpectedly. ([#7252](https://github.com/vector-im/element-ios/issues/7252))
|
||||
- Voice Broadcast: VoiceBroadcast chunks are no longer resent as voice messages ([#7261](https://github.com/vector-im/element-ios/issues/7261))
|
||||
- Timeline's links and hyperlinks match now the blue colour of Android and Web. ([#7263](https://github.com/vector-im/element-ios/issues/7263))
|
||||
|
||||
🧱 Build
|
||||
|
||||
- Fix Element Alpha workflow not being able to run. ([#7256](https://github.com/vector-im/element-ios/pull/7256))
|
||||
|
||||
|
||||
## Changes in 1.9.15 (2023-01-10)
|
||||
|
||||
✨ Features
|
||||
|
||||
@@ -16,7 +16,7 @@ use_frameworks!
|
||||
# - `{ :specHash => {sdk spec hash}` to depend on specific pod options (:git => …, :podspec => …) for MatrixSDK repo. Used by Fastfile during CI
|
||||
#
|
||||
# Warning: our internal tooling depends on the name of this variable name, so be sure not to change it
|
||||
$matrixSDKVersion = '= 0.24.7'
|
||||
$matrixSDKVersion = '= 0.24.8'
|
||||
# $matrixSDKVersion = :local
|
||||
# $matrixSDKVersion = { :branch => 'develop'}
|
||||
# $matrixSDKVersion = { :specHash => { git: 'https://git.io/fork123', branch: 'fix' } }
|
||||
|
||||
+13
-13
@@ -55,9 +55,9 @@ PODS:
|
||||
- LoggerAPI (1.9.200):
|
||||
- Logging (~> 1.1)
|
||||
- Logging (1.4.0)
|
||||
- MatrixSDK (0.24.7):
|
||||
- MatrixSDK/Core (= 0.24.7)
|
||||
- MatrixSDK/Core (0.24.7):
|
||||
- MatrixSDK (0.24.8):
|
||||
- MatrixSDK/Core (= 0.24.8)
|
||||
- MatrixSDK/Core (0.24.8):
|
||||
- AFNetworking (~> 4.0.0)
|
||||
- GZIP (~> 1.3.0)
|
||||
- libbase58 (~> 0.1.4)
|
||||
@@ -65,12 +65,12 @@ PODS:
|
||||
- OLMKit (~> 3.2.5)
|
||||
- Realm (= 10.27.0)
|
||||
- SwiftyBeaver (= 1.9.5)
|
||||
- MatrixSDK/CryptoSDK (0.24.7):
|
||||
- MatrixSDKCrypto (= 0.1.7)
|
||||
- MatrixSDK/JingleCallStack (0.24.7):
|
||||
- MatrixSDK/CryptoSDK (0.24.8):
|
||||
- MatrixSDKCrypto (= 0.1.8)
|
||||
- MatrixSDK/JingleCallStack (0.24.8):
|
||||
- JitsiMeetSDK (= 5.0.2)
|
||||
- MatrixSDK/Core
|
||||
- MatrixSDKCrypto (0.1.7)
|
||||
- MatrixSDKCrypto (0.1.8)
|
||||
- OLMKit (3.2.12):
|
||||
- OLMKit/olmc (= 3.2.12)
|
||||
- OLMKit/olmcpp (= 3.2.12)
|
||||
@@ -122,8 +122,8 @@ DEPENDENCIES:
|
||||
- KeychainAccess (~> 4.2.2)
|
||||
- KTCenterFlowLayout (~> 1.3.1)
|
||||
- libPhoneNumber-iOS (~> 0.9.13)
|
||||
- MatrixSDK (= 0.24.7)
|
||||
- MatrixSDK/JingleCallStack (= 0.24.7)
|
||||
- MatrixSDK (= 0.24.8)
|
||||
- MatrixSDK/JingleCallStack (= 0.24.8)
|
||||
- OLMKit
|
||||
- PostHog (~> 1.4.4)
|
||||
- ReadMoreTextView (~> 3.0.1)
|
||||
@@ -197,7 +197,7 @@ CHECKOUT OPTIONS:
|
||||
:git: https://github.com/matrix-org/matrix-analytics-events.git
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
AFNetworking: 7864c38297c79aaca1500c33288e429c3451fdce
|
||||
AFNetworking: 3bd23d814e976cd148d7d44c3ab78017b744cd58
|
||||
AnalyticsEvents: 0cc8cf52da2fd464a2f39b788a295988151116ce
|
||||
BlueCryptor: b0aee3d9b8f367b49b30de11cda90e1735571c24
|
||||
BlueECC: 0d18e93347d3ec6d41416de21c1ffa4d4cd3c2cc
|
||||
@@ -220,8 +220,8 @@ SPEC CHECKSUMS:
|
||||
libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75
|
||||
LoggerAPI: ad9c4a6f1e32f518fdb43a1347ac14d765ab5e3d
|
||||
Logging: beeb016c9c80cf77042d62e83495816847ef108b
|
||||
MatrixSDK: 895929fad10b7ec9aa96d557403b44c5e3522211
|
||||
MatrixSDKCrypto: 2bd9ca41b2c644839f4e680a64897d56b3f95392
|
||||
MatrixSDK: cf1c1b2a9742f7f4fad21e94bd94cd8f13c47369
|
||||
MatrixSDKCrypto: 862d9b4dbb6861da030943f5a18c39258ed7345b
|
||||
OLMKit: da115f16582e47626616874e20f7bb92222c7a51
|
||||
PostHog: 4b6321b521569092d4ef3a02238d9435dbaeb99f
|
||||
ReadMoreTextView: 19147adf93abce6d7271e14031a00303fe28720d
|
||||
@@ -241,6 +241,6 @@ SPEC CHECKSUMS:
|
||||
zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c
|
||||
ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb
|
||||
|
||||
PODFILE CHECKSUM: 56782e2abd382278b3c5b23824ca74994fd0a97e
|
||||
PODFILE CHECKSUM: 079b57b800c666ad864e1f059ae69e150a98a4f0
|
||||
|
||||
COCOAPODS: 1.11.3
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
The (edited) tag for messages is now light grey like on web and Android.
|
||||
@@ -1 +0,0 @@
|
||||
Live Location Sharing does not work on first selection after granting "Allow always" location permission.
|
||||
@@ -1 +0,0 @@
|
||||
Voice broadcast connection error handling while recording.
|
||||
@@ -1 +0,0 @@
|
||||
Handle a connection issue when we try to start a new voice broadcast.
|
||||
@@ -1 +0,0 @@
|
||||
Rich Text Composer: Enable bulleted/numbered lists support
|
||||
@@ -1 +0,0 @@
|
||||
Voice Broadcast: Fixed an issue where the voice broadcast audio player progress bar behaved unexpectedly.
|
||||
@@ -1 +0,0 @@
|
||||
Voice Broadcast: VoiceBroadcast chunks are no longer resent as voice messages
|
||||
@@ -1 +0,0 @@
|
||||
Timeline's links and hyperlinks match now the blue colour of Android and Web.
|
||||
@@ -1 +0,0 @@
|
||||
Rich Text Composer: Enable quote & code blocks support
|
||||
@@ -1 +0,0 @@
|
||||
Rich Text Editor: https:// or mailto: scheme is automatically added when creating a link if no scheme is specified.
|
||||
@@ -1 +0,0 @@
|
||||
Rich Text Editor: Adding a link over a blank selection, prompts the user to create a new link with new text to replace such selection.
|
||||
@@ -1 +0,0 @@
|
||||
Voice Broadcast: When deleting a voice broadcast, all data is now deleted on server side (MSC3912 implementation).
|
||||
@@ -1 +0,0 @@
|
||||
Voice Broadcast: handle the lost of connectivity with the homeserver while recording.
|
||||
@@ -1 +0,0 @@
|
||||
Labs: VoiceBroadcast: Handle VoIP buttons when VB is used
|
||||
@@ -1 +0,0 @@
|
||||
Fix Element Alpha workflow not being able to run.
|
||||
@@ -1 +0,0 @@
|
||||
Voice Broadcast: The Now Playing Info Center now displays a voice broadcast instead of a voice message when a user is listening to a voice broadcast.
|
||||
@@ -1 +0,0 @@
|
||||
Polls: add UI for active poll history.
|
||||
@@ -1 +0,0 @@
|
||||
Fix a crash caused by the missing Avatar Service dependency.
|
||||
@@ -1 +0,0 @@
|
||||
CryptoSDK: Add labs settings to enable Crypto SDK
|
||||
@@ -1 +0,0 @@
|
||||
Voice Broadcast: Improved detection of voice broadcast completion during playback.
|
||||
@@ -1 +0,0 @@
|
||||
Remove "Leave" button on Room details screen
|
||||
@@ -1 +0,0 @@
|
||||
Polls: poll history UI for past polls.
|
||||
@@ -1 +0,0 @@
|
||||
Polls: render replies to poll events better.
|
||||
@@ -1 +0,0 @@
|
||||
CryptoV2: Display migration progress during startup
|
||||
Reference in New Issue
Block a user