Skip to content

Commit

Permalink
New version (1.6.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed Oct 7, 2024
1 parent 905ccb9 commit a94d70a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1_06_000_01.txt
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions fastlane/metadata/android/fr/changelogs/1_06_000_01.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a94d70a

Please sign in to comment.