mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Hot fix to increase the opening speed of database #1028
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
KeePassDX(2.10.4)
|
||||||
|
* Hot fix to increase the opening speed of database #1028
|
||||||
|
|
||||||
KeePassDX(2.10.3)
|
KeePassDX(2.10.3)
|
||||||
* Improve Magikeyboard options description #1022 #1023 (Thx @djibux)
|
* Improve Magikeyboard options description #1022 #1023 (Thx @djibux)
|
||||||
* Fix database opened without notification (database is now closed when screen is killed in background #1025)
|
* Fix database opened without notification (database is now closed when screen is killed in background #1025)
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ android {
|
|||||||
applicationId "com.kunzisoft.keepass"
|
applicationId "com.kunzisoft.keepass"
|
||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode = 81
|
versionCode = 82
|
||||||
versionName = "2.10.3"
|
versionName = "2.10.4"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
||||||
testApplicationId = "com.kunzisoft.keepass.tests"
|
testApplicationId = "com.kunzisoft.keepass.tests"
|
||||||
|
|||||||
@@ -286,6 +286,11 @@ class ProgressDatabaseTaskProvider(private val activity: FragmentActivity) {
|
|||||||
readOnly: Boolean,
|
readOnly: Boolean,
|
||||||
cipherEntity: CipherDatabaseEntity?,
|
cipherEntity: CipherDatabaseEntity?,
|
||||||
fixDuplicateUuid: Boolean) {
|
fixDuplicateUuid: Boolean) {
|
||||||
|
try {
|
||||||
|
activity.stopService(intentDatabaseTask)
|
||||||
|
} catch (e: Exception) {
|
||||||
|
Log.e(TAG, "Unable to stop the service", e)
|
||||||
|
}
|
||||||
start(Bundle().apply {
|
start(Bundle().apply {
|
||||||
putParcelable(DatabaseTaskNotificationService.DATABASE_URI_KEY, databaseUri)
|
putParcelable(DatabaseTaskNotificationService.DATABASE_URI_KEY, databaseUri)
|
||||||
putParcelable(DatabaseTaskNotificationService.MAIN_CREDENTIAL_KEY, mainCredential)
|
putParcelable(DatabaseTaskNotificationService.MAIN_CREDENTIAL_KEY, mainCredential)
|
||||||
|
|||||||
1
fastlane/metadata/android/en-US/changelogs/82.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/82.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
* Hot fix to increase the opening speed of database #1028
|
||||||
1
fastlane/metadata/android/fr-FR/changelogs/82.txt
Normal file
1
fastlane/metadata/android/fr-FR/changelogs/82.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
* Correction pour augmenter la vitesse d'ouverture de la base de données #1028
|
||||||
Reference in New Issue
Block a user