Skip to content

Commit f823ab9

Browse files
committed
Merge branch 'release/1.11.19/master'
2 parents fa72182 + ab45f6c commit f823ab9

File tree

2,322 files changed

+9011
-28927
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,322 files changed

+9011
-28927
lines changed

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Changes in 1.11.19 (2024-10-15)
2+
3+
No significant changes.
4+
5+
16
## Changes in 1.11.18 (2024-09-17)
27

38
🙌 Improvements

CommonKit/CommonKit.h

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
//
2-
// Copyright 2021 New Vector Ltd
2+
// Copyright 2021-2024 New Vector Ltd.
33
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// Unless required by applicable law or agreed to in writing, software
11-
// distributed under the License is distributed on an "AS IS" BASIS,
12-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
// See the License for the specific language governing permissions and
14-
// limitations under the License.
4+
// SPDX-License-Identifier: AGPL-3.0-only
5+
// Please see LICENSE in the repository root for full details.
156
//
167

178
#import <Foundation/Foundation.h>

CommonKit/Source/UserIndicators/Tests/UserIndicatorPresenterSpy.swift

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
//
2-
// Copyright 2021 New Vector Ltd
2+
// Copyright 2021-2024 New Vector Ltd.
33
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// Unless required by applicable law or agreed to in writing, software
11-
// distributed under the License is distributed on an "AS IS" BASIS,
12-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
// See the License for the specific language governing permissions and
14-
// limitations under the License.
4+
// SPDX-License-Identifier: AGPL-3.0-only
5+
// Please see LICENSE in the repository root for full details.
156
//
167

178
import Foundation

CommonKit/Source/UserIndicators/Tests/UserIndicatorQueueTests.swift

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
//
2-
// Copyright 2021 New Vector Ltd
2+
// Copyright 2021-2024 New Vector Ltd.
33
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// Unless required by applicable law or agreed to in writing, software
11-
// distributed under the License is distributed on an "AS IS" BASIS,
12-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
// See the License for the specific language governing permissions and
14-
// limitations under the License.
4+
// SPDX-License-Identifier: AGPL-3.0-only
5+
// Please see LICENSE in the repository root for full details.
156
//
167

178
import Foundation

CommonKit/Source/UserIndicators/Tests/UserIndicatorTests.swift

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
//
2-
// Copyright 2021 New Vector Ltd
2+
// Copyright 2021-2024 New Vector Ltd.
33
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// Unless required by applicable law or agreed to in writing, software
11-
// distributed under the License is distributed on an "AS IS" BASIS,
12-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
// See the License for the specific language governing permissions and
14-
// limitations under the License.
4+
// SPDX-License-Identifier: AGPL-3.0-only
5+
// Please see LICENSE in the repository root for full details.
156
//
167

178
import Foundation

CommonKit/Source/UserIndicators/UserIndicator.swift

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
//
2-
// Copyright 2021 New Vector Ltd
2+
// Copyright 2021-2024 New Vector Ltd.
33
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// Unless required by applicable law or agreed to in writing, software
11-
// distributed under the License is distributed on an "AS IS" BASIS,
12-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
// See the License for the specific language governing permissions and
14-
// limitations under the License.
4+
// SPDX-License-Identifier: AGPL-3.0-only
5+
// Please see LICENSE in the repository root for full details.
156
//
167

178
import Foundation

CommonKit/Source/UserIndicators/UserIndicatorDismissal.swift

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
//
2-
// Copyright 2021 New Vector Ltd
2+
// Copyright 2021-2024 New Vector Ltd.
33
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// Unless required by applicable law or agreed to in writing, software
11-
// distributed under the License is distributed on an "AS IS" BASIS,
12-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
// See the License for the specific language governing permissions and
14-
// limitations under the License.
4+
// SPDX-License-Identifier: AGPL-3.0-only
5+
// Please see LICENSE in the repository root for full details.
156
//
167

178
import Foundation

CommonKit/Source/UserIndicators/UserIndicatorPresentationContext.swift

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
//
2-
// Copyright 2022 New Vector Ltd
2+
// Copyright 2022-2024 New Vector Ltd.
33
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// Unless required by applicable law or agreed to in writing, software
11-
// distributed under the License is distributed on an "AS IS" BASIS,
12-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
// See the License for the specific language governing permissions and
14-
// limitations under the License.
4+
// SPDX-License-Identifier: AGPL-3.0-only
5+
// Please see LICENSE in the repository root for full details.
156
//
167

178
import Foundation

CommonKit/Source/UserIndicators/UserIndicatorQueue.swift

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
//
2-
// Copyright 2021 New Vector Ltd
2+
// Copyright 2021-2024 New Vector Ltd.
33
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// Unless required by applicable law or agreed to in writing, software
11-
// distributed under the License is distributed on an "AS IS" BASIS,
12-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
// See the License for the specific language governing permissions and
14-
// limitations under the License.
4+
// SPDX-License-Identifier: AGPL-3.0-only
5+
// Please see LICENSE in the repository root for full details.
156
//
167

178
import Foundation

CommonKit/Source/UserIndicators/UserIndicatorRequest.swift

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
//
2-
// Copyright 2021 New Vector Ltd
2+
// Copyright 2021-2024 New Vector Ltd.
33
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// Unless required by applicable law or agreed to in writing, software
11-
// distributed under the License is distributed on an "AS IS" BASIS,
12-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
// See the License for the specific language governing permissions and
14-
// limitations under the License.
4+
// SPDX-License-Identifier: AGPL-3.0-only
5+
// Please see LICENSE in the repository root for full details.
156
//
167

178
import Foundation

CommonKit/Source/UserIndicators/UserIndicatorViewPresentable.swift

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
//
2-
// Copyright 2021 New Vector Ltd
2+
// Copyright 2021-2024 New Vector Ltd.
33
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// Unless required by applicable law or agreed to in writing, software
11-
// distributed under the License is distributed on an "AS IS" BASIS,
12-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
// See the License for the specific language governing permissions and
14-
// limitations under the License.
4+
// SPDX-License-Identifier: AGPL-3.0-only
5+
// Please see LICENSE in the repository root for full details.
156
//
167

178
import Foundation

Config/AppConfiguration.swift

+3-11
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
//
2+
// Copyright 2024 New Vector Ltd.
23
// Copyright 2020 Vector Creations Ltd
34
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// Unless required by applicable law or agreed to in writing, software
11-
// distributed under the License is distributed on an "AS IS" BASIS,
12-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
// See the License for the specific language governing permissions and
14-
// limitations under the License.
5+
// SPDX-License-Identifier: AGPL-3.0-only
6+
// Please see LICENSE in the repository root for full details.
157
//
168

179
import Foundation

Config/AppVersion.xcconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
//
1616

1717
// Version
18-
MARKETING_VERSION = 1.11.18
19-
CURRENT_PROJECT_VERSION = 1.11.18
18+
MARKETING_VERSION = 1.11.19
19+
CURRENT_PROJECT_VERSION = 1.11.19

Config/BuildSettings.swift

+3-11
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
//
2+
// Copyright 2024 New Vector Ltd.
23
// Copyright 2020 Vector Creations Ltd
34
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// Unless required by applicable law or agreed to in writing, software
11-
// distributed under the License is distributed on an "AS IS" BASIS,
12-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
// See the License for the specific language governing permissions and
14-
// limitations under the License.
5+
// SPDX-License-Identifier: AGPL-3.0-only
6+
// Please see LICENSE in the repository root for full details.
157
//
168

179
import Foundation

Config/CommonConfiguration.swift

+3-11
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
//
2+
// Copyright 2024 New Vector Ltd.
23
// Copyright 2020 Vector Creations Ltd
34
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// Unless required by applicable law or agreed to in writing, software
11-
// distributed under the License is distributed on an "AS IS" BASIS,
12-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
// See the License for the specific language governing permissions and
14-
// limitations under the License.
5+
// SPDX-License-Identifier: AGPL-3.0-only
6+
// Please see LICENSE in the repository root for full details.
157
//
168

179
import Foundation

Config/Configurable.swift

+3-11
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
//
2+
// Copyright 2024 New Vector Ltd.
23
// Copyright 2020 Vector Creations Ltd
34
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// Unless required by applicable law or agreed to in writing, software
11-
// distributed under the License is distributed on an "AS IS" BASIS,
12-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
// See the License for the specific language governing permissions and
14-
// limitations under the License.
5+
// SPDX-License-Identifier: AGPL-3.0-only
6+
// Please see LICENSE in the repository root for full details.
157
//
168

179
import Foundation

Config/MDMSettings.swift

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
//
2-
// Copyright 2023 New Vector Ltd
2+
// Copyright 2023, 2024 New Vector Ltd.
33
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// Unless required by applicable law or agreed to in writing, software
11-
// distributed under the License is distributed on an "AS IS" BASIS,
12-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
// See the License for the specific language governing permissions and
14-
// limitations under the License.
4+
// SPDX-License-Identifier: AGPL-3.0-only
5+
// Please see LICENSE in the repository root for full details.
156
//
167

178
import Foundation

DesignKit/DesignKit.h

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
//
2-
// Copyright 2021 New Vector Ltd
2+
// Copyright 2021-2024 New Vector Ltd.
33
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// Unless required by applicable law or agreed to in writing, software
11-
// distributed under the License is distributed on an "AS IS" BASIS,
12-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
// See the License for the specific language governing permissions and
14-
// limitations under the License.
4+
// SPDX-License-Identifier: AGPL-3.0-only
5+
// Please see LICENSE in the repository root for full details.
156
//
167

178
#import <Foundation/Foundation.h>

DesignKit/Extensions/UIFont.swift

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
//
2-
// Copyright 2021 New Vector Ltd
2+
// Copyright 2021-2024 New Vector Ltd.
33
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// Unless required by applicable law or agreed to in writing, software
11-
// distributed under the License is distributed on an "AS IS" BASIS,
12-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
// See the License for the specific language governing permissions and
14-
// limitations under the License.
4+
// SPDX-License-Identifier: AGPL-3.0-only
5+
// Please see LICENSE in the repository root for full details.
156
//
167

178
import UIKit

DesignKit/Source/AvatarSize.swift

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
//
2-
// Copyright 2021 New Vector Ltd
2+
// Copyright 2021-2024 New Vector Ltd.
33
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// Unless required by applicable law or agreed to in writing, software
11-
// distributed under the License is distributed on an "AS IS" BASIS,
12-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
// See the License for the specific language governing permissions and
14-
// limitations under the License.
4+
// SPDX-License-Identifier: AGPL-3.0-only
5+
// Please see LICENSE in the repository root for full details.
156
//
167

178
import Foundation

0 commit comments

Comments
 (0)