forked from matrix-org/matrix-ios-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BER-395: Sync origin with upstream v0.27.13 (#8)
* Prepare for new sprint * version++ * finish version++ * Prepare for new sprint * Add own device creation ts in crypto API * deviceCreationTs should be readonly * version++ * finish version++ * Prepare for new sprint * Sorting room list alphabetically case-insensitive. (matrix-org#1851) * Sort Room list alphabetically but caseInsensitive Signed-off-by: Nicolas Buquet <[email protected]> * Sort Room list alphabetically but caseInsensitive Signed-off-by: Nicolas Buquet <[email protected]> * Sort Room list alphabetically but caseInsensitive Signed-off-by: Nicolas Buquet <[email protected]> --------- Signed-off-by: Nicolas Buquet <[email protected]> Co-authored-by: Nicolas Buquet <[email protected]> * Bump rust crypto sdk version 0.4.1 * update minimum ios platform 13.0 * Update min deployment target to 13.0 * Update osx min platform * update podfile lock * Fix test compilation * Add changelog * Invalidate crypto store cache when entering foreground * Bump crypto sdk to 0.4.2 * Fix warnings * Bump the Crypto version in the podspec as well * version++ * finish version++ * Prepare for new sprint * Fix | Share room keys with dehydrated devices with rust stack * Add RestClient method for reporting rooms through MSC4151 * version++ * finish version++ * Prepare for new sprint * Add a new state event type: "m.room.retention" # Conflicts: # MatrixSDK/Contrib/Swift/JSONModels/MXEvent.swift # MatrixSDK/JSONModels/MXEvent.h # MatrixSDK/JSONModels/MXEvent.m # MatrixSDK/Utils/MXTools.m * added some functions to remove messages before a certain timestamp * remove all messages sent * fixing a compilation error * version++ * finish version++ * Prepare for new sprint * Update README. (matrix-org#1863) * fix store issue * version++ * finish version++ * Prepare for new sprint * Fix CallKit audio session late init Signed-off-by: Nicolas Buquet <[email protected]> * Expose MXRoomPowerLevels Swift wrappers to Element (matrix-org#1869) Signed-off-by: Nicolas Buquet <[email protected]> Co-authored-by: Nicolas Buquet <[email protected]> * implemented for the preview url API * removing return used for testing * using rest client instead of the home server directly * added the access token to the media loader request * implementation based on the server version * access token fix and using the stable endpoint prefix * documentation * code improvement * version++ * finish version++ * Prepare for new sprint * Add UTC timestamps to console logs * Create 7472.change * Bring in line with foundation DCO (matrix-org#1875) * bring in line with foundation DCO * add changelog entry --------- Co-authored-by: Josh Simmons <[email protected]> * Update format to include the time, Z cannot be applied to NSLog timestamps and doesn't do anything by itself * Use the codecov token. (matrix-org#1877) * Use the codecov token. * Use codecov v4? * version++ * finish version++ * BER-395: update changelog --------- Signed-off-by: Nicolas Buquet <[email protected]> Co-authored-by: Mauro Romito <[email protected]> Co-authored-by: Stefan Ceriu <[email protected]> Co-authored-by: Stefan Ceriu <[email protected]> Co-authored-by: Valere <[email protected]> Co-authored-by: Valere <[email protected]> Co-authored-by: Doug <[email protected]> Co-authored-by: Doug <[email protected]> Co-authored-by: Nicolas Buquet <[email protected]> Co-authored-by: Nicolas Buquet <[email protected]> Co-authored-by: Giom Foret <[email protected]> Co-authored-by: Mauro <[email protected]> Co-authored-by: Richard van der Hoff <[email protected]> Co-authored-by: Josh Simmons <[email protected]> Co-authored-by: Josh Simmons <[email protected]>
- Loading branch information
1 parent
47e9ab8
commit d873f60
Showing
44 changed files
with
587 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,33 @@ | ||
### Pull Request Checklist | ||
**Context** | ||
- Why do we want/need it? | ||
|
||
<!-- Please read CONTRIBUTING.md before submitting your pull request --> | ||
**Relevant issues** | ||
- Closes ...(e.g. #138) | ||
|
||
* [ ] Pull request is based on the develop branch | ||
* [ ] Pull request contains a changelog file in ./changelog.d. See https://github.com/matrix-org/matrix-ios-sdk/blob/develop/CONTRIBUTING.md#changelog | ||
* [ ] Pull request includes a [sign off](https://github.com/matrix-org/matrix-ios-sdk/blob/develop/CONTRIBUTING.md#sign-off) | ||
**Changes** | ||
- What does it do? | ||
- In summary, what changes are made to the code? | ||
|
||
**Known problems** | ||
- What problems do still arise or are anticipated? | ||
- Which part of the solution do you need help with? | ||
|
||
**Extra attention** | ||
- What do I need to pay extra attention to as a reviewer? | ||
|
||
**Check-list** | ||
- [ ] Acceptance criteria described in the issue are satisfied, or the bug(s) is/are fixed. | ||
- [ ] Documentation present (relevant information is properly documented). | ||
- [ ] Written tests for test suite (optional). | ||
- [ ] CHANGELOG updated. | ||
|
||
**Tested on devices** | ||
- [ ] Minimum supported iOS version. | ||
- [ ] Maximum supported iOS version. | ||
- [ ] Lowest resolution supported. | ||
- [ ] Highest resolution supported. | ||
- [ ] Device with a notch. | ||
- [ ] Device without a notch. | ||
|
||
**Is this issue considered as Done?** | ||
- [ ] It meets our [DoD](https://github.com/nedap/healthcare-mobile/wiki/DoD). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -155,11 +155,6 @@ include the line in your commit or pull request comment: | |
Signed-off-by: Your Name <[email protected]> | ||
``` | ||
|
||
We accept contributions under a legally identifiable name, such as | ||
your name on government documentation or common-law names (names | ||
claimed by legitimate usage or repute). Unfortunately, we cannot | ||
accept anonymous contributions at this time. | ||
|
||
Git allows you to add this signoff automatically when using the `-s` | ||
flag to `git commit`, which uses the name and email set in your | ||
`user.name` and `user.email` git configs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
source "https://rubygems.org" | ||
|
||
gem "fastlane" | ||
gem "cocoapods", '~>1.14.3' | ||
gem "cocoapods", '~>1.15.2' | ||
gem "xcode-install" | ||
gem "slather" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.