feat: initial support for offline tiles
Some checks failed
TrafficCue CI / check (push) Failing after 1m5s
TrafficCue CI / build (push) Successful in 49s

works by copying mbtiles (which are just sqlite databases) into the local sqlite database
This commit is contained in:
2025-07-03 17:59:08 +02:00
parent c16e2e98ec
commit 94b8b8559c
11 changed files with 256 additions and 7 deletions

View File

@@ -40,6 +40,7 @@ dependencies {
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
implementation project(':capacitor-cordova-android-plugins')
implementation 'com.github.joshjdevl.libsodiumjni:libsodium-jni-aar:2.0.1'
}
apply from: 'capacitor.build.gradle'