Update version / changelogs

This commit is contained in:
J-Jamet 2018-07-15 10:49:45 +02:00
parent f6c61ab407
commit aa30df6454
4 changed files with 20 additions and 3 deletions

View file

@ -1,4 +1,7 @@
KeepassDX (2.5.0.0beta11)
KeepassDX (2.5.0.0beta14)
* Optimize all the memory with parcelables / fix search
KeepassDX (2.5.0.0beta13)
* Fix memory issue with parcelable (crash in beta12 version)
KeepassDX (2.5.0.0beta12)

View file

@ -8,8 +8,8 @@ android {
applicationId "com.kunzisoft.keepass"
minSdkVersion 15
targetSdkVersion 27
versionCode = 13
versionName = "2.5.0.0beta13"
versionCode = 14
versionName = "2.5.0.0beta14"
multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests"

View file

@ -0,0 +1,7 @@
* Added the Magikeyboard to fill the forms
* Added move and copy for groups and entries
* New navigation in a single screen / new animations between activities
* New icons for the material pack
* New adaptive launcher icon
* Added a setting to disable the open button / the education screens / the copy of protected custom fields
* Fix the fingerprint recognition / crash / search / parcelables

View file

@ -0,0 +1,7 @@
* Ajout du Magikeyboard pour remplir les formulaires
* Déplacer et copier ajoutés pour les groupes et les entrées
* Nouvelle navigation dans un seul écran / nouvelles animations entre activités
* Nouveaux icones pour le pack material
* Nouvel icone de lancement adaptatif
* Ajout d'un paramètre pour désactiver le bouton d'ouverture / les écrans d'éducation / la copie des champs customisés protégés
* Correction de la reconnaissance des empreintes digitales / crash / recherche / parcelables