Skip to content

Commit

Permalink
New version (1.4.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed Aug 20, 2024
1 parent 111c7d7 commit da410bd
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_04_004_01
versionName '1.4.4'
versionCode 1_04_005_01
versionName '1.4.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_04_005_01.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Improve the way we check for network availability
- Add toolbar formatting options to the new rich html editor
- Correctly display Signatures that don't have a sender name
- Fix infinite refresh loading of Threads when switching Account/Mailbox
- Allow keyboard navigation
5 changes: 5 additions & 0 deletions fastlane/metadata/android/fr/changelogs/1_04_005_01.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Amélioration de la vérification de la disponibilité du réseau
- Ajout d'options de formatage dans la barre d'outils du nouvel éditeur HTML riche
- Affichage correct des signatures qui n'ont pas de nom d'expéditeur
- Correction du rafraîchissement infini des fils de discussion lors du changement de compte/boîte aux lettres
- Permettre la navigation au clavier

0 comments on commit da410bd

Please sign in to comment.