Merge branch 'master' into develop

This commit is contained in:
Doug
2022-04-05 16:00:27 +01:00
37 changed files with 65 additions and 45 deletions
+56
View File
@@ -1,3 +1,59 @@
## Changes in 1.8.11 (2022-04-05)
✨ Features
- RoomViewController: Display threads notice if not displayed before. ([#5770](https://github.com/vector-im/element-ios/issues/5770))
- Addded support for Apple context menus in matrix items list screens ([#5953](https://github.com/vector-im/element-ios/issues/5953))
🙌 Improvements
- Upgrade MatrixSDK version ([v0.23.2](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.23.2)).
- Threads: Strip `ìn reply to` from thread summaries and latest messages. ([#5488](https://github.com/vector-im/element-ios/issues/5488))
- Room: New loading indicators when joining room ([#5604](https://github.com/vector-im/element-ios/issues/5604))
- Room: New loading indicators when creating a room ([#5606](https://github.com/vector-im/element-ios/issues/5606))
- Location Sharing: Update UI on location sharing view ([#5720](https://github.com/vector-im/element-ios/issues/5720))
- Update suggested room preview to behave the same way in all cases ([#5771](https://github.com/vector-im/element-ios/issues/5771))
- RoomViewController: Enable thread menu option and display opt-in screen if threads disabled. ([#5772](https://github.com/vector-im/element-ios/issues/5772))
- Add "Invite people" to the space menu in the left panel and update menu order ([#5810](https://github.com/vector-im/element-ios/issues/5810))
- Allow empty Jitsi default URL in BuildSettings ([#5837](https://github.com/vector-im/element-ios/issues/5837))
- Location sharing: Add the ability for the user to share static location of a pin anywhere on the map ([#5858](https://github.com/vector-im/element-ios/issues/5858))
- Restrict UI components on authentication screen to readable width ([#5898](https://github.com/vector-im/element-ios/issues/5898))
🐛 Bugfixes
- Fixed the regular expression used for link detection in attributed strings. ([#5926](https://github.com/vector-im/element-ios/pull/5926))
- Jitsi: fix app not leaving call when widget is removed ([#1575](https://github.com/vector-im/element-ios/issues/1575))
- Space preview shows wrong number of members ([#4842](https://github.com/vector-im/element-ios/issues/4842))
- Room: Enable joining a room via identifier from another home server ([#4858](https://github.com/vector-im/element-ios/issues/4858))
- MXKRoomDataSource: Fix retain cycle ([#5058](https://github.com/vector-im/element-ios/issues/5058))
- Sync Spaces order with web ([#5134](https://github.com/vector-im/element-ios/issues/5134))
- Fix “It is not possible to join an empty room” on some suggested rooms. ([#5170](https://github.com/vector-im/element-ios/issues/5170))
- Fixed "Add Space" error message ([#5797](https://github.com/vector-im/element-ios/issues/5797))
- RoomDataSource: Reload thread data source without notifying the screen for the first reply. ([#5838](https://github.com/vector-im/element-ios/issues/5838))
- VoiceMessagePlainCell: Fix cell height by adding missing thread summary displayable conformance. ([#5870](https://github.com/vector-im/element-ios/issues/5870))
- Authentication: Ensure the login button is always visible ([#5875](https://github.com/vector-im/element-ios/issues/5875))
- Threads: Tweaks for design review. ([#5878](https://github.com/vector-im/element-ios/issues/5878))
- Search: prevent crash when searching for rooms ([#5883](https://github.com/vector-im/element-ios/issues/5883))
- Room: Fix typing performance by avoiding expensive UI operations ([#5906](https://github.com/vector-im/element-ios/issues/5906))
- The "Swipe to see all rooms" hint is sometimes presented at the wrong time ([#5911](https://github.com/vector-im/element-ios/issues/5911))
- Push notifications: show space preview if user taps invite notification ([#5915](https://github.com/vector-im/element-ios/issues/5915))
- Fix session handling of the call presenter. ([#5938](https://github.com/vector-im/element-ios/issues/5938))
- m.room.join_rules not properly set for private access ([#5943](https://github.com/vector-im/element-ios/issues/5943))
- Fix for app occasionally getting stuck during launch after Login/Register. ([#5948](https://github.com/vector-im/element-ios/issues/5948))
⚠️ API Changes
- Remove unused Bindings in RoundedBorderTextField/Editor ([#5910](https://github.com/vector-im/element-ios/pull/5910))
🗣 Translations
- Translations: Enable all languages rather than waiting for an 80% translation. RTL languages are still disabled due to layout and formatting bugs. ([#5935](https://github.com/vector-im/element-ios/issues/5935))
🚧 In development 🚧
- Onboarding: Add celebration screen after display name and avatar screens. ([#5651](https://github.com/vector-im/element-ios/issues/5651))
## Changes in 1.8.10 (2022-03-31)
🐛 Bugfixes
+1 -1
View File
@@ -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.1'
$matrixSDKVersion = '= 0.23.2'
# $matrixSDKVersion = :local
# $matrixSDKVersion = { :branch => 'develop'}
# $matrixSDKVersion = { :specHash => { git: 'https://git.io/fork123', branch: 'fix' } }
+8 -8
View File
@@ -56,16 +56,16 @@ PODS:
- LoggerAPI (1.9.200):
- Logging (~> 1.1)
- Logging (1.4.0)
- MatrixSDK (0.23.1):
- MatrixSDK/Core (= 0.23.1)
- MatrixSDK/Core (0.23.1):
- MatrixSDK (0.23.2):
- MatrixSDK/Core (= 0.23.2)
- MatrixSDK/Core (0.23.2):
- 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.1):
- MatrixSDK/JingleCallStack (0.23.2):
- JitsiMeetSDK (= 3.10.2)
- MatrixSDK/Core
- OLMKit (3.2.5):
@@ -115,8 +115,8 @@ DEPENDENCIES:
- KeychainAccess (~> 4.2.2)
- KTCenterFlowLayout (~> 1.3.1)
- libPhoneNumber-iOS (~> 0.9.13)
- MatrixSDK (= 0.23.1)
- MatrixSDK/JingleCallStack (= 0.23.1)
- MatrixSDK (= 0.23.2)
- MatrixSDK/JingleCallStack (= 0.23.2)
- OLMKit
- PostHog (~> 1.4.4)
- ReadMoreTextView (~> 3.0.1)
@@ -208,7 +208,7 @@ SPEC CHECKSUMS:
libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75
LoggerAPI: ad9c4a6f1e32f518fdb43a1347ac14d765ab5e3d
Logging: beeb016c9c80cf77042d62e83495816847ef108b
MatrixSDK: 54d16aa08f3043fb1bcf639ef1ac5c589100f39f
MatrixSDK: ab6cbb1e8c437eac4f999be516b5e76c2bca9f6a
OLMKit: 9fb4799c4a044dd2c06bda31ec31a12191ad30b5
PostHog: 4b6321b521569092d4ef3a02238d9435dbaeb99f
ReadMoreTextView: 19147adf93abce6d7271e14031a00303fe28720d
@@ -225,6 +225,6 @@ SPEC CHECKSUMS:
zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c
ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb
PODFILE CHECKSUM: 820f04e07aa252459ecfa88d04da729daca4fcbb
PODFILE CHECKSUM: 677ee0df159e298fde825885ea85e4ebfa8e32fd
COCOAPODS: 1.11.2
-1
View File
@@ -1 +0,0 @@
Jitsi: fix app not leaving call when widget is removed
-1
View File
@@ -1 +0,0 @@
Space preview shows wrong number of members
-1
View File
@@ -1 +0,0 @@
Room: Enable joining a room via identifier from another home server
-1
View File
@@ -1 +0,0 @@
MXKRoomDataSource: Fix retain cycle
-1
View File
@@ -1 +0,0 @@
Sync Spaces order with web
-1
View File
@@ -1 +0,0 @@
Fix “It is not possible to join an empty room” on some suggested rooms.
-1
View File
@@ -1 +0,0 @@
Threads: Strip `ìn reply to` from thread summaries and latest messages.
-1
View File
@@ -1 +0,0 @@
Room: New loading indicators when joining room
-1
View File
@@ -1 +0,0 @@
Room: New loading indicators when creating a room
-1
View File
@@ -1 +0,0 @@
Onboarding: Add celebration screen after display name and avatar screens.
-1
View File
@@ -1 +0,0 @@
Location Sharing: Update UI on location sharing view
-1
View File
@@ -1 +0,0 @@
RoomViewController: Display threads notice if not displayed before.
-2
View File
@@ -1,2 +0,0 @@
Update suggested room preview to behave the same way in all cases
-1
View File
@@ -1 +0,0 @@
RoomViewController: Enable thread menu option and display opt-in screen if threads disabled.
-1
View File
@@ -1 +0,0 @@
Fixed "Add Space" error message
-1
View File
@@ -1 +0,0 @@
Add "Invite people" to the space menu in the left panel and update menu order
-1
View File
@@ -1 +0,0 @@
Allow empty Jitsi default URL in BuildSettings
-1
View File
@@ -1 +0,0 @@
RoomDataSource: Reload thread data source without notifying the screen for the first reply.
-1
View File
@@ -1 +0,0 @@
Location sharing: Add the ability for the user to share static location of a pin anywhere on the map
-1
View File
@@ -1 +0,0 @@
VoiceMessagePlainCell: Fix cell height by adding missing thread summary displayable conformance.
-1
View File
@@ -1 +0,0 @@
Authentication: Ensure the login button is always visible
-1
View File
@@ -1 +0,0 @@
Threads: Tweaks for design review.
-2
View File
@@ -1,2 +0,0 @@
Search: prevent crash when searching for rooms
-1
View File
@@ -1 +0,0 @@
Restrict UI components on authentication screen to readable width
-1
View File
@@ -1 +0,0 @@
Room: Fix typing performance by avoiding expensive UI operations
-1
View File
@@ -1 +0,0 @@
The "Swipe to see all rooms" hint is sometimes presented at the wrong time
-1
View File
@@ -1 +0,0 @@
Push notifications: show space preview if user taps invite notification
-1
View File
@@ -1 +0,0 @@
Translations: Enable all languages rather than waiting for an 80% translation. RTL languages are still disabled due to layout and formatting bugs.
-1
View File
@@ -1 +0,0 @@
Fix session handling of the call presenter.
-1
View File
@@ -1 +0,0 @@
m.room.join_rules not properly set for private access
-1
View File
@@ -1 +0,0 @@
Fix for app occasionally getting stuck during launch after Login/Register.
-1
View File
@@ -1 +0,0 @@
Addded support for Apple context menus in matrix items list screens
-1
View File
@@ -1 +0,0 @@
Remove unused Bindings in RoundedBorderTextField/Editor
-1
View File
@@ -1 +0,0 @@
Fixed the regular expression used for link detection in attributed strings.