Add a FAB to create a task

Add bottom sheet to display the new task form
Set up the tasks list screen to display tasks
Implement a working migration from the old Donext database
This commit is contained in:
Geoffroy Bonneville
2025-09-11 20:11:20 -04:00
parent d6e05c17ba
commit d469fbc2ba
21 changed files with 498 additions and 136 deletions

View File

@@ -14,8 +14,8 @@ android {
applicationId = "com.wismna.geoffroy.donext"
minSdk = 26
targetSdk = 36
versionCode = 1
versionName = "1.0"
versionCode = 34
versionName = "2.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}