You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vector/build.gradle#L140 - A newer version of androidx.media:media than 1.6.0 is available: 1.7.1
⚠️
vector/build.gradle#L141 - A newer version of androidx.transition:transition than 1.4.1 is available: 1.7.0
⚠️
vector/build.gradle#L144 - A newer version of org.threeten:threetenbp than 1.4.0 is available: 1.7.2
⚠️
vector/build.gradle#L212 - A newer version of androidx.browser:browser than 1.5.0 is available: 1.9.0
⚠️
vector/build.gradle#L215 - A newer version of com.nulab-inc:zxcvbn than 1.7.0 is available: 1.9.0
⚠️
vector/build.gradle#L236 - A newer version of nl.dionsegijn:konfetti-xml than 2.0.2 is available: 2.0.5
⚠️
vector/build.gradle#L244 - A newer version of com.posthog:posthog-android than 3.2.0 is available: 3.34.3
⚠️
vector/build.gradle#L250 - A newer version of androidx.emoji2:emoji2 than 1.3.0 is available: 1.6.0
⚠️
vector/build.gradle#L269 - A newer version of com.google.zxing:core than 3.3.3 is available: 3.5.4
⚠️
vector/build.gradle#L286 - A newer version of commons-codec:commons-codec than 1.15 is available: 1.21.0
⚠️
vector/build.gradle#L313 - A newer version of org.checkerframework:checker than 3.35.0 is available: 3.54.0
⚠️
vector/build.gradle#L337 - A newer version of org.jetbrains.kotlin:kotlin-reflect than 1.8.21 is available: 2.1.20
⚠️
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#L185 - This intent filter has the format of an Android App Link but is missing the autoVerify attribute; add android:autoVerify="true" to ensure your domain will be validated and enable App Link-related Lint warnings. If you do not want clicked URLs to bring the user to your app, remove the android.intent.category.BROWSABLE category, or set android:autoVerify="false" to make it clear this is not intended to be an Android App Link.
⚠️
vector/src/main/AndroidManifest.xml#L194 - Attribute autoVerify is only used in API level 23 and higher (current min is 21)
⚠️
vector/src/main/AndroidManifest.xml#L209 - Attribute autoVerify is only used in API level 23 and higher (current min is 21)
⚠️
vector/src/main/AndroidManifest.xml#L239 - Consider splitting data tag into multiple tags with individual attributes to avoid confusion
⚠️
vector/src/main/AndroidManifest.xml#L242 - Consider splitting data tag into multiple tags with individual attributes to avoid confusion
⚠️
vector/src/main/AndroidManifest.xml#L296 - 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#L296 - Fixed screen orientations will be ignored in most cases, starting from Android 16. Android is moving toward a model where apps are expected to adapt to various orientations, display sizes, and aspect ratios.
⚠️
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#L312 - Attribute supportsPictureInPicture is only used in API level 24 and higher (current min is 21)
⚠️
vector/src/main/AndroidManifest.xml#L318 - Attribute supportsPictureInPicture is only used in API level 24 and higher (current min is 21)
⚠️
vector/src/main/AndroidManifest.xml#L447 - Exported receiver does not require permission
This file contains hidden or 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
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.
Type of change
Content
What the title says.
Motivation and context
This should fix the 16KB page size issues we were having, by removing
libduktape.so, which was not compatible.Tests
I tested several calls, both Jitsi and WebRTC and they seemed to work.
Tested devices
Checklist