-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from opatry/playstore-1.2.0
Playstore 1.2.0
- Loading branch information
Showing
8 changed files
with
23 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
General under-the-hood improvements for enhanced performance. | ||
• Support for sorting tasks by date | ||
• General under-the-hood improvements for enhanced performance. |
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 |
---|---|---|
@@ -1 +1 @@ | ||
Manage tasks offline with sync to Google Tasks. Toy project portfolio app. | ||
Manage tasks with sync to Google Tasks. Toy project portfolio app. |
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,2 @@ | ||
• Support du tri des tâches par date | ||
• Améliorations générales sous le capot pour des performances optimisées. |
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,15 @@ | ||
<b>Taskfolio</b> est une application de gestion de tâches simple et intuitive, conçue pour se synchroniser facilement avec Google Tasks tout en offrant des fonctionnalités complètes hors-ligne. | ||
Cette application a été développée pour mettre en avant mon expertise en développement Android, en utilisant les outils les plus récents et les bonne pratiques. | ||
|
||
Fonctionnalités clés : | ||
|
||
• Hors-ligne : Gérez vos tâches même sans connexion, avec une synchronisation automatique dès que vous êtes de nouveau en ligne. | ||
• Intégration avec Google Tasks : Synchronisez facilement vos tâches avec votre compte Google. | ||
• Interface propre et intuitive : Conçue avec Jetpack Compose et Material Design 3 pour une expérience utilisateur fluide. | ||
|
||
<b>Taskfolio</b> n'est pas seulement un autre gestionnaire de tâches, c’est une vitrine de mes compétences en développement Android. | ||
Que ce soit avec une architecture robuste en utilisant MVVM, une intégration d'API sécurisée ou une expérience utilisateur fluide, cette application démontre ma façon de concevoir des applications Android. | ||
|
||
Si vous êtes intéressé par plus de détails sur la création de ce projet ou si vous souhaitez voir l'intégralité du code source, visitez le dépôt GitHub du projet ! | ||
|
||
https://github.com/opatry/taskfolio |
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 @@ | ||
Gérez vos tâches avec synchronisation vers Google Tasks. Application portfolio "toy-project". |
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 @@ | ||
Taskfolio |
Empty file.
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[versions] | ||
tasksApp-name = "1.1.1" | ||
tasksApp-name = "1.2.0" | ||
compileSdk = "34" | ||
minSdk = "24" | ||
targetSdk = "34" | ||
|