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

Upgrade Jitsi to 10.2.0 #8911

Merged
merged 2 commits into from
Sep 19, 2024
Merged

Upgrade Jitsi to 10.2.0 #8911

merged 2 commits into from
Sep 19, 2024

Conversation

bmarty
Copy link
Member

@bmarty bmarty commented Sep 18, 2024

Type of change

  • Feature
  • Bugfix
  • Technical
  • Other :

Content

Replacement for #8891 which was upgraded to 10.1.0. We were slow to review the change so a new version of the SDK is available.

This closes #8885

Motivation and context

Jitsi back on Android 14.

Screenshots / GIFs

Tests

  • Using API 34, try to create or join a Jitsi call.

Tested devices

  • Physical
  • Emulator
  • OS version(s):

Checklist

@bmarty bmarty requested review from a team and jmartinesp and removed request for a team September 18, 2024 15:01
@bmarty bmarty added the Z-NextRelease For issues and PRs which should be included in the NextRelease. label Sep 18, 2024
@ElementBot
Copy link

ElementBot commented Sep 18, 2024

Warnings
⚠️

vector/build.gradle#L140 - A newer version of androidx.media:media than 1.6.0 is available: 1.7.0

⚠️

vector/build.gradle#L140 - A newer version of androidx.media:media than 1.6.0 is available: 1.7.0

⚠️

vector/build.gradle#L141 - A newer version of androidx.transition:transition than 1.4.1 is available: 1.5.1

⚠️

vector/build.gradle#L141 - A newer version of androidx.transition:transition than 1.4.1 is available: 1.5.1

⚠️

vector/build.gradle#L144 - A newer version of org.threeten:threetenbp than 1.4.0 is available: 1.4.4

⚠️

vector/build.gradle#L144 - A newer version of org.threeten:threetenbp than 1.4.0 is available: 1.4.4

⚠️

vector/build.gradle#L212 - A newer version of androidx.browser:browser than 1.5.0 is available: 1.8.0

⚠️

vector/build.gradle#L212 - A newer version of androidx.browser:browser than 1.5.0 is available: 1.8.0

⚠️

vector/build.gradle#L250 - A newer version of androidx.emoji2:emoji2 than 1.3.0 is available: 1.5.0

⚠️

vector/build.gradle#L250 - A newer version of androidx.emoji2:emoji2 than 1.3.0 is available: 1.5.0

⚠️

vector/build.gradle#L337 - A newer version of org.jetbrains.kotlin:kotlin-reflect than 1.8.21 is available: 1.9.24

⚠️

vector/build.gradle#L337 - A newer version of org.jetbrains.kotlin:kotlin-reflect than 1.8.21 is available: 1.9.24

⚠️

vector/src/main/AndroidManifest.xml#L16 - READ_EXTERNAL_STORAGE is deprecated (and is not granted) when targeting Android 13+. If you need to query or interact with MediaStore or media files on the shared storage, you should instead use one or more new storage permissions: READ_MEDIA_IMAGES, READ_MEDIA_VIDEO or READ_MEDIA_AUDIO.

⚠️

vector/src/main/AndroidManifest.xml#L16 - READ_EXTERNAL_STORAGE is deprecated (and is not granted) when targeting Android 13+. If you need to query or interact with MediaStore or media files on the shared storage, you should instead use one or more new storage permissions: READ_MEDIA_IMAGES, READ_MEDIA_VIDEO or READ_MEDIA_AUDIO.

⚠️

vector/src/main/AndroidManifest.xml#L192 - Attribute autoVerify is only used in API level 23 and higher (current min is 21)

⚠️

vector/src/main/AndroidManifest.xml#L192 - Attribute autoVerify is only used in API level 23 and higher (current min is 21)

⚠️

vector/src/main/AndroidManifest.xml#L226 - Consider splitting data tag into multiple tags with individual attributes to avoid confusion

⚠️

vector/src/main/AndroidManifest.xml#L226 - Consider splitting data tag into multiple tags with individual attributes to avoid confusion

⚠️

vector/src/main/AndroidManifest.xml#L229 - Consider splitting data tag into multiple tags with individual attributes to avoid confusion

⚠️

vector/src/main/AndroidManifest.xml#L229 - Consider splitting data tag into multiple tags with individual attributes to avoid confusion

⚠️

vector/src/main/AndroidManifest.xml#L283 - Expecting android:screenOrientation="unspecified" or "fullSensor" for this activity so the user can use the application in any orientation and provide a great experience on Chrome OS devices

⚠️

vector/src/main/AndroidManifest.xml#L283 - Expecting android:screenOrientation="unspecified" or "fullSensor" for this activity so the user can use the application in any orientation and provide a great experience on Chrome OS devices

⚠️

vector/src/main/AndroidManifest.xml#L283 - Should not restrict activity to fixed orientation. This may not be suitable for different form factors, causing the app to be letterboxed.

⚠️

vector/src/main/AndroidManifest.xml#L283 - Should not restrict activity to fixed orientation. This may not be suitable for different form factors, causing the app to be letterboxed.

⚠️

vector/src/main/AndroidManifest.xml#L292 - Attribute supportsPictureInPicture is only used in API level 24 and higher (current min is 21)

⚠️

vector/src/main/AndroidManifest.xml#L292 - Attribute supportsPictureInPicture is only used in API level 24 and higher (current min is 21)

⚠️

vector/src/main/AndroidManifest.xml#L299 - Attribute supportsPictureInPicture is only used in API level 24 and higher (current min is 21)

⚠️

vector/src/main/AndroidManifest.xml#L299 - Attribute supportsPictureInPicture is only used in API level 24 and higher (current min is 21)

⚠️

vector/src/main/AndroidManifest.xml#L305 - Attribute supportsPictureInPicture is only used in API level 24 and higher (current min is 21)

⚠️

vector/src/main/AndroidManifest.xml#L305 - Attribute supportsPictureInPicture is only used in API level 24 and higher (current min is 21)

⚠️

vector/src/main/AndroidManifest.xml#L427 - Exported receiver does not require permission

⚠️

vector/src/main/AndroidManifest.xml#L427 - Exported receiver does not require permission

Generated by 🚫 dangerJS against da94bb8

Copy link
Member

@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.

Thanks, I can confirm Jitsi works fine with Android 14 in this branch.

@bmarty bmarty merged commit 04a49e9 into develop Sep 19, 2024
14 of 16 checks passed
@bmarty bmarty deleted the feature/bma/jitsi-10.2.0 branch September 19, 2024 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Z-NextRelease For issues and PRs which should be included in the NextRelease.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

element android 1.6.20 crash when joining video group/ jitsi conference.
3 participants