1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-3233 App | Tech | Remove legacy feature toggle + other minor fixes

This commit is contained in:
Evgenii Kozlov 2025-03-12 12:53:20 +01:00
parent dce3f1c31f
commit a65f78c8d4
4 changed files with 1 additions and 8 deletions

View file

@ -20,7 +20,5 @@ class DefaultFeatureToggles @Inject constructor(
override val isLogEditorControlPanelMachine =
BuildConfig.LOG_EDITOR_CONTROL_PANEL && buildProvider.isDebug()
override val isAutoUpdateEnabled: Boolean = false
override val isConciseLogging: Boolean = true
}

View file

@ -65,8 +65,6 @@ import com.anytypeio.anytype.ui.profile.ParticipantFragment
import com.anytypeio.anytype.ui.sets.ObjectSetFragment
import com.anytypeio.anytype.ui.sharing.SharingFragment
import com.anytypeio.anytype.ui_settings.appearance.ThemeApplicator
import com.github.javiersantos.appupdater.AppUpdater
import com.github.javiersantos.appupdater.enums.UpdateFrom
import javax.inject.Inject
import kotlinx.coroutines.launch
import kotlinx.coroutines.runBlocking

View file

@ -1,7 +1,6 @@
package com.anytypeio.anytype.core_utils.tools
interface FeatureToggles {
val isAutoUpdateEnabled: Boolean
val isLogFromGoProcess: Boolean
val isLogMiddlewareInteraction: Boolean
val isConciseLogging: Boolean

View file

@ -8,7 +8,7 @@ plugins {
android {
compileSdkVersion 35
buildToolsVersion "34.0.0"
buildToolsVersion "35.0.0"
defaultConfig {
applicationId "com.anytypeio.anytype.sample"
@ -68,8 +68,6 @@ dependencies {
implementation libs.composeReorderableLegacy
debugImplementation libs.composeTooling
//implementation 'com.github.gregcockroft:AndroidMath:ALPHA'
testImplementation libs.junit
testImplementation libs.kotlinTest
testImplementation libs.robolectric