Skip to content
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

BER-395: Sync origin with upstream v0.27.13 #8

Merged
merged 96 commits into from
Sep 3, 2024

Conversation

denasescu
Copy link

Context

Why do we want/need it?

  • To keep origin up to date.

Relevant issues

Changes

What does it do?
In summary, what changes are made to the code?

  • Merged upstream (MatrixSDK v0.27.13)
  • Matrix adds accessToken to loading media, logic that we added some time ago. In this case I replaced our changes with Matrix changes (basically removing Modified by Nedap comments) because it's doing the same thing.
  • I added the tag nedap/0.1.4 to this branch to be able to test it in berichten-ios, but I will remove it and add it to ons_master once the branch is approved and merged.

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.

Velin92 and others added 30 commits January 9, 2024 12:32
…device_creation_ts

Add own device creation ts in crypto API
* Sort Room list alphabetically but caseInsensitive

Signed-off-by: Nicolas Buquet <nbuquet@buquet-net.com>

* Sort Room list alphabetically but caseInsensitive

Signed-off-by: Nicolas Buquet <nbuquet@buquet-net.com>

* Sort Room list alphabetically but caseInsensitive

Signed-off-by: Nicolas Buquet <nbuquet@buquet-net.com>

---------

Signed-off-by: Nicolas Buquet <nbuquet@buquet-net.com>
Co-authored-by: Nicolas Buquet <nbuquet@buquet-net.com>
…_sdk_version_0.4.1

Bump rust crypto sdk version 0.4.1
Velin92 and others added 23 commits July 3, 2024 13:25
and using the stable endpoint prefix
* bring in line with foundation DCO

* add changelog entry

---------

Co-authored-by: Josh Simmons <git@josh.tel>
* Use the codecov token.

* Use codecov v4?
…origin_with_upstream_v0_27_13

# Conflicts:
#	CHANGES.md
#	MatrixSDK.podspec
#	MatrixSDK/MXSession.m
#	MatrixSDK/MatrixSDKVersion.m
#	MatrixSDK/Utils/Media/MXMediaLoader.h
#	MatrixSDK/Utils/Media/MXMediaLoader.m
#	MatrixSDK/Utils/Media/MXMediaManager.h
#	MatrixSDK/Utils/Media/MXMediaManager.m
#	Podfile.lock
Copy link
Collaborator

@martias martias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seemed to work in the app, but please double check that there is some Nedap code removed

MatrixSDK/Utils/Media/MXMediaLoader.m Show resolved Hide resolved
MatrixSDK/Utils/Media/MXMediaLoader.m Show resolved Hide resolved
MatrixSDK/Utils/Media/MXMediaLoader.m Show resolved Hide resolved
@denasescu
Copy link
Author

denasescu commented Sep 3, 2024

It seemed to work in the app, but please double check that there is some Nedap code removed

@martias Thanks for the review! I was also surprised to see matrix now adding accessToken to the request, feature we implemented some time ago. So, I've removed our code and kept the matrix implementation since it is doing the same thing 😄

Copy link
Collaborator

@martias martias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the reply to my comments!, lets go green @denasescu

@denasescu denasescu merged commit d873f60 into ons_master Sep 3, 2024
@denasescu denasescu deleted the feature/395_sync_origin_with_upstream_v0_27_13 branch September 3, 2024 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants