feat: biometric auth and lockscreen password autofill

This commit is contained in:
Miuzarte
2026-04-13 23:59:03 +08:00
parent 2ddbbcf8b9
commit 3a6df23a6c
28 changed files with 1623 additions and 88 deletions

View File

@@ -121,6 +121,8 @@ dependencies {
implementation("sh.calvin.reorderable:reorderable:3.0.0")
implementation("androidx.datastore:datastore-preferences:1.2.1")
implementation(libs.androidx.compose.runtime)
implementation(libs.androidx.biometric)
implementation(libs.androidx.security.crypto)
testImplementation(libs.junit)
androidTestImplementation(platform(libs.androidx.compose.bom))