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

@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'
android {
compileSdk 35
compileSdk 36
defaultConfig {
applicationId "com.wismna.geoffroy.donext"
minSdkVersion 21
targetSdkVersion 35
targetSdkVersion 36
versionCode 33
versionName "1.12"
}