mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-15 04:10:55 +02:00
Merge branch 'master' into develop
This commit is contained in:
+47
@@ -1,3 +1,50 @@
|
||||
## Changes in 1.8.21 (2022-07-12)
|
||||
|
||||
✨ Features
|
||||
|
||||
- Analytics: Track non-fatal issues if consent provided ([#6308](https://github.com/vector-im/element-ios/pull/6308))
|
||||
- Notifications: Add a setting for in-app notifications and use the value with existing functionality in PushNotificationService. ([#1108](https://github.com/vector-im/element-ios/issues/1108))
|
||||
- Server Offline Activity Indicator ([#5607](https://github.com/vector-im/element-ios/issues/5607))
|
||||
|
||||
🙌 Improvements
|
||||
|
||||
- Add formatter build reply HTML unit tests ([#6380](https://github.com/vector-im/element-ios/pull/6380))
|
||||
- Upgrade MatrixSDK version ([v0.23.11](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.23.11)).
|
||||
- Update Files component ([#5372](https://github.com/vector-im/element-ios/issues/5372))
|
||||
- Location sharing: Update map credits display and behavior. ([#6108](https://github.com/vector-im/element-ios/issues/6108))
|
||||
- Location sharing: Add view to promote live location sharing labs flag on the sharing screen. ([#6238](https://github.com/vector-im/element-ios/issues/6238))
|
||||
- Remove legacy Riot-Defaults property list ([#6273](https://github.com/vector-im/element-ios/issues/6273))
|
||||
- DesignKit: Replace the local DesignKit target with the shared Swift package from ElementX. ([#6276](https://github.com/vector-im/element-ios/issues/6276))
|
||||
- Enhance the VectorHostingController to be presented as a bottom sheet ([#6376](https://github.com/vector-im/element-ios/issues/6376))
|
||||
- Location sharing: Live location sharing UI polishing. ([#6382](https://github.com/vector-im/element-ios/issues/6382))
|
||||
|
||||
🐛 Bugfixes
|
||||
|
||||
- VectorHostingController: Fix infinite loop due to the safe area insets fix. ([#6381](https://github.com/vector-im/element-ios/pull/6381))
|
||||
- Fix layout issues in timeline poll cells (PSB-125) ([#5326](https://github.com/vector-im/element-ios/issues/5326))
|
||||
- Fixed Invite user UI is always hidden by the keyboard ([#5341](https://github.com/vector-im/element-ios/issues/5341))
|
||||
- Cross-Signing: Use ZXing library to generate QR codes ([#6358](https://github.com/vector-im/element-ios/issues/6358))
|
||||
- Location sharing: Fix live location sharing lab flag activation, no more app relaunch needed. ([#6361](https://github.com/vector-im/element-ios/issues/6361))
|
||||
- Display fallback when replied event content is partially missing ([#6371](https://github.com/vector-im/element-ios/issues/6371))
|
||||
- Fix a few failing UI tests. ([#6386](https://github.com/vector-im/element-ios/issues/6386))
|
||||
- Rename riot-keys.txt to element-keys.txt. ([#6391](https://github.com/vector-im/element-ios/issues/6391))
|
||||
- Fix inoperant room links with alias/identifiers ([#6395](https://github.com/vector-im/element-ios/issues/6395))
|
||||
- Fix slash commands from room composer ([#6398](https://github.com/vector-im/element-ios/issues/6398))
|
||||
|
||||
⚠️ API Changes
|
||||
|
||||
- Replace DesignKit framework with [DesignKit package](https://github.com/vector-im/element-x-ios/tree/develop/DesignKit/Sources). Colours are now generated in the [DesignTokens repo](https://github.com/vector-im/element-design-tokens) to be shared across all of our apps. ([#6275](https://github.com/vector-im/element-ios/pull/6275))
|
||||
|
||||
🧱 Build
|
||||
|
||||
- Update Podfile.lock ([#6387](https://github.com/vector-im/element-ios/pull/6387))
|
||||
- Split `IntentHandler` into smaller, dedicated entities ([#6203](https://github.com/vector-im/element-ios/issues/6203))
|
||||
|
||||
Others
|
||||
|
||||
- Revert some font changes made when merging #6392. ([#6392](https://github.com/vector-im/element-ios/issues/6392))
|
||||
|
||||
|
||||
## Changes in 1.8.20 (2022-06-28)
|
||||
|
||||
✨ 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.23.10'
|
||||
$matrixSDKVersion = '= 0.23.11'
|
||||
# $matrixSDKVersion = :local
|
||||
# $matrixSDKVersion = { :branch => 'develop'}
|
||||
# $matrixSDKVersion = { :specHash => { git: 'https://git.io/fork123', branch: 'fix' } }
|
||||
|
||||
+10
-10
@@ -56,9 +56,9 @@ PODS:
|
||||
- LoggerAPI (1.9.200):
|
||||
- Logging (~> 1.1)
|
||||
- Logging (1.4.0)
|
||||
- MatrixSDK (0.23.10):
|
||||
- MatrixSDK/Core (= 0.23.10)
|
||||
- MatrixSDK/Core (0.23.10):
|
||||
- MatrixSDK (0.23.11):
|
||||
- MatrixSDK/Core (= 0.23.11)
|
||||
- MatrixSDK/Core (0.23.11):
|
||||
- AFNetworking (~> 4.0.0)
|
||||
- GZIP (~> 1.3.0)
|
||||
- libbase58 (~> 0.1.4)
|
||||
@@ -66,9 +66,9 @@ PODS:
|
||||
- OLMKit (~> 3.2.5)
|
||||
- Realm (= 10.27.0)
|
||||
- SwiftyBeaver (= 1.9.5)
|
||||
- MatrixSDK/CryptoSDK (0.23.10):
|
||||
- MatrixSDK/CryptoSDK (0.23.11):
|
||||
- MatrixSDKCrypto (= 0.1.0)
|
||||
- MatrixSDK/JingleCallStack (0.23.10):
|
||||
- MatrixSDK/JingleCallStack (0.23.11):
|
||||
- JitsiMeetSDK (= 5.0.2)
|
||||
- MatrixSDK/Core
|
||||
- MatrixSDKCrypto (0.1.0)
|
||||
@@ -123,8 +123,8 @@ DEPENDENCIES:
|
||||
- KeychainAccess (~> 4.2.2)
|
||||
- KTCenterFlowLayout (~> 1.3.1)
|
||||
- libPhoneNumber-iOS (~> 0.9.13)
|
||||
- MatrixSDK (= 0.23.10)
|
||||
- MatrixSDK/JingleCallStack (= 0.23.10)
|
||||
- MatrixSDK (= 0.23.11)
|
||||
- MatrixSDK/JingleCallStack (= 0.23.11)
|
||||
- OLMKit
|
||||
- PostHog (~> 1.4.4)
|
||||
- ReadMoreTextView (~> 3.0.1)
|
||||
@@ -221,7 +221,7 @@ SPEC CHECKSUMS:
|
||||
libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75
|
||||
LoggerAPI: ad9c4a6f1e32f518fdb43a1347ac14d765ab5e3d
|
||||
Logging: beeb016c9c80cf77042d62e83495816847ef108b
|
||||
MatrixSDK: 58238bb5af7e6d9f6acce0373b86ca31413a09b5
|
||||
MatrixSDK: 8b02aafb65c798a96c55007b1ae8e9ad4a5453e3
|
||||
MatrixSDKCrypto: 4b9146d5ef484550341be056a164c6930038028e
|
||||
OLMKit: 9fb4799c4a044dd2c06bda31ec31a12191ad30b5
|
||||
PostHog: 4b6321b521569092d4ef3a02238d9435dbaeb99f
|
||||
@@ -241,6 +241,6 @@ SPEC CHECKSUMS:
|
||||
zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c
|
||||
ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb
|
||||
|
||||
PODFILE CHECKSUM: b3c7c064fc2b74dc937762364faab403fc3fd041
|
||||
PODFILE CHECKSUM: ff5148bd99a1b2cacc3ba3e430afe267a74b7092
|
||||
|
||||
COCOAPODS: 1.11.3
|
||||
COCOAPODS: 1.11.2
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Notifications: Add a setting for in-app notifications and use the value with existing functionality in PushNotificationService.
|
||||
@@ -1 +0,0 @@
|
||||
Fix layout issues in timeline poll cells (PSB-125)
|
||||
@@ -1 +0,0 @@
|
||||
Fixed Invite user UI is always hidden by the keyboard
|
||||
@@ -1 +0,0 @@
|
||||
Update Files component
|
||||
@@ -1 +0,0 @@
|
||||
Server Offline Activity Indicator
|
||||
@@ -1 +0,0 @@
|
||||
Location sharing: Update map credits display and behavior.
|
||||
@@ -1 +0,0 @@
|
||||
Split `IntentHandler` into smaller, dedicated entities
|
||||
@@ -1 +0,0 @@
|
||||
Location sharing: Add view to promote live location sharing labs flag on the sharing screen.
|
||||
@@ -1 +0,0 @@
|
||||
Remove legacy Riot-Defaults property list
|
||||
@@ -1 +0,0 @@
|
||||
DesignKit: Replace the local DesignKit target with the shared Swift package from ElementX.
|
||||
@@ -1 +0,0 @@
|
||||
Cross-Signing: Use ZXing library to generate QR codes
|
||||
@@ -1 +0,0 @@
|
||||
Location sharing: Fix live location sharing lab flag activation, no more app relaunch needed.
|
||||
@@ -1 +0,0 @@
|
||||
Display fallback when replied event content is partially missing
|
||||
@@ -1 +0,0 @@
|
||||
Enhance the VectorHostingController to be presented as a bottom sheet
|
||||
@@ -1 +0,0 @@
|
||||
Location sharing: Live location sharing UI polishing.
|
||||
@@ -1 +0,0 @@
|
||||
Fix a few failing UI tests.
|
||||
@@ -1 +0,0 @@
|
||||
Rename riot-keys.txt to element-keys.txt.
|
||||
@@ -1 +0,0 @@
|
||||
Revert some font changes made when merging #6392.
|
||||
@@ -1 +0,0 @@
|
||||
Fix inoperant room links with alias/identifiers
|
||||
@@ -1 +0,0 @@
|
||||
Fix slash commands from room composer
|
||||
@@ -1 +0,0 @@
|
||||
Replace DesignKit framework with [DesignKit package](https://github.com/vector-im/element-x-ios/tree/develop/DesignKit/Sources). Colours are now generated in the [DesignTokens repo](https://github.com/vector-im/element-design-tokens) to be shared across all of our apps.
|
||||
@@ -1 +0,0 @@
|
||||
Analytics: Track non-fatal issues if consent provided
|
||||
@@ -1 +0,0 @@
|
||||
Add formatter build reply HTML unit tests
|
||||
@@ -1 +0,0 @@
|
||||
VectorHostingController: Fix infinite loop due to the safe area insets fix.
|
||||
@@ -1 +0,0 @@
|
||||
Update Podfile.lock
|
||||
Reference in New Issue
Block a user