-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
905ccb9
commit a94d70a
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- Refactor Profile view and how we can add a Mailbox | ||
- Fix the usage of backspace to delete Recipients on API 34+ | ||
- Fix ripple in the Move screen | ||
- Logout User properly when this one has been deleted | ||
- Execute mails actions right away instead of waiting for API calls results | ||
- Give priority to autocompleted API Contacts over phone contacts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- Refonte de la vue du Profil et de la façon dont on peut ajouter une Boîte aux lettres | ||
- Correction de l'utilisation du retour arrière pour supprimer des Destinataires à partir de l'API 34 | ||
- Correction de l'ondulation dans l'écran de Déplacement | ||
- Déconnexion correcte de l'Utilisateur lorsque celui-ci a été supprimé | ||
- Exécution immédiate des actions au lieu d'attendre les résultats des appels à l'API | ||
- La priorité est désormais donnée aux contacts autocomplétés par l'API plutôt qu'à ceux du téléphone |