mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-04-04 21:37:37 +03:00
Upgrade app to version 18
This commit is contained in:
parent
fcb06c8c22
commit
f37d3324e6
3 changed files with 16 additions and 2 deletions
|
@ -8,8 +8,8 @@ android {
|
|||
applicationId "com.kunzisoft.keepass"
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 27
|
||||
versionCode = 17
|
||||
versionName = "2.5.0.0beta17"
|
||||
versionCode = 18
|
||||
versionName = "2.5.0.0beta18"
|
||||
multiDexEnabled true
|
||||
|
||||
testApplicationId = "com.kunzisoft.keepass.tests"
|
||||
|
|
7
fastlane/metadata/android/en-US/changelogs/18.txt
Normal file
7
fastlane/metadata/android/en-US/changelogs/18.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
* New recent databases views
|
||||
* New information dialog
|
||||
* Custom fields for the Magikeyboard
|
||||
* Timeout for the Magikeyboard
|
||||
* Long press for keyboard selection
|
||||
* Fix memory when opening the database
|
||||
* Memory management for attachments
|
7
fastlane/metadata/android/fr-FR/changelogs/18.txt
Normal file
7
fastlane/metadata/android/fr-FR/changelogs/18.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
* Nouvelles vues pour les bases de données récentes
|
||||
* Nouveau dialogue d'informations
|
||||
* Champs customisés pour le Magikeyboard
|
||||
* Timeout pour le Magikeyboard
|
||||
* Clic long pour la sélection de clavier
|
||||
* Correction de la mémoire lors de l'ouverture de la base de donnnées
|
||||
* Gestion de la mémoire pour les fichiers joints
|
Loading…
Add table
Add a link
Reference in a new issue