Skip to content
This repository was archived by the owner on May 2, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions atox/src/androidTest/kotlin/IntegrationTest.kt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2020-2025 Robin Lindén <dev@robinlinden.eu>
// SPDX-FileCopyrightText: 2020-2026 Robin Lindén <dev@robinlinden.eu>
//
// SPDX-License-Identifier: GPL-3.0-only

Expand Down Expand Up @@ -37,7 +37,6 @@ import ltd.evilcorp.core.db.Database
import ltd.evilcorp.core.vo.PublicKey
import ltd.evilcorp.domain.tox.BootstrapNodeRegistry
import ltd.evilcorp.domain.tox.SaveManager
import org.hamcrest.core.AllOf.allOf
import org.junit.Rule
import org.junit.runner.RunWith

Expand Down Expand Up @@ -113,7 +112,6 @@ class IntegrationTest {
// ContactListFragment
onView(withId(R.id.drawerLayout)).perform(DrawerActions.open())
onView(withId(R.id.profileName)).check(matches(isDisplayed()))
onView(allOf(withId(R.id.profileName), withText("mr robotto")))
.check(matches(isDisplayed()))
onView(withId(R.id.profileName)).check(matches(withText("mr robotto")))
}
}
12 changes: 0 additions & 12 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,3 @@ org.gradle.caching=true
org.gradle.parallel=true
kotlin.code.style=official
android.enableJetifier=false

# TODO(robinlinden): Migrate away from the below flags.
# See: https://developer.android.com/build/releases/agp-9-0-0-release-notes#android-gradle-plugin-behavior-changes
android.defaults.buildfeatures.resvalues=true
android.dependency.useConstraints=true
android.enableAppCompileTimeRClass=false
android.newDsl=false
android.r8.optimizedResourceShrinking=false
android.r8.strictFullModeForKeepRules=false
android.sdk.defaultTargetSdkToCompileSdkIfUnset=false
android.uniquePackageNames=false
android.usesSdkInManifest.disallowed=false
Loading