matrix-ios-kit
matrix-ios-kit copied to clipboard
Reusable UI interfaces to ease building of Matrix client apps
Bumps [jmespath](https://github.com/trevorrowe/jmespath.rb) from 1.4.0 to 1.6.1. Release notes Sourced from jmespath's releases. Release v1.6.1 - 2022-03-07 Issue - Use JSON.parse instead of JSON.load. Release v1.6.0 - 2022-02-14 Feature - Add...
Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.5.1 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....
Donate INSendMessageIntends when sending a message ### Pull Request Checklist * [ ] Pull request is based on the develop branch * [ ] Pull request contains a [changelog file](https://github.com/matrix-org/matrix-ios-sdk/blob/develop/CONTRIBUTING.md#changelog)...
After User A's avatar is changed, User B's contact List screen doesn't update User A's avatar immediately. ### Pull Request Checklist * [x] Pull request is based on the develop...
- Search is now available only for unencrypted rooms, and not available for encrypted rooms. - Search can be enabled for encrypted rooms by searching from locally cached datas. -...
- Search is now available only for unencrypted rooms, and not available for encrypted rooms. - Search can be enabled for encrypted rooms by searching from locally cached datas. -...
Awesome project! Right now we're creating 2 UINibs and doing 2 disk queries per cell created. We can cache the nib info forever and cut this traffic _way way down_....
Currently `canPerformAction:` causes a read of the pasteboard, which is annoying on iOS 14. The system alerts the user "Pasted from [x]" every time the menu is queried. Instead we...
When selecting and sending an image, I'm finding that I'm unable to load the selected image (into NSData). The dict returned by the UIImagePIcker contains all the expected keys/values, but...
I'm seeing duplicate messages when sending from `MXKRoomViewController`. It seems these are "local echo" messages, which are supposed to be removed after the message sent to the server. In `-[MXKRoomDataSource...