Skip to content

Commit

Permalink
New version (5.3.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed Feb 3, 2025
1 parent a95e256 commit 4b5eab4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId 'com.infomaniak.drive'
minSdkVersion 21
targetSdkVersion 34
versionCode 5_03_000_01
versionName '5.3.0'
versionCode 5_03_001_01
versionName '5.3.1'

setProperty "archivesBaseName", "kdrive-$versionName ($versionCode)"

Expand Down
8 changes: 4 additions & 4 deletions fastlane/metadata/android/en-US/changelogs/5_03_000_01.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- feat: Lock the app when the screen turns off
- feat: Save synchronization settings date
- fix: Indicates that dropbox cannot be used
- fix: Empty stats icon color
- Lock the app when the screen turns off
- Save synchronization settings date
- Indicates that dropbox cannot be used
- Empty stats icon color
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/5_03_001_01.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Add SSO login
- Correctly redirect user in the app after creating an account
- Redirect user to the correct screen if they don't have any Drive
8 changes: 4 additions & 4 deletions fastlane/metadata/android/fr/changelogs/5_03_000_01.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- feat : Verrouillage de l'application lorsque l'écran s'éteint
- feat : Sauvegarde de la date de synchronisation dans les paramètres
- fix : Indication qu'une dropbox ne peut pas être utilisé dans certains cas
- fix : Couleur de l'icône des stats vides
- Verrouillage de l'application lorsque l'écran s'éteint
- Sauvegarde de la date de synchronisation dans les paramètres
- Indication qu'une dropbox ne peut pas être utilisé dans certains cas
- Couleur de l'icône des stats vides
3 changes: 3 additions & 0 deletions fastlane/metadata/android/fr/changelogs/5_03_001_01.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Ajout du login par SSO
- Redirige correctement l'utilisateur dans l'application après la création d'un compte
- Redirige l'utilisateur vers le bon écran s'il n'a pas de Drive

0 comments on commit 4b5eab4

Please sign in to comment.