mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-12 18:59:59 +02:00
Merge branch 'master' into develop
This commit is contained in:
+43
@@ -1,3 +1,46 @@
|
||||
## Changes in 1.8.25 (2022-08-09)
|
||||
|
||||
🙌 Improvements
|
||||
|
||||
- Upgrade MatrixSDK version ([v0.23.14](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.23.14)).
|
||||
- App Layout: Feature flag new App Layout ([#6406](https://github.com/vector-im/element-ios/issues/6406))
|
||||
- App Layout: Update All chats screen with latest design ([#6407](https://github.com/vector-im/element-ios/issues/6407))
|
||||
- App Layout: Change the App theme according to new design ([#6409](https://github.com/vector-im/element-ios/issues/6409))
|
||||
- App Layout: Implemented the new Space selector bottom sheet ([#6410](https://github.com/vector-im/element-ios/issues/6410))
|
||||
- Authentication: Update the ReCaptcha icon. ([#6427](https://github.com/vector-im/element-ios/issues/6427))
|
||||
- Location sharing: Improve live location sharing expanded map state when no more live location shares. ([#6488](https://github.com/vector-im/element-ios/issues/6488))
|
||||
- Location sharing: Render fallback UI when tile server unavailable. ([#6493](https://github.com/vector-im/element-ios/issues/6493))
|
||||
- In-app notifications will now also be delivered to Notification Centre. ([#6503](https://github.com/vector-im/element-ios/issues/6503))
|
||||
- Authentication: Don't show personalisation steps after registering with a generic SSO provider. ([#6530](https://github.com/vector-im/element-ios/issues/6530))
|
||||
|
||||
🐛 Bugfixes
|
||||
|
||||
- Room Directory: Show the "switch" button even if there are no public rooms in the homeserver's room directory. ([#4700](https://github.com/vector-im/element-ios/issues/4700))
|
||||
- Share Extension: Fix a bug where sending multiple images sometimes resulted in additional duplicates being sent. ([#5922](https://github.com/vector-im/element-ios/issues/5922))
|
||||
- Stop using an ephemeral web browser session for SSO authentication. ([#6462](https://github.com/vector-im/element-ios/issues/6462))
|
||||
- Media Attachments Viewer: Fixed an issue where dismissing GIFs would show the WebView playing the animation below the interaction transition animation. ([#6475](https://github.com/vector-im/element-ios/issues/6475))
|
||||
- Media: Fix a bug where the navigation bar shown when viewing an image wasn't taking the safe area into account. ([#6486](https://github.com/vector-im/element-ios/issues/6486))
|
||||
- Home: Use the correct status bar colour when using the dark theme with dark mode disabled. ([#6487](https://github.com/vector-im/element-ios/issues/6487))
|
||||
- Authentication: Always start a new authentication flow with the default homeserver (or the provisioning link if set). ([#6489](https://github.com/vector-im/element-ios/issues/6489))
|
||||
- Universal Links: Fix an infinite loop when handling a universal link for an unjoined room (or in some cases a crash). ([#6492](https://github.com/vector-im/element-ios/issues/6492))
|
||||
- App Layout: Conditionally hide favourite and people list tabs ([#6515](https://github.com/vector-im/element-ios/issues/6515))
|
||||
- Apply current theme to all the UI components ([#6526](https://github.com/vector-im/element-ios/issues/6526))
|
||||
- Some UI tweaks for New App Layout ([#6534](https://github.com/vector-im/element-ios/issues/6534))
|
||||
- Widgets: Fix a crash when loading the widget manager. ([#6539](https://github.com/vector-im/element-ios/issues/6539))
|
||||
|
||||
⚠️ API Changes
|
||||
|
||||
- Update the app's bundle name to show Element during SSO. ([#6462](https://github.com/vector-im/element-ios/issues/6462))
|
||||
|
||||
📄 Documentation
|
||||
|
||||
- Add docs/Customisation.md. ([#6473](https://github.com/vector-im/element-ios/issues/6473))
|
||||
|
||||
🚧 In development 🚧
|
||||
|
||||
- App Layout: Edit layout experiment ([#6079](https://github.com/vector-im/element-ios/issues/6079))
|
||||
|
||||
|
||||
## Changes in 1.8.24 (2022-07-26)
|
||||
|
||||
✨ Features
|
||||
|
||||
@@ -16,7 +16,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.13'
|
||||
$matrixSDKVersion = '= 0.23.14'
|
||||
# $matrixSDKVersion = :local
|
||||
# $matrixSDKVersion = { :branch => 'develop'}
|
||||
# $matrixSDKVersion = { :specHash => { git: 'https://git.io/fork123', branch: 'fix' } }
|
||||
|
||||
+9
-9
@@ -56,9 +56,9 @@ PODS:
|
||||
- LoggerAPI (1.9.200):
|
||||
- Logging (~> 1.1)
|
||||
- Logging (1.4.0)
|
||||
- MatrixSDK (0.23.13):
|
||||
- MatrixSDK/Core (= 0.23.13)
|
||||
- MatrixSDK/Core (0.23.13):
|
||||
- MatrixSDK (0.23.14):
|
||||
- MatrixSDK/Core (= 0.23.14)
|
||||
- MatrixSDK/Core (0.23.14):
|
||||
- AFNetworking (~> 4.0.0)
|
||||
- GZIP (~> 1.3.0)
|
||||
- libbase58 (~> 0.1.4)
|
||||
@@ -66,9 +66,9 @@ PODS:
|
||||
- OLMKit (~> 3.2.5)
|
||||
- Realm (= 10.27.0)
|
||||
- SwiftyBeaver (= 1.9.5)
|
||||
- MatrixSDK/CryptoSDK (0.23.13):
|
||||
- MatrixSDK/CryptoSDK (0.23.14):
|
||||
- MatrixSDKCrypto (= 0.1.0)
|
||||
- MatrixSDK/JingleCallStack (0.23.13):
|
||||
- MatrixSDK/JingleCallStack (0.23.14):
|
||||
- JitsiMeetSDK (= 5.0.2)
|
||||
- MatrixSDK/Core
|
||||
- MatrixSDKCrypto (0.1.0)
|
||||
@@ -123,8 +123,8 @@ DEPENDENCIES:
|
||||
- KeychainAccess (~> 4.2.2)
|
||||
- KTCenterFlowLayout (~> 1.3.1)
|
||||
- libPhoneNumber-iOS (~> 0.9.13)
|
||||
- MatrixSDK (= 0.23.13)
|
||||
- MatrixSDK/JingleCallStack (= 0.23.13)
|
||||
- MatrixSDK (= 0.23.14)
|
||||
- MatrixSDK/JingleCallStack (= 0.23.14)
|
||||
- OLMKit
|
||||
- PostHog (~> 1.4.4)
|
||||
- ReadMoreTextView (~> 3.0.1)
|
||||
@@ -221,7 +221,7 @@ SPEC CHECKSUMS:
|
||||
libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75
|
||||
LoggerAPI: ad9c4a6f1e32f518fdb43a1347ac14d765ab5e3d
|
||||
Logging: beeb016c9c80cf77042d62e83495816847ef108b
|
||||
MatrixSDK: 4e14176a819982d9aec9d19e30afad9f63968a32
|
||||
MatrixSDK: a62f8aafa25623f261599fdc2e734043da548440
|
||||
MatrixSDKCrypto: 4b9146d5ef484550341be056a164c6930038028e
|
||||
OLMKit: 9fb4799c4a044dd2c06bda31ec31a12191ad30b5
|
||||
PostHog: 4b6321b521569092d4ef3a02238d9435dbaeb99f
|
||||
@@ -241,6 +241,6 @@ SPEC CHECKSUMS:
|
||||
zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c
|
||||
ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb
|
||||
|
||||
PODFILE CHECKSUM: c7d08e5d0654296048d53c9c6720783efcf897bd
|
||||
PODFILE CHECKSUM: 010dde83f230d559fc7987ccdbb0f0069418a319
|
||||
|
||||
COCOAPODS: 1.11.2
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Scheme
|
||||
LastUpgradeVersion = "1200"
|
||||
version = "1.3">
|
||||
version = "1.7">
|
||||
<BuildAction
|
||||
parallelizeBuildables = "YES"
|
||||
buildImplicitDependencies = "YES">
|
||||
buildImplicitDependencies = "YES"
|
||||
runPostActionsOnFailure = "NO">
|
||||
<BuildActionEntries>
|
||||
<BuildActionEntry
|
||||
buildForTesting = "YES"
|
||||
@@ -15,7 +16,7 @@
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "57B13CC4586E9D43ED24DE1E"
|
||||
BuildableName = "Element.app"
|
||||
BuildableName = "Riot.app"
|
||||
BlueprintName = "Riot"
|
||||
ReferencedContainer = "container:Riot.xcodeproj">
|
||||
</BuildableReference>
|
||||
@@ -27,12 +28,13 @@
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
disableMainThreadChecker = "YES">
|
||||
disableMainThreadChecker = "YES"
|
||||
onlyGenerateCoverageForSpecifiedTargets = "NO">
|
||||
<MacroExpansion>
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "57B13CC4586E9D43ED24DE1E"
|
||||
BuildableName = "Element.app"
|
||||
BuildableName = "Riot.app"
|
||||
BlueprintName = "Riot"
|
||||
ReferencedContainer = "container:Riot.xcodeproj">
|
||||
</BuildableReference>
|
||||
@@ -49,6 +51,8 @@
|
||||
</BuildableReference>
|
||||
</TestableReference>
|
||||
</Testables>
|
||||
<CommandLineArguments>
|
||||
</CommandLineArguments>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
buildConfiguration = "Debug"
|
||||
@@ -66,11 +70,13 @@
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "57B13CC4586E9D43ED24DE1E"
|
||||
BuildableName = "Element.app"
|
||||
BuildableName = "Riot.app"
|
||||
BlueprintName = "Riot"
|
||||
ReferencedContainer = "container:Riot.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
<CommandLineArguments>
|
||||
</CommandLineArguments>
|
||||
</LaunchAction>
|
||||
<ProfileAction
|
||||
buildConfiguration = "Release"
|
||||
@@ -83,11 +89,13 @@
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "57B13CC4586E9D43ED24DE1E"
|
||||
BuildableName = "Element.app"
|
||||
BuildableName = "Riot.app"
|
||||
BlueprintName = "Riot"
|
||||
ReferencedContainer = "container:Riot.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
<CommandLineArguments>
|
||||
</CommandLineArguments>
|
||||
</ProfileAction>
|
||||
<AnalyzeAction
|
||||
buildConfiguration = "Debug">
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Room Directory: Show the "switch" button even if there are no public rooms in the homeserver's room directory.
|
||||
@@ -1 +0,0 @@
|
||||
Share Extension: Fix a bug where sending multiple images sometimes resulted in additional duplicates being sent.
|
||||
@@ -1 +0,0 @@
|
||||
App Layout: Edit layout experiment
|
||||
@@ -1 +0,0 @@
|
||||
App Layout: Feature flag new App Layout
|
||||
@@ -1 +0,0 @@
|
||||
App Layout: Update All chats screen with latest design
|
||||
@@ -1 +0,0 @@
|
||||
App Layout: Change the App theme according to new design
|
||||
@@ -1 +0,0 @@
|
||||
App Layout: Implemented the new Space selector bottom sheet
|
||||
@@ -1 +0,0 @@
|
||||
Authentication: Update the ReCaptcha icon.
|
||||
@@ -1 +0,0 @@
|
||||
Update the app's bundle name to show Element during SSO.
|
||||
@@ -1 +0,0 @@
|
||||
Stop using an ephemeral web browser session for SSO authentication.
|
||||
@@ -1 +0,0 @@
|
||||
Add docs/Customisation.md.
|
||||
@@ -1 +0,0 @@
|
||||
Media Attachments Viewer: Fixed an issue where dismissing GIFs would show the WebView playing the animation below the interaction transition animation.
|
||||
@@ -1 +0,0 @@
|
||||
Media: Fix a bug where the navigation bar shown when viewing an image wasn't taking the safe area into account.
|
||||
@@ -1 +0,0 @@
|
||||
Home: Use the correct status bar colour when using the dark theme with dark mode disabled.
|
||||
@@ -1 +0,0 @@
|
||||
Location sharing: Improve live location sharing expanded map state when no more live location shares.
|
||||
@@ -1 +0,0 @@
|
||||
Authentication: Always start a new authentication flow with the default homeserver (or the provisioning link if set).
|
||||
@@ -1 +0,0 @@
|
||||
Universal Links: Fix an infinite loop when handling a universal link for an unjoined room (or in some cases a crash).
|
||||
@@ -1 +0,0 @@
|
||||
Location sharing: Render fallback UI when tile server unavailable.
|
||||
@@ -1 +0,0 @@
|
||||
In-app notifications will now also be delivered to Notification Centre.
|
||||
@@ -1 +0,0 @@
|
||||
App Layout: Conditionally hide favourite and people list tabs
|
||||
@@ -1 +0,0 @@
|
||||
Apply current theme to all the UI components
|
||||
@@ -1 +0,0 @@
|
||||
Authentication: Don't show personalisation steps after registering with a generic SSO provider.
|
||||
@@ -1 +0,0 @@
|
||||
Some UI tweaks for New App Layout
|
||||
@@ -1 +0,0 @@
|
||||
Widgets: Fix a crash when loading the widget manager.
|
||||
Reference in New Issue
Block a user