Skip to content

Commit

Permalink
New version (1.3.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed Jun 24, 2024
1 parent 980f933 commit 08ed9f1
Show file tree
Hide file tree
Showing 3 changed files with 10 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_03_004_01
versionName '1.3.4'
versionCode 1_03_005_01
versionName '1.3.5'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

setProperty "archivesBaseName", "infomaniak-mail-$versionName ($versionCode)"
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1_03_001_05.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Fix NPE when trying to get local contact email
- Don't shadow-replace Attachments with the 1st one when forwarding a Message
- Add UploadStatus + Mutex to avoid concurrency when uploading Attachments
- Add last modified date in URI when sending attachment to kDrive
4 changes: 4 additions & 0 deletions fastlane/metadata/android/fr/changelogs/1_03_001_05.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Correction d'une NPE lors de l'obtention de l'email d'un contact local
- Ne remplace plus les pièces jointes par la première lors du transfert d'un message.
- Correction de concurrence lors du téléchargement de pièces jointes
- Ajout de la date de dernière modification dans l'URI lors de l'envoi d'une pièce jointe à kDrive

0 comments on commit 08ed9f1

Please sign in to comment.