Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot] 1987712fac chore(deps): bump compose from 1.8.0 to 1.8.1
Bumps `compose` from 1.8.0 to 1.8.1.

Updates `androidx.compose.ui:ui-test-junit4` from 1.8.0 to 1.8.1

Updates `androidx.compose.ui:ui-tooling` from 1.8.0 to 1.8.1

Updates `androidx.compose.ui:ui-test-manifest` from 1.8.0 to 1.8.1

Updates `androidx.compose.ui:ui-graphics` from 1.8.0 to 1.8.1

Updates `androidx.compose.ui:ui-tooling-preview` from 1.8.0 to 1.8.1

Updates `androidx.compose.ui:ui` from 1.8.0 to 1.8.1

---
updated-dependencies:
- dependency-name: androidx.compose.ui:ui-test-junit4
  dependency-version: 1.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.ui:ui-tooling
  dependency-version: 1.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.ui:ui-test-manifest
  dependency-version: 1.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.ui:ui-graphics
  dependency-version: 1.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.ui:ui-tooling-preview
  dependency-version: 1.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.ui:ui
  dependency-version: 1.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-08 13:56:48 +00:00
4 changed files with 12 additions and 16 deletions
-7
View File
@@ -231,10 +231,3 @@ tasks.register<Copy>("copyLicenseeJsonToAssets") {
}
tasks.named("preBuild") { dependsOn("copyLicenseeJsonToAssets") }
// https://gist.github.com/obfusk/61046e09cee352ae6dd109911534b12e#fix-proposed-by-linsui-disable-baseline-profiles
tasks.whenTaskAdded {
if (name.contains("ArtProfile")) {
enabled = false
}
}
@@ -51,8 +51,10 @@ fun MainScreen(appUiState: AppUiState, appViewState: AppViewState, viewModel: Ap
rememberLauncherForActivityResult(
contract = ScanContract(),
onResult = { result ->
if (result != null && result.contents.isNotEmpty())
viewModel.handleEvent(AppEvent.ImportTunnelFromQrCode(result.contents))
{
if (result != null && result.contents.isNotEmpty())
viewModel.handleEvent(AppEvent.ImportTunnelFromQrCode(result.contents))
}
},
)
@@ -67,7 +69,7 @@ fun MainScreen(appUiState: AppUiState, appViewState: AppViewState, viewModel: Ap
)
return@rememberLauncherForActivityResult
}
scanLauncher.launch(ScanOptions().setDesiredBarcodeFormats(ScanOptions.QR_CODE).setBeepEnabled(false))
scanLauncher.launch(ScanOptions().setDesiredBarcodeFormats(ScanOptions.QR_CODE))
}
if (appViewState.showModal == AppViewState.ModalType.DELETE) {
@@ -400,6 +400,7 @@ constructor(
private suspend fun handleClipboardImport(config: String, tunnels: List<TunnelConf>) {
runCatching {
Timber.d("Config: $config")
val amConfig = TunnelConf.configFromAmQuick(config)
val tunnelConf = TunnelConf.tunnelConfigFromAmConfig(amConfig)
saveTunnel(
+6 -6
View File
@@ -6,17 +6,17 @@ androidx-junit = "1.2.1"
appcompat = "1.7.0"
biometricKtx = "1.2.0-alpha05"
coreKtx = "1.16.0"
datastorePreferences = "1.2.0-alpha02"
datastorePreferences = "1.2.0-alpha01"
desugar_jdk_libs = "2.1.5"
espressoCore = "3.6.1"
hiltAndroid = "2.56.2"
hiltCompiler = "1.2.0"
junit = "4.13.2"
kotlinx-serialization-json = "1.8.1"
ktorClientCore = "3.1.3"
lifecycle-runtime-compose = "2.9.0"
ktorClientCore = "3.1.2"
lifecycle-runtime-compose = "2.8.7"
material3 = "1.3.2"
navigationCompose = "2.9.0"
navigationCompose = "2.8.9"
pinLockCompose = "1.0.4"
qrose = "1.0.1"
roomVersion = "2.7.1"
@@ -26,8 +26,8 @@ timber = "5.0.1"
tunnel = "1.3.0"
androidGradlePlugin = "8.9.2"
kotlin = "2.1.20"
ksp = "2.1.21-2.0.1"
composeBom = "2025.05.00"
ksp = "2.1.20-2.0.1"
composeBom = "2025.04.01"
compose = "1.8.1"
icons = "1.7.8"
workRuntimeKtxVersion = "2.10.1"