Skip to content

Commit

Permalink
New version (1.5.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed Oct 1, 2024
1 parent 0662115 commit 6cfd7a0
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_05_000_01
versionName '1.5.0'
versionCode 1_05_001_01
versionName '1.5.1'
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_05_001_01.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Add specific UI for thread when in SPAM folder
- Delete draft that cannot ever be sent because of corrupted attachments
- Fix AutoAdvance feature that was triggering too often
- Fix BIMI that were blinking
- Fix animated toolbar crash
5 changes: 5 additions & 0 deletions fastlane/metadata/android/fr/changelogs/1_05_001_01.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Ajout d'une interface utilisateur spécifique pour les fils de discussion lorsqu'ils se trouvent dans le dossier SPAM
- Suppression des brouillons qui ne peuvent jamais être envoyés en raison de pièces jointes corrompues
- Correction de la fonction d'avance automatique qui se déclenchait trop souvent
- Correction des BIMI qui clignotaient
- Correction du crash de la barre d'outils animée

0 comments on commit 6cfd7a0

Please sign in to comment.