Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix: remove Realm DB
Browse files Browse the repository at this point in the history
  • Loading branch information
itsaky committed Jul 20, 2024
1 parent 1d68499 commit f837b93
Show file tree
Hide file tree
Showing 51 changed files with 15 additions and 3,383 deletions.
2 changes: 2 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ buildscript {
dependencies {
classpath(libs.kotlin.gradle.plugin)
classpath(libs.nav.safe.args.gradle.plugin)
classpath(libs.realm.gradle.plugin)
}
}

Expand Down
1 change: 0 additions & 1 deletion core/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ plugins {
id("kotlin-android")
id("kotlin-kapt")
id("kotlin-parcelize")
id("realm-android")
id("androidx.navigation.safeargs.kotlin")
id("com.itsaky.androidide.desugaring")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ import com.itsaky.androidide.utils.flashError
import com.termux.app.TermuxApplication
import com.termux.shared.reflection.ReflectionUtils
import io.github.rosemoe.sora.widget.schemes.EditorColorScheme
import io.realm.Realm
import kotlinx.coroutines.DelicateCoroutinesApi
import kotlinx.coroutines.GlobalScope
import kotlinx.coroutines.launch
Expand Down Expand Up @@ -110,8 +109,6 @@ class IDEApplication : TermuxApplication() {

EventBus.getDefault().register(this)

Realm.init(this)

AppCompatDelegate.setDefaultNightMode(GeneralPreferences.uiMode)

if (IThemeManager.getInstance().getCurrentTheme() == IDETheme.MATERIAL_YOU) {
Expand Down
1 change: 0 additions & 1 deletion core/database/.gitignore

This file was deleted.

41 changes: 0 additions & 41 deletions core/database/build.gradle.kts

This file was deleted.

Empty file removed core/database/consumer-rules.pro
Empty file.
21 changes: 0 additions & 21 deletions core/database/proguard-rules.pro

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit f837b93

Please sign in to comment.