issues
search
ARK-Builders
/
ARK-Retouch
Quick image editor for Android
MIT License
0
stars
1
forks
source link
#97: First iteration of refactoring
#90
Closed
isakovch
closed
1 year ago
isakovch
commented
1 year ago
Changes:
Replaced ktlint with more popular plugin and updated rules
Updated build properties and parameters
Replaced Dagger with Koin
Splitted Composable functions in EditCanvas
Changed the project structure to feature type not layer
Started cleaning fields through [EditionState]
Marked several classes as deprecated since they are violating SOLID principles
Started integrating Version catalogs
Removed pre commit, since we already have a ktlint check in CI/CD
Added common package for future core classes
Preparation to Java 11 migration
Future plans:
Continue cleaning fields and moving them into [EditionState] class
Splitting EditManager's responsibilities
Toml integration & libs update
Java 11 migration
All Canvas screens cleaning
kirillt
commented
1 year ago
The crash and todos moved to these issues:
91
92
93
94
95
96
Changes:
Future plans: