mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
fix: Auto open biometric prompt from database list #2113 Update to 4.1.6
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
KeePassDX(4.1.4)
|
||||
KeePassDX(4.1.6)
|
||||
* Auto open biometric prompt from database list #2113
|
||||
|
||||
KeePassDX(4.1.5)
|
||||
* Fix auto prompt #2111
|
||||
|
||||
KeePassDX(4.1.4)
|
||||
|
||||
@@ -11,8 +11,8 @@ android {
|
||||
applicationId "com.kunzisoft.keepass"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 34
|
||||
versionCode = 137
|
||||
versionName = "4.1.5"
|
||||
versionCode = 138
|
||||
versionName = "4.1.6"
|
||||
multiDexEnabled true
|
||||
|
||||
testApplicationId = "com.kunzisoft.keepass.tests"
|
||||
|
||||
@@ -75,6 +75,7 @@ import com.kunzisoft.keepass.utils.getParcelableCompat
|
||||
import com.kunzisoft.keepass.view.asError
|
||||
import com.kunzisoft.keepass.view.showActionErrorIfNeeded
|
||||
import com.kunzisoft.keepass.viewmodels.DatabaseFilesViewModel
|
||||
import com.kunzisoft.keepass.viewmodels.DeviceUnlockViewModel.Companion.isAutoOpenBiometricPromptAllowed
|
||||
import java.io.FileNotFoundException
|
||||
|
||||
class FileDatabaseSelectActivity : DatabaseModeActivity(),
|
||||
@@ -354,6 +355,9 @@ class FileDatabaseSelectActivity : DatabaseModeActivity(),
|
||||
} else {
|
||||
mAdapterDatabaseHistory?.clearDatabaseFileHistoryList()
|
||||
}
|
||||
|
||||
// Allow auto open biometric prompt
|
||||
isAutoOpenBiometricPromptAllowed = true
|
||||
}
|
||||
|
||||
override fun onSaveInstanceState(outState: Bundle) {
|
||||
|
||||
@@ -133,6 +133,7 @@ class DeviceUnlockViewModel(application: Application): AndroidViewModel(applicat
|
||||
|
||||
fun disconnect() {
|
||||
this.databaseUri = null
|
||||
closeBiometricPrompt()
|
||||
cipherDatabaseListener?.let {
|
||||
cipherDatabaseAction.unregisterDatabaseListener(it)
|
||||
}
|
||||
|
||||
1
fastlane/metadata/android/en-US/changelogs/138.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/138.txt
Normal file
@@ -0,0 +1 @@
|
||||
* Auto open biometric prompt from database list #2113
|
||||
1
fastlane/metadata/android/fr-FR/changelogs/138.txt
Normal file
1
fastlane/metadata/android/fr-FR/changelogs/138.txt
Normal file
@@ -0,0 +1 @@
|
||||
* Ouverture auto de la prompt biometrique depuis la liste des bases #2113
|
||||
Reference in New Issue
Block a user