-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose MXRroomPowerLevels Swift wrappers to Element #1869
Merged
pixlwave
merged 1 commit into
matrix-org:develop
from
NicolasBuquet:NicolasBuquet-expose-mxroompowerlevels-swift-wrappers-to-element
Jun 24, 2024
Merged
Expose MXRroomPowerLevels Swift wrappers to Element #1869
pixlwave
merged 1 commit into
matrix-org:develop
from
NicolasBuquet:NicolasBuquet-expose-mxroompowerlevels-swift-wrappers-to-element
Jun 24, 2024
Conversation
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
Signed-off-by: Nicolas Buquet <[email protected]>
@giomfo If you can have a look and help validate this PR please. |
8 tasks
pixlwave
approved these changes
Jun 24, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't worry, I can take this review as part of element-hq/element-ios#7808 seeing as I requested it as part of that work 😅.
Looks good to me, thanks 🙏
NicolasBuquet
deleted the
NicolasBuquet-expose-mxroompowerlevels-swift-wrappers-to-element
branch
June 25, 2024 10:15
denasescu
added a commit
to nedap/matrix-ios-sdk
that referenced
this pull request
Sep 3, 2024
* 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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Expose 2 methods from extension MXRoomPowerLevels to be available to client (like Element or Tchap).
Needed to check user room power level when live sharing location in room.
Pull Request Checklist