Todometer
✅ A meter to-do list built with Android Jetpack (Room, ViewModel, LiveData, Databinding, ViewBinding, DataStore...), MotionLayout, Kotlin Coroutines, Dagger Hilt, Material Components, ...
파일 탐색기
최종 버전 다운로드 (.zip)- android.yml
- deploy_alpha.yml
- deploy_beta.yml
- deploy_production.yml
- ProjectDaoTest.kt
- TaskDaoTest.kt
- TodometerDatabaseTest.kt
- UserPreferencesRepositoryTest.kt
- TestUtil.kt
- AppDatabase.db
- ProjectDao.kt
- TaskDao.kt
- TaskProjectViewDao.kt
- ProjectEntity.kt
- ProjectTasksRelation.kt
- TaskEntity.kt
- ProjectMapper.kt
- TaskMapper.kt
- TaskProjectMapper.kt
- TaskProjectView.kt
- Converters.kt
- TodometerDatabase.kt
- IProjectLocalDataSource.kt
- ITaskLocalDataSource.kt
- ProjectLocalDataSource.kt
- TaskLocalDataSource.kt
- ProjectRepository.kt
- TaskRepository.kt
- UserPreferencesRepository.kt
- BindingAdapters.kt
- DatabaseModule.kt
- LocalDataSourceModule.kt
- RepositoryModule.kt
- UseCaseModule.kt
- AppThemePreference.kt
- Project.kt
- Tag.kt
- Task.kt
- TaskProject.kt
- TaskState.kt
- IProjectRepository.kt
- ITaskRepository.kt
- IUserPreferencesRepository.kt
- DeleteProjectUseCase.kt
- DeleteTaskUseCase.kt
- GetAppThemePreferenceUseCase.kt
- GetProjectSelectedIdUseCase.kt
- GetProjectSelectedUseCase.kt
- GetProjectsUseCase.kt
- GetTaskUseCase.kt
- InsertProjectUseCase.kt
- InsertTaskUseCase.kt
- SetAppThemePreferenceUseCase.kt
- SetProjectSelectedUseCase.kt
- SetTaskDoingUseCase.kt
- SetTaskDoneUseCase.kt
- UpdateProjectUseCase.kt
- UpdateTaskUseCase.kt
- Activity.kt
- AboutFragment.kt
- ProjectsAdapter.kt
- TagsAdapter.kt
- TasksAdapter.kt
- FloatingActionButtonScrollBehavior.kt
- MainActivity.kt
- MainViewModel.kt
- MenuBottomSheetDialogFragment.kt
- MoreBottomSheetDialogFragment.kt
- AddProjectFragment.kt
- EditProjectFragment.kt
- SwipeController.kt
- AddTaskFragment.kt
- EditTaskFragment.kt
- TaskFragment.kt
- TasksFragment.kt
- AppThemeOption.kt
- ProgressUtil.kt
- App.kt
- enable_item.xml
- selectable_item_text.xml
- circle.xml
- ic_add_24dp.xml
- ic_android_studio_24dp.xml
- ic_baseline_dark_theme_24.xml
- ic_baseline_default_theme_24.xml
- ic_baseline_delete_outline_24.xml
- ic_baseline_light_theme_24.xml
- ic_baseline_more_vert_24.xml
- ic_calendar_check_outline_24dp.xml
- ic_check_24dp.xml
- ic_clear_24dp.xml
- ic_create_24dp.xml
- ic_delete_outline_24dp.xml
- ic_file_24.xml
- ic_github_24.xml
- ic_launcher_background.xml
- ic_launcher_foreground.xml
- ic_launcher_foreground_monochrome.xml
- ic_menu_24dp.xml
- ic_outline_edit_24.xml
- ic_replay_24dp.xml
- ic_round_arrow_back_24.xml
- ic_round_arrow_drop_up_24.xml
- ic_round_code_24.xml
- ic_warning_24dp.xml
- isotype.xml
- isotype_monochrome.xml
- project_completed.xml
- rectangle.xml
- rectangle_item.xml
- selectable_item_background.xml
- isotype.xml
- quicksand.xml
- quicksand_bold.ttf
- quicksand_light.ttf
- quicksand_medium.ttf
- quicksand_regular.ttf
- quicksand_semi_bold.ttf
- about_fragment.xml
- add_project_fragment.xml
- add_task_fragment.xml
- edit_project_fragment.xml
- edit_task_fragment.xml
- item_project.xml
- item_tag.xml
- item_task.xml
- main_activity.xml
- menu_bottom_sheet_dialog_fragment.xml
- more_bottom_sheet_dialog_fragment.xml
- task_fragment.xml
- tasks_fragment.xml
- add_resource_menu.xml
- bottom_app_bar_menu.xml
- edit_resource_menu.xml
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- nav_host.xml
- colors.xml
- dimens.xml
- ic_launcher_background.xml
- integer.xml
- shape.xml
- strings.xml
- styles.xml
- themes.xml
- type.xml
- strings.xml
- strings.xml
- colors.xml
- styles.xml
- backup_descriptor.xml
- AndroidManifest.xml
- ic_launcher-playstore.png
- ProjectMapperTest.kt
- TaskMapperTest.kt
- ConvertersTest.kt
- ProjectLocalDataSourceTest.kt
- TaskLocalDataSourceTest.kt
- ProjectRepositoryTest.kt
- TaskRepositoryTest.kt
- GetProjectSelectedUseCaseTest.kt
- GetProjectsUseCaseTest.kt
- GetTaskUseCaseTest.kt
- ProgressUtilTest.kt
- .gitignore
- build.gradle.kts
- proguard-rules.pro
- header.jpg
- header_1024.jpg
- isotype_dark.jpg
- isotype_dark.jpg
- header.ai
- isotype.ai
- isotype_dark.png
- isotype_dark.svg
- isotype_light.png
- isotype_light.svg
- isotype_monochrome.svg
- logotype.ai
- detekt.yml
- gradle-wrapper.jar
- gradle-wrapper.properties
- libs.versions.toml
- add_task.gif
- delete_task.gif
- edit_task.gif
- tasks_doing_done.gif
- dynamic_color_add_task.png
- dynamic_color_illustration_1.png
- dynamic_color_illustration_2.png
- dynamic_color_menu.png
- dynamic_color_tasks_dark.png
- dynamic_color_tasks_light.png
- tasks.png
- tasks_dark.png
- .editorconfig
- .gitignore
- build.gradle.kts
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- renovate.json
- settings.gradle.kts
// repository documentation
Was this content helpful?
(0 ratings)
