Merge branch 'release/v0.11.0' into develop

This commit is contained in:
manuroe 2020-04-17 19:04:38 +02:00
commit ac25572452
3 changed files with 24 additions and 38 deletions

View file

@ -1,9 +1,11 @@
Changes in 0.11.0 (2020-xx-xx) Changes in 0.11.0 (2020-04-17)
=============================================== ===============================================
Improvements: Improvements:
* E2E: Do not warn anymore for unknown devices * Upgrade MatrixKit version ([v0.12.0](https://github.com/matrix-org/matrix-ios-kit/releases/tag/v0.12.0)).
* ON/OFF Cross-signing development in a Lab setting (#2855). * Crypto: Enable E2EE by default for DM
* Crypto: Cross-signing support
* Crypto: Do not warn anymore for unknown devices. Trust on First Use.
* RoomVC: Update encryption decoration with shields (#2934, #2930, #2906). * RoomVC: Update encryption decoration with shields (#2934, #2930, #2906).
* Settings: Remove "End-to-End Encryption" from the LABS section (#2941). * Settings: Remove "End-to-End Encryption" from the LABS section (#2941).
* Room decoration: Use shields instead of padlocks (#2906). * Room decoration: Use shields instead of padlocks (#2906).

View file

@ -7,7 +7,7 @@ use_frameworks!
# Different flavours of pods to MatrixKit # Different flavours of pods to MatrixKit
# The current MatrixKit pod version # The current MatrixKit pod version
$matrixKitVersion = '0.11.4' $matrixKitVersion = '0.12.0'
# The develop branch version # The develop branch version
#$matrixKitVersion = 'develop' #$matrixKitVersion = 'develop'

View file

@ -50,41 +50,38 @@ PODS:
- MatomoTracker (7.2.0): - MatomoTracker (7.2.0):
- MatomoTracker/Core (= 7.2.0) - MatomoTracker/Core (= 7.2.0)
- MatomoTracker/Core (7.2.0) - MatomoTracker/Core (7.2.0)
- MatrixKit (0.11.4): - MatrixKit (0.12.0):
- cmark (~> 0.24.1) - cmark (~> 0.24.1)
- DTCoreText (~> 1.6.21) - DTCoreText (~> 1.6.21)
- HPGrowingTextView (~> 1.1) - HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.13) - libPhoneNumber-iOS (~> 0.9.13)
- MatrixKit/Core (= 0.11.4) - MatrixKit/Core (= 0.12.0)
- MatrixSDK (= 0.15.2) - MatrixSDK (= 0.16.0)
- SwiftUTI (~> 1.0.6) - MatrixKit/AppExtension (0.12.0):
- MatrixKit/AppExtension (0.11.4):
- cmark (~> 0.24.1) - cmark (~> 0.24.1)
- DTCoreText (~> 1.6.21) - DTCoreText (~> 1.6.21)
- DTCoreText/Extension - DTCoreText/Extension
- HPGrowingTextView (~> 1.1) - HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.13) - libPhoneNumber-iOS (~> 0.9.13)
- MatrixSDK (= 0.15.2) - MatrixSDK (= 0.16.0)
- SwiftUTI (~> 1.0.6) - MatrixKit/Core (0.12.0):
- MatrixKit/Core (0.11.4):
- cmark (~> 0.24.1) - cmark (~> 0.24.1)
- DTCoreText (~> 1.6.21) - DTCoreText (~> 1.6.21)
- HPGrowingTextView (~> 1.1) - HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.13) - libPhoneNumber-iOS (~> 0.9.13)
- MatrixSDK (= 0.15.2) - MatrixSDK (= 0.16.0)
- SwiftUTI (~> 1.0.6) - MatrixSDK (0.16.0):
- MatrixSDK (0.15.2): - MatrixSDK/Core (= 0.16.0)
- MatrixSDK/Core (= 0.15.2) - MatrixSDK/Core (0.16.0):
- MatrixSDK/Core (0.15.2):
- AFNetworking (~> 3.2.0) - AFNetworking (~> 3.2.0)
- GZIP (~> 1.2.2) - GZIP (~> 1.2.2)
- libbase58 (~> 0.1.4) - libbase58 (~> 0.1.4)
- OLMKit (~> 3.1.0) - OLMKit (~> 3.1.0)
- Realm (~> 3.17.3) - Realm (~> 3.17.3)
- MatrixSDK/JingleCallStack (0.15.2): - MatrixSDK/JingleCallStack (0.16.0):
- JitsiMeetSDK (~> 2.3.1) - JitsiMeetSDK (~> 2.3.1)
- MatrixSDK/Core - MatrixSDK/Core
- MatrixSDK/SwiftSupport (0.15.2): - MatrixSDK/SwiftSupport (0.16.0):
- MatrixSDK/Core - MatrixSDK/Core
- OLMKit (3.1.0): - OLMKit (3.1.0):
- OLMKit/olmc (= 3.1.0) - OLMKit/olmc (= 3.1.0)
@ -101,7 +98,6 @@ PODS:
- Reusable/View (4.1.0) - Reusable/View (4.1.0)
- SwiftGen (6.1.0) - SwiftGen (6.1.0)
- SwiftLint (0.36.0) - SwiftLint (0.36.0)
- SwiftUTI (1.0.7)
- zxcvbn-ios (1.0.4) - zxcvbn-ios (1.0.4)
- ZXingObjC (3.6.5): - ZXingObjC (3.6.5):
- ZXingObjC/All (= 3.6.5) - ZXingObjC/All (= 3.6.5)
@ -113,15 +109,14 @@ DEPENDENCIES:
- GBDeviceInfo (~> 6.3.0) - GBDeviceInfo (~> 6.3.0)
- KTCenterFlowLayout (~> 1.3.1) - KTCenterFlowLayout (~> 1.3.1)
- MatomoTracker (~> 7.2.0) - MatomoTracker (~> 7.2.0)
- MatrixKit (= 0.11.4) - MatrixKit (= 0.12.0)
- MatrixKit/AppExtension (= 0.11.4) - MatrixKit/AppExtension (= 0.12.0)
- MatrixSDK/JingleCallStack - MatrixSDK/JingleCallStack
- MatrixSDK/SwiftSupport - MatrixSDK/SwiftSupport
- OLMKit - OLMKit
- Reusable (~> 4.1) - Reusable (~> 4.1)
- SwiftGen (~> 6.1) - SwiftGen (~> 6.1)
- SwiftLint (~> 0.36.0) - SwiftLint (~> 0.36.0)
- SwiftUTI (from `https://github.com/speramusinc/SwiftUTI.git`, branch `master`)
- zxcvbn-ios - zxcvbn-ios
- ZXingObjC (~> 3.6.5) - ZXingObjC (~> 3.6.5)
@ -150,16 +145,6 @@ SPEC REPOS:
- zxcvbn-ios - zxcvbn-ios
- ZXingObjC - ZXingObjC
EXTERNAL SOURCES:
SwiftUTI:
:branch: master
:git: https://github.com/speramusinc/SwiftUTI.git
CHECKOUT OPTIONS:
SwiftUTI:
:commit: b6b46942fb3aad819610851f62a70e17a528444e
:git: https://github.com/speramusinc/SwiftUTI.git
SPEC CHECKSUMS: SPEC CHECKSUMS:
AFNetworking: b6f891fdfaed196b46c7a83cf209e09697b94057 AFNetworking: b6f891fdfaed196b46c7a83cf209e09697b94057
cmark: 1d9ad0375e3b9fa281732e992467903606015520 cmark: 1d9ad0375e3b9fa281732e992467903606015520
@ -174,17 +159,16 @@ SPEC CHECKSUMS:
libbase58: 7c040313537b8c44b6e2d15586af8e21f7354efd libbase58: 7c040313537b8c44b6e2d15586af8e21f7354efd
libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75 libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75
MatomoTracker: 6f89e2561083685a360e223fb663e9ccd57c1d1a MatomoTracker: 6f89e2561083685a360e223fb663e9ccd57c1d1a
MatrixKit: 3db15f216e2de4d53b1405434028d44f42d4af22 MatrixKit: 2ae83c621caf3c11681e00a0b802086ac4d1106c
MatrixSDK: f83bd3c5519c1cb9ac3998f6423574cf528f0250 MatrixSDK: caad3d93c665163d9d414f6876e9a7d220c6c46f
OLMKit: 4ee0159d63feeb86d836fdcfefe418e163511639 OLMKit: 4ee0159d63feeb86d836fdcfefe418e163511639
Realm: 5a1d9d47bfc101dd597668b1a8af4288a2557f6d Realm: 5a1d9d47bfc101dd597668b1a8af4288a2557f6d
Reusable: 82be188f29d96dc5eff0db7b2393bcc08d2cdd5b Reusable: 82be188f29d96dc5eff0db7b2393bcc08d2cdd5b
SwiftGen: f872ca75cbd17bf7103c17f13dcfa0d9a15667b0 SwiftGen: f872ca75cbd17bf7103c17f13dcfa0d9a15667b0
SwiftLint: fc9859e4e1752340664851f667bb1898b9c90114 SwiftLint: fc9859e4e1752340664851f667bb1898b9c90114
SwiftUTI: 917993c124f8eac25e88ced0202fc58d7eb50fa8
zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c
ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb
PODFILE CHECKSUM: 423280392fb3008372e2b92282dd0c08e4039c6f PODFILE CHECKSUM: 6f647ad2f6c765719fd7e9a5d1e9e77e797d328f
COCOAPODS: 1.8.4 COCOAPODS: 1.9.1