Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release/v0.12.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
manuroe committed Apr 17, 2020
2 parents a1ca41f + fc7d876 commit 5d25d45
Show file tree
Hide file tree
Showing 34 changed files with 915 additions and 172 deletions.
12 changes: 9 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
Changes in MatrixKit in 0.11.5 (2020-xx-xx)
Changes in MatrixKit in 0.12.0 (2020-04-17)
==========================================

Improvements:
* Upgrade MatrixSDK version ([v0.16.0](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.16.0)).
* MXKRoomBubbleTableViewCell: Handle content view tap and long press when there is no `messageTextView` or `attachmentView` properties.
* MXKEventFormatter: E2E, hide duplicate message warnings (vector-im/riot-ios#2910).
* MXKEventFormatter: E2E, hide the algo used when turning on encryption (vector-im/riot-ios#2939).
* MXKRoomBubbleComponent: Add a property to indicate if an encryption badge should be shown.
* MXKRoomBubbleCellData: Add a property to indicate if a bubble component needs to show encryption badge.
* MXKEventFormatter: E2E, hide duplicate message warnings (vector-im/riot-ios#2910).
* MXKEventFormatter: E2E, hide the algo used when turning on encryption (vector-im/riot-ios#2939).
* Push notifications: Implement logic to use also a secondary appId for VoIP pusher on debug builds, like for APNS pusher.
* SwiftUTI: Remove the no more maintained pod. Embed code instead.

API break:
* MXKRoomBubbleComponent: Add session parameter to init and update method.

Bug fix:
* MXKImageView: Consider safe area insets when displayed fullscreen (PR #649).

Changes in MatrixKit in 0.11.4 (2020-04-01)
==========================================

Expand Down
4 changes: 4 additions & 0 deletions Libs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# MatrixKit Libs folder

This folder contains third-party libraries that do not use (or do not use anymore) CocoaPods as dependency manager.
Each folder contains a README giving library origin and why we dediced to embed it.
21 changes: 21 additions & 0 deletions Libs/SwiftUTI/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2017

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 4 additions & 0 deletions Libs/SwiftUTI/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Original source:
https://github.com/mkeiser/SwiftUTI

The pod of this library is no more maintained. At the time of writing this README, the official pod version is 1.0.6 whereas the last release of the library is 2.0.3. This last release has a podspec that points to 2.0.2.
Loading

0 comments on commit 5d25d45

Please sign in to comment.