Merge branch 'master' into develop

This commit is contained in:
Doug
2022-02-09 18:41:43 +00:00
32 changed files with 64 additions and 39 deletions
+49
View File
@@ -1,3 +1,52 @@
## Changes in 1.8.0 (2022-02-09)
✨ Features
- Threads: Add `View in room` action to the thread root event. ([#5117](https://github.com/vector-im/element-ios/issues/5117))
- Add a splash screen before authentication is shown. ([#5159](https://github.com/vector-im/element-ios/issues/5159))
- Remove location sharing settings entry and enable it by default. Add .well-known configuration support for tile server and map styles. ([#5298](https://github.com/vector-im/element-ios/issues/5298))
🙌 Improvements
- Show target user avatars for collapsed membership changes ([#4148](https://github.com/vector-im/element-ios/pull/4148))
- Updated available emojis with data from https://github.com/missive/emoji-mart/blob/master/data/apple.json ([#5517](https://github.com/vector-im/element-ios/pull/5517))
- Upgrade MatrixSDK version ([v0.22.0](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.22.0)).
- Permalinks: Create for thread events & handle navigations. ([#5094](https://github.com/vector-im/element-ios/issues/5094))
- Search: Navigate to thread view for search results in threads. ([#5095](https://github.com/vector-im/element-ios/issues/5095))
- Search: display matching pattern with a highlight color ([#5252](https://github.com/vector-im/element-ios/issues/5252))
🐛 Bugfixes
- Share: Handle jpeg and png UTType properly ([#3636](https://github.com/vector-im/element-ios/issues/3636))
- Timeline: automatically scroll timeline to the bottom when opening a room or rotating device. ([#4524](https://github.com/vector-im/element-ios/issues/4524))
- Fix bugs when building with Xcode 13: bar appearance / header padding / space avatar content size. Additionally, use UIKit context menus on the home screen. ([#4883](https://github.com/vector-im/element-ios/issues/4883))
- joining a space seemed to noop ([#5171](https://github.com/vector-im/element-ios/issues/5171))
- Accepting a Space Invite has shouty button labels ([#5175](https://github.com/vector-im/element-ios/issues/5175))
- RoomDataSource: Avoid reloading of data source on thread screen itself. ([#5263](https://github.com/vector-im/element-ios/issues/5263))
- MXKAccount: Gracefully pause the session. ([#5426](https://github.com/vector-im/element-ios/issues/5426))
- HomeViewController: Reload section if total number of rooms changed. ([#5448](https://github.com/vector-im/element-ios/issues/5448))
- Selecting Transfer in a call should immediately put the the other person on hold until the call connects or the Transfer is cancelled. ([#5451](https://github.com/vector-im/element-ios/issues/5451))
- Avatar view prevents to select space in space list ([#5454](https://github.com/vector-im/element-ios/issues/5454))
- Fixes media library freezing under iOS 15.2. ([#5465](https://github.com/vector-im/element-ios/issues/5465))
- Room Settings: Fix incorrect header title. ([#5525](https://github.com/vector-im/element-ios/issues/5525))
🗣 Translations
- Localisation: Add Indonesian and Slovak languages. ([#5048](https://github.com/vector-im/element-ios/issues/5048))
🧱 Build
- Fix CI builds for external contributors using forked repos. ([#5496](https://github.com/vector-im/element-ios/pull/5496), [#5491](https://github.com/vector-im/element-ios/issues/5491))
- Use Xcode 13.2 to build the project. ([#4883](https://github.com/vector-im/element-ios/issues/4883))
Others
- Add WIP to towncrier. ([#5446](https://github.com/vector-im/element-ios/pull/5446))
- Add a simple screen SwiftUI template. ([#5349](https://github.com/vector-im/element-ios/issues/5349))
- Added a new automation for FTUE and WTF Project boards ([#5493](https://github.com/vector-im/element-ios/issues/5493))
- Fix the indentation in the project board automation file on FTU and WTF labels ([#5504](https://github.com/vector-im/element-ios/issues/5504))
## Changes in 1.7.0 (2022-01-25)
✨ Features
+2 -2
View File
@@ -15,5 +15,5 @@
//
// Version
MARKETING_VERSION = 1.7.1
CURRENT_PROJECT_VERSION = 1.7.1
MARKETING_VERSION = 1.8.0
CURRENT_PROJECT_VERSION = 1.8.0
+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.21.0'
$matrixSDKVersion = '= 0.22.0'
# $matrixSDKVersion = :local
# $matrixSDKVersion = { :branch => 'develop'}
# $matrixSDKVersion = { :specHash => { git: 'https://git.io/fork123', branch: 'fix' } }
+12 -8
View File
@@ -57,16 +57,16 @@ PODS:
- LoggerAPI (1.9.200):
- Logging (~> 1.1)
- Logging (1.4.0)
- MatrixSDK (0.21.0):
- MatrixSDK/Core (= 0.21.0)
- MatrixSDK/Core (0.21.0):
- MatrixSDK (0.22.0):
- MatrixSDK/Core (= 0.22.0)
- MatrixSDK/Core (0.22.0):
- 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.21.0):
- MatrixSDK/JingleCallStack (0.22.0):
- JitsiMeetSDK (= 3.10.2)
- MatrixSDK/Core
- OLMKit (3.2.5):
@@ -95,6 +95,7 @@ PODS:
- LoggerAPI (~> 1.7)
- SwiftLint (0.44.0)
- SwiftyBeaver (1.9.5)
- UICollectionViewRightAlignedLayout (0.0.3)
- WeakDictionary (2.0.2)
- zxcvbn-ios (1.0.4)
- ZXingObjC (3.6.5):
@@ -116,8 +117,8 @@ DEPENDENCIES:
- KeychainAccess (~> 4.2.2)
- KTCenterFlowLayout (~> 1.3.1)
- libPhoneNumber-iOS (~> 0.9.13)
- MatrixSDK (= 0.21.0)
- MatrixSDK/JingleCallStack (= 0.21.0)
- MatrixSDK (= 0.22.0)
- MatrixSDK/JingleCallStack (= 0.22.0)
- OLMKit
- PostHog (~> 1.4.4)
- ReadMoreTextView (~> 3.0.1)
@@ -127,6 +128,7 @@ DEPENDENCIES:
- SwiftGen (~> 6.3)
- SwiftJWT (~> 3.6.200)
- SwiftLint (~> 0.44.0)
- UICollectionViewRightAlignedLayout (~> 0.0.3)
- WeakDictionary (~> 2.0)
- zxcvbn-ios
- ZXingObjC (~> 3.6.5)
@@ -169,6 +171,7 @@ SPEC REPOS:
- SwiftJWT
- SwiftLint
- SwiftyBeaver
- UICollectionViewRightAlignedLayout
- WeakDictionary
- zxcvbn-ios
- ZXingObjC
@@ -209,7 +212,7 @@ SPEC CHECKSUMS:
libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75
LoggerAPI: ad9c4a6f1e32f518fdb43a1347ac14d765ab5e3d
Logging: beeb016c9c80cf77042d62e83495816847ef108b
MatrixSDK: cd98e3e4287b8a4f3a5bb47642beae80e8f62534
MatrixSDK: 21201cd007145d96beff24cc7f9727ced497c3fd
OLMKit: 9fb4799c4a044dd2c06bda31ec31a12191ad30b5
PostHog: 4b6321b521569092d4ef3a02238d9435dbaeb99f
ReadMoreTextView: 19147adf93abce6d7271e14031a00303fe28720d
@@ -221,10 +224,11 @@ SPEC CHECKSUMS:
SwiftJWT: 88c412708f58c169d431d344c87bc79a87c830ae
SwiftLint: e96c0a8c770c7ebbc4d36c55baf9096bb65c4584
SwiftyBeaver: 84069991dd5dca07d7069100985badaca7f0ce82
UICollectionViewRightAlignedLayout: 823eef8c567eba4a44c21bc2ffcb0d0d5f361e2d
WeakDictionary: 8cd038acd77e5d54ca4ebaec3d20853d732b45e0
zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c
ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb
PODFILE CHECKSUM: 39329dd448eb0ad10c396f84f854a18962ab1fc4
PODFILE CHECKSUM: 2a13c9d4f4894152af066c746582fde2e731cbff
COCOAPODS: 1.11.2
-1
View File
@@ -1 +0,0 @@
Share: Handle jpeg and png UTType properly
-1
View File
@@ -1 +0,0 @@
Timeline: automatically scroll timeline to the bottom when opening a room or rotating device.
-1
View File
@@ -1 +0,0 @@
Fix bugs when building with Xcode 13: bar appearance / header padding / space avatar content size. Additionally, use UIKit context menus on the home screen.
-1
View File
@@ -1 +0,0 @@
Use Xcode 13.2 to build the project.
-1
View File
@@ -1 +0,0 @@
Localisation: Add Indonesian and Slovak languages.
-1
View File
@@ -1 +0,0 @@
Permalinks: Create for thread events & handle navigations.
-1
View File
@@ -1 +0,0 @@
Search: Navigate to thread view for search results in threads.
-1
View File
@@ -1 +0,0 @@
Threads: Add `View in room` action to the thread root event.
-1
View File
@@ -1 +0,0 @@
Add a splash screen before authentication is shown.
-1
View File
@@ -1 +0,0 @@
joining a space seemed to noop
-1
View File
@@ -1 +0,0 @@
Accepting a Space Invite has shouty button labels
-1
View File
@@ -1 +0,0 @@
Search: display matching pattern with a highlight color
-1
View File
@@ -1 +0,0 @@
RoomDataSource: Avoid reloading of data source on thread screen itself.
-1
View File
@@ -1 +0,0 @@
Remove location sharing settings entry and enable it by default. Add .well-known configuration support for tile server and map styles.
-1
View File
@@ -1 +0,0 @@
Add a simple screen SwiftUI template.
-1
View File
@@ -1 +0,0 @@
MXKAccount: Gracefully pause the session.
-1
View File
@@ -1 +0,0 @@
HomeViewController: Reload section if total number of rooms changed.
-1
View File
@@ -1 +0,0 @@
Selecting Transfer in a call should immediately put the the other person on hold until the call connects or the Transfer is cancelled.
-1
View File
@@ -1 +0,0 @@
Avatar view prevents to select space in space list
-1
View File
@@ -1 +0,0 @@
Fixes media library freezing under iOS 15.2.
-1
View File
@@ -1 +0,0 @@
Fix CI builds for external contributors using forked repos.
-1
View File
@@ -1 +0,0 @@
Added a new automation for FTUE and WTF Project boards
-1
View File
@@ -1 +0,0 @@
Fix the indentation in the project board automation file on FTU and WTF labels
-1
View File
@@ -1 +0,0 @@
Room Settings: Fix incorrect header title.
-1
View File
@@ -1 +0,0 @@
Show target user avatars for collapsed membership changes
-1
View File
@@ -1 +0,0 @@
Add WIP to towncrier.
-1
View File
@@ -1 +0,0 @@
Fix CI builds for external contributors using forked repos.
-1
View File
@@ -1 +0,0 @@
Updated available emojis with data from https://github.com/missive/emoji-mart/blob/master/data/apple.json