Skip to content

Commit 6ff16e3

Browse files
committed
Remove the embedded AVNC and import it as a Flutter plugin
1 parent cd8fea5 commit 6ff16e3

File tree

168 files changed

+21
-18086
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+21
-18086
lines changed

.gitmodules

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
[submodule "android/extern/libvncserver"]
2-
path = android/extern/libvncserver
3-
url = https://github.com/gujjwal00/libvncserver.git
4-
[submodule "android/extern/libjpeg-turbo"]
5-
path = android/extern/libjpeg-turbo
6-
url = https://github.com/libjpeg-turbo/libjpeg-turbo.git
7-
[submodule "android/extern/wolfssl"]
8-
path = android/extern/wolfssl
9-
url = https://github.com/wolfSSL/wolfssl.git
101
[submodule "android/app/src/main/cpp/libtirpc"]
112
path = android/app/src/main/cpp/libtirpc
123
url = https://github.com/alisw/libtirpc

android/app/CMakeLists.txt

Lines changed: 0 additions & 114 deletions
This file was deleted.

android/app/build.gradle

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@ android {
5757

5858
buildConfigField "String", "COMMIT", "\"" + ("git rev-parse HEAD\n".execute().getText().trim() ?: (System.getenv('CURRENT_COMMIT') ?: "NO_COMMIT")) + "\""
5959

60-
javaCompileOptions {
61-
annotationProcessorOptions {
62-
arguments += ["room.schemaLocation": "$projectDir/roomSchema/".toString()]
63-
}
64-
}
65-
6660
}
6761

6862
buildTypes {
@@ -98,7 +92,7 @@ android {
9892
externalNativeBuild {
9993
cmake {
10094
version '3.22.1'
101-
path file('CMakeLists.txt')
95+
path file('src/main/cpp/CMakeLists.txt')
10296
}
10397
}
10498

@@ -131,13 +125,6 @@ dependencies {
131125
implementation "androidx.dynamicanimation:dynamicanimation:1.0.0"
132126
implementation "androidx.biometric:biometric-ktx:1.2.0-alpha05"
133127
implementation "androidx.recyclerview:recyclerview:1.2.1"
134-
135-
136-
def roomVersion = "2.6.1"
137-
implementation "androidx.room:room-runtime:$roomVersion"
138-
implementation "androidx.room:room-ktx:$roomVersion"
139-
kapt "androidx.room:room-compiler:$roomVersion"
140-
141128

142129
implementation "com.google.android.material:material:1.11.0"
143130
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0"

android/app/roomSchema/com.gaurav.avnc.model.db.MainDb/1.json

Lines changed: 0 additions & 160 deletions
This file was deleted.

0 commit comments

Comments
 (0)