Merge branch 'master' into develop

This commit is contained in:
Doug
2022-02-22 14:16:34 +00:00
39 changed files with 61 additions and 45 deletions
+52
View File
@@ -1,3 +1,55 @@
## Changes in 1.8.2 (2022-02-22)
✨ Features
- Add Onboarding Use Case selection screen after the splash screen. ([#5160](https://github.com/vector-im/element-ios/issues/5160))
🙌 Improvements
- Upgrade MatrixSDK version ([v0.22.2](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.22.2)).
- ActivityCenter: Use ActivityCenter to show loading indicators on the home screen (in DEBUG builds only) ([#4829](https://github.com/vector-im/element-ios/issues/4829))
- Enabled poll editing and undisclosed polls. Added support for unstable poll prefixes. ([#5114](https://github.com/vector-im/element-ios/issues/5114))
- Filter: update placeholder text and icon ([#5250](https://github.com/vector-im/element-ios/issues/5250))
- Create Room: Update avatar placeholder & add remove button ([#5251](https://github.com/vector-im/element-ios/issues/5251))
- Search: remove bubbles background ([#5471](https://github.com/vector-im/element-ios/issues/5471))
- Exclude all files and directories from iCloud and iTunes backup ([#5498](https://github.com/vector-im/element-ios/issues/5498))
- ThreadListViewModel: Use new apis to fetch threads. ([#5540](https://github.com/vector-im/element-ios/issues/5540))
- Search: Use bundled aggregations if provided. ([#5562](https://github.com/vector-im/element-ios/issues/5562))
- MXKRoomDataSource: Stop pagination in a thread when the root event received. ([#5582](https://github.com/vector-im/element-ios/issues/5582))
- Add support for UserProperties to analytics and capture FTUE use case selection. ([#5590](https://github.com/vector-im/element-ios/issues/5590))
- Add attribution to location sharing maps. ([#5609](https://github.com/vector-im/element-ios/issues/5609))
- Onboarding: Use a different green spinner during onboarding and use the one presented by the LegacyAppDelegate only when logged in. ([#5621](https://github.com/vector-im/element-ios/issues/5621))
- MXKRoomDataSource: Enable usage of thread timelines. ([#5629](https://github.com/vector-im/element-ios/issues/5629))
🐛 Bugfixes
- Home Tab: Initial support for navigating through the room lists using voiceover. ([#1433](https://github.com/vector-im/element-ios/issues/1433))
- Authent: fix phone number validation through custom URL ([#3562](https://github.com/vector-im/element-ios/issues/3562))
- Fix registration to be compliant with the Matrix specification. This allows registering for accounts on Conduit servers. Contributed by @aaronraimist. ([#3736](https://github.com/vector-im/element-ios/issues/3736))
- Fix proximity sensor staying on and sleep timer staying disabled after call ends ([#4103](https://github.com/vector-im/element-ios/issues/4103))
- Fonts: Fix dynamic type only working after a fresh launch on SwiftUI views. ([#5027](https://github.com/vector-im/element-ios/issues/5027))
- Fixed arithmetical exception errors when changing poll responses. ([#5114](https://github.com/vector-im/element-ios/issues/5114))
- Wordings: Replace "kick" and all affiliate word by "remove" ([#5346](https://github.com/vector-im/element-ios/issues/5346))
- Markdown/HTML: Fix HTTP links containing Markdown formatting ([#5355](https://github.com/vector-im/element-ios/issues/5355))
- Message Bubbles: Fix read marker appearing part way thru a message. ([#5521](https://github.com/vector-im/element-ios/issues/5521))
- HomeViewController: Refresh section badges and tab bar badges on updates. ([#5537](https://github.com/vector-im/element-ios/issues/5537))
- Update the tintColor in ThemeV1 to sRGB to match the Compound and ThemeV2. ([#5545](https://github.com/vector-im/element-ios/issues/5545))
- Message bubbles: Increase text message width. ([#5550](https://github.com/vector-im/element-ios/issues/5550))
- Message bubbles: Fix edited text message `edited` link not working. ([#5553](https://github.com/vector-im/element-ios/issues/5553))
- Message bubbles: Fix horizontal lines between messages. ([#5555](https://github.com/vector-im/element-ios/issues/5555))
- App Launch: Fix a potential issue where the green spinner is kept on screen when the room lists are ready. ([#5559](https://github.com/vector-im/element-ios/issues/5559))
- Authentication: Fix reCaptcha failing to indicate success. ([#5602](https://github.com/vector-im/element-ios/issues/5602))
- Timeline: scroll to the bottom when opening a notification ([#5639](https://github.com/vector-im/element-ios/issues/5639))
Others
- Fixed or ignored various project warnings for better DevX ([#5513](https://github.com/vector-im/element-ios/pull/5513))
- SwiftGen: Objective-C support for assets helpers ([#5533](https://github.com/vector-im/element-ios/pull/5533))
- Fix introspect not being able to theme the SwiftUI navigation bars. ([#5556](https://github.com/vector-im/element-ios/pull/5556))
- Message bubbles: Reduce sender name bottom margin for text message. ([#5634](https://github.com/vector-im/element-ios/pull/5634))
- Message bubbles: Use layout constants instead magic numbers. ([#5409](https://github.com/vector-im/element-ios/issues/5409))
## Changes in 1.8.1 (2022-02-16)
🙌 Improvements
+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.22.1'
$matrixSDKVersion = '= 0.22.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.22.1):
- MatrixSDK/Core (= 0.22.1)
- MatrixSDK/Core (0.22.1):
- MatrixSDK (0.22.2):
- MatrixSDK/Core (= 0.22.2)
- MatrixSDK/Core (0.22.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.22.1):
- MatrixSDK/JingleCallStack (0.22.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.22.1)
- MatrixSDK/JingleCallStack (= 0.22.1)
- MatrixSDK (= 0.22.2)
- MatrixSDK/JingleCallStack (= 0.22.2)
- OLMKit
- PostHog (~> 1.4.4)
- ReadMoreTextView (~> 3.0.1)
@@ -208,7 +208,7 @@ SPEC CHECKSUMS:
libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75
LoggerAPI: ad9c4a6f1e32f518fdb43a1347ac14d765ab5e3d
Logging: beeb016c9c80cf77042d62e83495816847ef108b
MatrixSDK: 12c1a56e037f629e493cbcd615fd13cfc58cee3a
MatrixSDK: 4e7c8f0cfff3553e8dd60d97eef6b31653408ae7
OLMKit: 9fb4799c4a044dd2c06bda31ec31a12191ad30b5
PostHog: 4b6321b521569092d4ef3a02238d9435dbaeb99f
ReadMoreTextView: 19147adf93abce6d7271e14031a00303fe28720d
@@ -225,6 +225,6 @@ SPEC CHECKSUMS:
zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c
ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb
PODFILE CHECKSUM: 03d59acfc44f69c0727a98aff6c5cbc2470844ef
PODFILE CHECKSUM: 093d29092285618a84be5d5abb772c15cb7dcba5
COCOAPODS: 1.11.2
-1
View File
@@ -1 +0,0 @@
Home Tab: Initial support for navigating through the room lists using voiceover.
-1
View File
@@ -1 +0,0 @@
Authent: fix phone number validation through custom URL
-1
View File
@@ -1 +0,0 @@
Fix registration to be compliant with the Matrix specification. This allows registering for accounts on Conduit servers. Contributed by @aaronraimist.
-1
View File
@@ -1 +0,0 @@
Fix proximity sensor staying on and sleep timer staying disabled after call ends
-1
View File
@@ -1 +0,0 @@
ActivityCenter: Use ActivityCenter to show loading indicators on the home screen (in DEBUG builds only)
-1
View File
@@ -1 +0,0 @@
Fonts: Fix dynamic type only working after a fresh launch on SwiftUI views.
-1
View File
@@ -1 +0,0 @@
Fixed arithmetical exception errors when changing poll responses.
-1
View File
@@ -1 +0,0 @@
Enabled poll editing and undisclosed polls. Added support for unstable poll prefixes.
-1
View File
@@ -1 +0,0 @@
Add Onboarding Use Case selection screen after the splash screen.
-1
View File
@@ -1 +0,0 @@
Filter: update placeholder text and icon
-1
View File
@@ -1 +0,0 @@
Create Room: Update avatar placeholder & add remove button
-1
View File
@@ -1 +0,0 @@
Wordings: Replace "kick" and all affiliate word by "remove"
-1
View File
@@ -1 +0,0 @@
Markdown/HTML: Fix HTTP links containing Markdown formatting
-1
View File
@@ -1 +0,0 @@
Message bubbles: Use layout constants instead magic numbers.
-1
View File
@@ -1 +0,0 @@
Search: remove bubbles background
-1
View File
@@ -1 +0,0 @@
Exclude all files and directories from iCloud and iTunes backup
-1
View File
@@ -1 +0,0 @@
Message Bubbles: Fix read marker appearing part way thru a message.
-1
View File
@@ -1 +0,0 @@
HomeViewController: Refresh section badges and tab bar badges on updates.
-1
View File
@@ -1 +0,0 @@
ThreadListViewModel: Use new apis to fetch threads.
-1
View File
@@ -1 +0,0 @@
Update the tintColor in ThemeV1 to sRGB to match the Compound and ThemeV2.
-1
View File
@@ -1 +0,0 @@
Message bubbles: Increase text message width.
-1
View File
@@ -1 +0,0 @@
Message bubbles: Fix edited text message `edited` link not working.
-1
View File
@@ -1 +0,0 @@
Message bubbles: Fix horizontal lines between messages.
-1
View File
@@ -1 +0,0 @@
App Launch: Fix a potential issue where the green spinner is kept on screen when the room lists are ready.
-1
View File
@@ -1 +0,0 @@
Search: Use bundled aggregations if provided.
-1
View File
@@ -1 +0,0 @@
MXKRoomDataSource: Stop pagination in a thread when the root event received.
-1
View File
@@ -1 +0,0 @@
Add support for UserProperties to analytics and capture FTUE use case selection.
-1
View File
@@ -1 +0,0 @@
Authentication: Fix reCaptcha failing to indicate success.
-1
View File
@@ -1 +0,0 @@
Add attribution to location sharing maps.
-1
View File
@@ -1 +0,0 @@
Onboarding: Use a different green spinner during onboarding and use the one presented by the LegacyAppDelegate only when logged in.
-1
View File
@@ -1 +0,0 @@
MXKRoomDataSource: Enable usage of thread timelines.
-1
View File
@@ -1 +0,0 @@
Timeline: scroll to the bottom when opening a notification
-1
View File
@@ -1 +0,0 @@
Fixed or ignored various project warnings for better DevX
-1
View File
@@ -1 +0,0 @@
SwiftGen: Objective-C support for assets helpers
-1
View File
@@ -1 +0,0 @@
Fix introspect not being able to theme the SwiftUI navigation bars.
-1
View File
@@ -1 +0,0 @@
Message bubbles: Reduce sender name bottom margin for text message.