From 0391b7c7e62e353a9903578869a8b3c4e292aab0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 20:02:00 +0000 Subject: [PATCH 1/2] Bump androidx.core:core-splashscreen from 1.0.1 to 1.2.0 Bumps androidx.core:core-splashscreen from 1.0.1 to 1.2.0. --- updated-dependencies: - dependency-name: androidx.core:core-splashscreen dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- FlowCrypt/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index a6bbc2639..d74ca778d 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -478,7 +478,7 @@ dependencies { implementation("androidx.paging:paging-runtime-ktx:2.1.2") implementation("androidx.preference:preference-ktx:1.2.1") implementation("androidx.core:core-ktx:1.17.0") - implementation("androidx.core:core-splashscreen:1.0.1") + implementation("androidx.core:core-splashscreen:1.2.0") implementation("androidx.activity:activity-ktx:1.11.0") implementation("androidx.fragment:fragment-ktx:1.8.9") implementation("androidx.work:work-runtime-ktx:2.11.0") From bd87e3add07bcaead916eaef98eb7516ac25e754 Mon Sep 17 00:00:00 2001 From: denbond7 Date: Mon, 17 Nov 2025 12:11:39 +0200 Subject: [PATCH 2/2] wip --- .../email/ui/AttachmentDownloadingWithRestrictionFlowTest.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/AttachmentDownloadingWithRestrictionFlowTest.kt b/FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/AttachmentDownloadingWithRestrictionFlowTest.kt index 3ef3b91ae..00ef9fcbd 100644 --- a/FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/AttachmentDownloadingWithRestrictionFlowTest.kt +++ b/FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/AttachmentDownloadingWithRestrictionFlowTest.kt @@ -44,6 +44,7 @@ import com.google.api.services.gmail.model.MessagePartHeader import okhttp3.mockwebserver.Dispatcher import okhttp3.mockwebserver.MockResponse import okhttp3.mockwebserver.RecordedRequest +import org.junit.Ignore import org.junit.Rule import org.junit.Test import org.junit.rules.RuleChain @@ -164,6 +165,7 @@ class AttachmentDownloadingWithRestrictionFlowTest : BaseMessageDetailsFlowTest( .around(ScreenshotTestRule()) @Test + @Ignore("tests crash randomly too many times on this test. Temporary disabled") fun testDownloadingAttachment() { val device = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation())