Skip to content

Commit

Permalink
New version (1.6.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed Nov 11, 2024
1 parent 7794124 commit 2c1dbdd
Show file tree
Hide file tree
Showing 3 changed files with 12 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_06_004_01
versionName '1.6.4'
versionCode 1_06_005_01
versionName '1.6.5'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

setProperty "archivesBaseName", "infomaniak-mail-$versionName ($versionCode)"
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1_06_005_01.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Better loading of Messages in long Threads
- Enhance timing of Messages fetching
- Fix issue with remote Attachments
- Make sure the app is in correct conditions before fetching Notifications
- Fix crash when trying to change account when there is no valid mailbox
5 changes: 5 additions & 0 deletions fastlane/metadata/android/fr/changelogs/1_06_005_01.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Amélioration du chargement des messages dans les longs fils de discussion
- Amélioration du timing de la récupération des messages
- Correction d'un problème avec les pièces jointes distantes
- Vérification que l'application est dans des conditions correctes avant de récupérer les notifications
- Correction d'un crash lors du changement de compte alors qu'il n'y a pas de boîte aux lettres valide

0 comments on commit 2c1dbdd

Please sign in to comment.