From a94d70ae487ed78ed9e2bf28525152c1826f34da Mon Sep 17 00:00:00 2001 From: Kevin Boulongne Date: Mon, 7 Oct 2024 17:45:17 +0200 Subject: [PATCH] New version (1.6.0) --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/1_06_000_01.txt | 6 ++++++ fastlane/metadata/android/fr/changelogs/1_06_000_01.txt | 6 ++++++ 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/1_06_000_01.txt create mode 100644 fastlane/metadata/android/fr/changelogs/1_06_000_01.txt diff --git a/app/build.gradle b/app/build.gradle index eebb96a7ea..5c6a011f03 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -22,8 +22,8 @@ android { applicationId 'com.infomaniak.mail' minSdk 25 targetSdk 34 - versionCode 1_05_001_01 - versionName '1.5.1' + versionCode 1_06_000_01 + versionName '1.6.0' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' setProperty "archivesBaseName", "infomaniak-mail-$versionName ($versionCode)" diff --git a/fastlane/metadata/android/en-US/changelogs/1_06_000_01.txt b/fastlane/metadata/android/en-US/changelogs/1_06_000_01.txt new file mode 100644 index 0000000000..e3f660156c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1_06_000_01.txt @@ -0,0 +1,6 @@ +- Refactor Profile view and how we can add a Mailbox +- Fix the usage of backspace to delete Recipients on API 34+ +- Fix ripple in the Move screen +- Logout User properly when this one has been deleted +- Execute mails actions right away instead of waiting for API calls results +- Give priority to autocompleted API Contacts over phone contacts diff --git a/fastlane/metadata/android/fr/changelogs/1_06_000_01.txt b/fastlane/metadata/android/fr/changelogs/1_06_000_01.txt new file mode 100644 index 0000000000..424e24726f --- /dev/null +++ b/fastlane/metadata/android/fr/changelogs/1_06_000_01.txt @@ -0,0 +1,6 @@ +- Refonte de la vue du Profil et de la façon dont on peut ajouter une Boîte aux lettres +- Correction de l'utilisation du retour arrière pour supprimer des Destinataires à partir de l'API 34 +- Correction de l'ondulation dans l'écran de Déplacement +- Déconnexion correcte de l'Utilisateur lorsque celui-ci a été supprimé +- Exécution immédiate des actions au lieu d'attendre les résultats des appels à l'API +- La priorité est désormais donnée aux contacts autocomplétés par l'API plutôt qu'à ceux du téléphone