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

chore: upgrade uniffi-rs to latest commit #3235

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

SamyDjemai
Copy link
Contributor

@SamyDjemai SamyDjemai commented Mar 18, 2024

Related to element-hq/element-x-android#2346

When Element X ran on GrapheneOS, a fork of Android, with API Level 33, it crashed on startup because it tried to instantiate an AndroidSystemCleaner, which is not supported. A pull request, mozilla/uniffi-rs#2036, was merged to avoid using a SystemCleaner on Android 13.

Signed-off-by: Samy Djemaï [email protected]

@SamyDjemai SamyDjemai requested a review from a team as a code owner March 18, 2024 20:17
@SamyDjemai SamyDjemai requested review from bnjbvr and removed request for a team March 18, 2024 20:17
Copy link

codecov bot commented Mar 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.66%. Comparing base (b2c96b7) to head (f3a0eab).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3235   +/-   ##
=======================================
  Coverage   83.66%   83.66%           
=======================================
  Files         236      236           
  Lines       24402    24402           
=======================================
  Hits        20416    20416           
  Misses       3986     3986           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@bnjbvr bnjbvr 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 investigation and fix, lgtm.

@bmarty @ganfra @jmartinesp Can you check the Android bindings still work with this version of UniFFI please? Thanks!

@bnjbvr bnjbvr requested a review from jmartinesp March 19, 2024 08:55
Copy link
Contributor

@jmartinesp jmartinesp left a comment

Choose a reason for hiding this comment

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

It works fine on Android.

@bnjbvr bnjbvr merged commit baf97c6 into matrix-org:main Mar 19, 2024
35 checks passed
@bnjbvr
Copy link
Member

bnjbvr commented Mar 19, 2024

@SamyDjemai Sorry, I forgot to ask for a signoff, as requested in our contribution guidelines: are you happy editing your original message to add it after the fact, please?

@SamyDjemai
Copy link
Contributor Author

Sure @bnjbvr, I've updated my message :) Thanks for the merge!

@SamyDjemai SamyDjemai deleted the chore/upgrade-uniffi branch March 19, 2024 15:30
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.

3 participants