mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-14 11:49:59 +02:00
Merge branch 'master' into develop
This commit is contained in:
+34
@@ -1,3 +1,37 @@
|
||||
## Changes in 1.8.14 (2022-05-05)
|
||||
|
||||
🙌 Improvements
|
||||
|
||||
- Upgrade MatrixSDK version ([v0.23.4](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.23.4)).
|
||||
- Spaces: Bring leaving space experience in line with Web ([#4850](https://github.com/vector-im/element-ios/issues/4850))
|
||||
- Location sharing: Add cell for live location sharing in timeline ([#6029](https://github.com/vector-im/element-ios/issues/6029))
|
||||
- Location sharing: Add timer selector when start live location sharing ([#6071](https://github.com/vector-im/element-ios/issues/6071))
|
||||
- Location sharing: Connect SDK to location sharing timeline cell ([#6077](https://github.com/vector-im/element-ios/issues/6077))
|
||||
|
||||
🐛 Bugfixes
|
||||
|
||||
- RoomNavigationParameters: Fix initializer by not defining convenience. ([#5883](https://github.com/vector-im/element-ios/issues/5883))
|
||||
- Fail to open a sub space ([#5965](https://github.com/vector-im/element-ios/issues/5965))
|
||||
- RecentsViewController: Fix disappearing filter on search cancellation & empty view on the first screen appearing. ([#6076](https://github.com/vector-im/element-ios/issues/6076))
|
||||
- RoomsViewController: Avoid crash by fixing section index to scroll. ([#6086](https://github.com/vector-im/element-ios/issues/6086))
|
||||
- Search: Prevent crash when searching ([#6115](https://github.com/vector-im/element-ios/issues/6115))
|
||||
|
||||
🗣 Translations
|
||||
|
||||
- Localisations: Remove strings with bad formatting and add a run script to detect errors at compile time. ([#5990](https://github.com/vector-im/element-ios/issues/5990))
|
||||
|
||||
🧱 Build
|
||||
|
||||
- UI Tests: Fix broken tests and add a check on PRs. ([#6050](https://github.com/vector-im/element-ios/issues/6050))
|
||||
|
||||
🚧 In development 🚧
|
||||
|
||||
- Authentication: Begin implementing authentication flow with a Service, Registration screen and Server Selection screen. ([#5648](https://github.com/vector-im/element-ios/issues/5648))
|
||||
- Location sharing: Add live location viewer screen. ([#5723](https://github.com/vector-im/element-ios/issues/5723))
|
||||
- Location sharing: Support live location event in the timeline. ([#6057](https://github.com/vector-im/element-ios/issues/6057))
|
||||
- Location sharing: Integrate live location viewer screen with room screen. ([#6081](https://github.com/vector-im/element-ios/issues/6081))
|
||||
|
||||
|
||||
## Changes in 1.8.13 (2022-04-20)
|
||||
|
||||
✨ Features
|
||||
|
||||
@@ -13,7 +13,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.3'
|
||||
$matrixSDKVersion = '= 0.23.4'
|
||||
# $matrixSDKVersion = :local
|
||||
# $matrixSDKVersion = { :branch => 'develop'}
|
||||
# $matrixSDKVersion = { :specHash => { git: 'https://git.io/fork123', branch: 'fix' } }
|
||||
|
||||
+9
-9
@@ -57,16 +57,16 @@ PODS:
|
||||
- LoggerAPI (1.9.200):
|
||||
- Logging (~> 1.1)
|
||||
- Logging (1.4.0)
|
||||
- MatrixSDK (0.23.3):
|
||||
- MatrixSDK/Core (= 0.23.3)
|
||||
- MatrixSDK/Core (0.23.3):
|
||||
- MatrixSDK (0.23.4):
|
||||
- MatrixSDK/Core (= 0.23.4)
|
||||
- MatrixSDK/Core (0.23.4):
|
||||
- AFNetworking (~> 4.0.0)
|
||||
- GZIP (~> 1.3.0)
|
||||
- libbase58 (~> 0.1.4)
|
||||
- OLMKit (~> 3.2.5)
|
||||
- Realm (= 10.16.0)
|
||||
- SwiftyBeaver (= 1.9.5)
|
||||
- MatrixSDK/JingleCallStack (0.23.3):
|
||||
- MatrixSDK/JingleCallStack (0.23.4):
|
||||
- JitsiMeetSDK (= 5.0.2)
|
||||
- MatrixSDK/Core
|
||||
- OLMKit (3.2.5):
|
||||
@@ -117,8 +117,8 @@ DEPENDENCIES:
|
||||
- KeychainAccess (~> 4.2.2)
|
||||
- KTCenterFlowLayout (~> 1.3.1)
|
||||
- libPhoneNumber-iOS (~> 0.9.13)
|
||||
- MatrixSDK (= 0.23.3)
|
||||
- MatrixSDK/JingleCallStack (= 0.23.3)
|
||||
- MatrixSDK (= 0.23.4)
|
||||
- MatrixSDK/JingleCallStack (= 0.23.4)
|
||||
- OLMKit
|
||||
- PostHog (~> 1.4.4)
|
||||
- ReadMoreTextView (~> 3.0.1)
|
||||
@@ -212,7 +212,7 @@ SPEC CHECKSUMS:
|
||||
libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75
|
||||
LoggerAPI: ad9c4a6f1e32f518fdb43a1347ac14d765ab5e3d
|
||||
Logging: beeb016c9c80cf77042d62e83495816847ef108b
|
||||
MatrixSDK: 4a2d2ddc1bd58c63f40e14706306e1beaffea02d
|
||||
MatrixSDK: 289fc3ccd63355a8597e4e5c2d2bc84e81b2fc9f
|
||||
OLMKit: 9fb4799c4a044dd2c06bda31ec31a12191ad30b5
|
||||
PostHog: 4b6321b521569092d4ef3a02238d9435dbaeb99f
|
||||
ReadMoreTextView: 19147adf93abce6d7271e14031a00303fe28720d
|
||||
@@ -229,6 +229,6 @@ SPEC CHECKSUMS:
|
||||
zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c
|
||||
ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb
|
||||
|
||||
PODFILE CHECKSUM: 39feedaf75b9a9287e4fe5309200e0493a9251a3
|
||||
PODFILE CHECKSUM: 62895026ad5dc86da75076998b66d80802dc868d
|
||||
|
||||
COCOAPODS: 1.11.3
|
||||
COCOAPODS: 1.11.2
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Spaces: Bring leaving space experience in line with Web
|
||||
@@ -1 +0,0 @@
|
||||
Authentication: Begin implementing authentication flow with a Service, Registration screen and Server Selection screen.
|
||||
@@ -1 +0,0 @@
|
||||
Location sharing: Add live location viewer screen.
|
||||
@@ -1 +0,0 @@
|
||||
RoomNavigationParameters: Fix initializer by not defining convenience.
|
||||
@@ -1 +0,0 @@
|
||||
Fail to open a sub space
|
||||
@@ -1 +0,0 @@
|
||||
Localisations: Remove strings with bad formatting and add a run script to detect errors at compile time.
|
||||
@@ -1 +0,0 @@
|
||||
Location sharing: Add cell for live location sharing in timeline
|
||||
@@ -1 +0,0 @@
|
||||
UI Tests: Fix broken tests and add a check on PRs.
|
||||
@@ -1 +0,0 @@
|
||||
Location sharing: Support live location event in the timeline.
|
||||
@@ -1 +0,0 @@
|
||||
Location sharing: Add timer selector when start live location sharing
|
||||
@@ -1 +0,0 @@
|
||||
RecentsViewController: Fix disappearing filter on search cancellation & empty view on the first screen appearing.
|
||||
@@ -1 +0,0 @@
|
||||
Location sharing: Connect SDK to location sharing timeline cell
|
||||
@@ -1 +0,0 @@
|
||||
Location sharing: Integrate live location viewer screen with room screen.
|
||||
@@ -1 +0,0 @@
|
||||
RoomsViewController: Avoid crash by fixing section index to scroll.
|
||||
@@ -1 +0,0 @@
|
||||
Search: Prevent crash when searching
|
||||
Reference in New Issue
Block a user