mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Merge branch 'release/2.8.5'
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
KeePassDX(2.8.5)
|
||||||
|
* Fix Base 64 #708
|
||||||
|
|
||||||
KeePassDX(2.8.4)
|
KeePassDX(2.8.4)
|
||||||
* Fix incomplete attachment deletion #684
|
* Fix incomplete attachment deletion #684
|
||||||
* Fix opening database v1 without backup folder #692
|
* Fix opening database v1 without backup folder #692
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ android {
|
|||||||
applicationId "com.kunzisoft.keepass"
|
applicationId "com.kunzisoft.keepass"
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode = 40
|
versionCode = 41
|
||||||
versionName = "2.8.4"
|
versionName = "2.8.5"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
||||||
testApplicationId = "com.kunzisoft.keepass.tests"
|
testApplicationId = "com.kunzisoft.keepass.tests"
|
||||||
|
|||||||
@@ -30,7 +30,6 @@ import com.kunzisoft.keepass.crypto.keyDerivation.KdfEngine
|
|||||||
import com.kunzisoft.keepass.crypto.keyDerivation.KdfFactory
|
import com.kunzisoft.keepass.crypto.keyDerivation.KdfFactory
|
||||||
import com.kunzisoft.keepass.crypto.keyDerivation.KdfParameters
|
import com.kunzisoft.keepass.crypto.keyDerivation.KdfParameters
|
||||||
import com.kunzisoft.keepass.database.action.node.NodeHandler
|
import com.kunzisoft.keepass.database.action.node.NodeHandler
|
||||||
import com.kunzisoft.keepass.database.element.Attachment
|
|
||||||
import com.kunzisoft.keepass.database.element.DateInstant
|
import com.kunzisoft.keepass.database.element.DateInstant
|
||||||
import com.kunzisoft.keepass.database.element.DeletedObject
|
import com.kunzisoft.keepass.database.element.DeletedObject
|
||||||
import com.kunzisoft.keepass.database.element.database.DatabaseKDB.Companion.BACKUP_FOLDER_TITLE
|
import com.kunzisoft.keepass.database.element.database.DatabaseKDB.Companion.BACKUP_FOLDER_TITLE
|
||||||
@@ -638,7 +637,7 @@ class DatabaseKDBX : DatabaseVersioned<UUID, UUID, GroupKDBX, EntryKDBX> {
|
|||||||
private const val KeyElementName = "Key"
|
private const val KeyElementName = "Key"
|
||||||
private const val KeyDataElementName = "Data"
|
private const val KeyDataElementName = "Data"
|
||||||
|
|
||||||
const val BASE_64_FLAG = Base64.NO_PADDING or Base64.NO_WRAP
|
const val BASE_64_FLAG = Base64.NO_WRAP
|
||||||
|
|
||||||
const val BUFFER_SIZE_BYTES = 3 * 128
|
const val BUFFER_SIZE_BYTES = 3 * 128
|
||||||
}
|
}
|
||||||
|
|||||||
1
fastlane/metadata/android/en-US/changelogs/41.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/41.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
* Fix Base 64 #708
|
||||||
1
fastlane/metadata/android/fr-FR/changelogs/41.txt
Normal file
1
fastlane/metadata/android/fr-FR/changelogs/41.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
* Correction Base 64 #708
|
||||||
Reference in New Issue
Block a user