Skip to content

Commit

Permalink
clientapp: Move to Ktor and Json based sockets
Browse files Browse the repository at this point in the history
- And remove rebundant suspendCoroutineScope
- Sperate viewmodel and fragment concerns
  • Loading branch information
Royna2544 committed Dec 19, 2024
1 parent 80267fe commit f25364e
Show file tree
Hide file tree
Showing 37 changed files with 986 additions and 1,204 deletions.
1 change: 0 additions & 1 deletion clientapp/android/.idea/misc.xml

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

13 changes: 0 additions & 13 deletions clientapp/android/.idea/vcs.xml

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

8 changes: 2 additions & 6 deletions clientapp/android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ android {
kotlinOptions {
jvmTarget = "1.8"
}
externalNativeBuild {
cmake {
path = file("src/main/cpp/CMakeLists.txt")
version = "3.22.1"
}
}
buildFeatures {
viewBinding = true
buildConfig = true
Expand Down Expand Up @@ -85,6 +79,8 @@ dependencies {
implementation(libs.androidx.room.ktx)
implementation(libs.hilt)
implementation(libs.androidx.junit.ktx)
implementation(libs.ktor.network)
implementation(libs.google.gson)

ksp(libs.androidx.room.compiler)
ksp(libs.hilt.compiler)
Expand Down
6 changes: 0 additions & 6 deletions clientapp/android/app/src/main/cpp/.clang-tidy

This file was deleted.

48 changes: 0 additions & 48 deletions clientapp/android/app/src/main/cpp/CMakeLists.txt

This file was deleted.

36 changes: 0 additions & 36 deletions clientapp/android/app/src/main/cpp/JNIOnLoad.h

This file was deleted.

42 changes: 0 additions & 42 deletions clientapp/android/app/src/main/cpp/JavaCppConverter.hpp

This file was deleted.

Loading

0 comments on commit f25364e

Please sign in to comment.