Code quality cleaning before releasing v0.1.0a. - [x] `core.database` refactor * rewrite repositories - [x] Move `ui.overview`, `ui.database`, `ui.ocr` and `ui.settings` to `ui.screens`, also do some file renaming - [x] Migrating to `datastore-proto` - [ ] Other general refactors * Extracting common functions * `ButtonDefaults.buttonColors(...)` → `ButtonDefaults.errorButtonColors()` ...? * `@Composable ProgressIndicator (current: Int, total: Int, ...)` ...? * Any other ...?
Code quality cleaning before releasing v0.1.0a.
core.databaserefactorMove
ui.overview,ui.database,ui.ocrandui.settingstoui.screens, also do some file renamingMigrating to
datastore-protoOther general refactors
ButtonDefaults.buttonColors(...)→ButtonDefaults.errorButtonColors()...?@Composable ProgressIndicator (current: Int, total: Int, ...)...?