These 7 commits are when the Protocol Buffers files have changed:
Commit: | fb200e2 | |
---|---|---|
Author: | Jack Eblan | |
Committer: | GitHub |
Removed Auto launch application and clean app settings (#282) * Removed Auto launch application and clean app settings. I don't think they are still useful anymore. * Removed CI aab generation * Failed tests attempt #1 * Failed tests attempt #2 * 🤖 Updates screenshots * Failed tests attempt #3 * Removed redundant composable annotation to some function * Optimized dark light mode (#284) * - Activity handles uiMode config change to prevent re-creating the whole activity - Wrap uiState logic into its classes - Optimize startup to prevent recomposing twice on startup - Optimize startup to call enableEdgeToEdge only once or when change occurs * Use OOP in theming. * Removed theme provider object * 🤖 Updates screenshots * Regenerate graphs and remove hilt in design system component screenshot test. Refactor some code in Main activity * 🤖 Updates screenshots * Refactor proguard rules * Figured out why datastore is not working when service was stopped. They shared same coroutine scope. To fix this, Service has its own job. Fixes #285 * Disassemble domain to each module (#286) * make domain a multi module * 🤖 Updates baselines for Dependency Guard * There were unversioned files left * Clean up code * Failed tests fix attempt #3 * Regenerate graphs
The documentation is generated from this commit.
Commit: | d69487a | |
---|---|---|
Author: | Jack Eblan | |
Committer: | GitHub |
Clean Architecture 2025 (#273) * - Deleted core testing module and move all the fakes to the domain test fixtures - Deleted core ui as we don't need it - Moved shared classes such as Rules in tests to common test fixtures * - Remove the core folder - Moved out data frameworks to data folder - Renamed some module names to be specific * Regenerate graphs * Forgot to add roborazzi module to feature service * Forgot to add roborazzi module to feature service * Why so many un versioned files? * Fixed Tests failed Attempt #1 * Use Kotlin Test annotation * Renamed some package names
Commit: | 1d32101 | |
---|---|---|
Author: | Jack Eblan | |
Committer: | GitHub |
Improved UI (#186)
Commit: | 28b875c | |
---|---|---|
Author: | JackEblan |
Cleanup code
Commit: | 7ec9810 | |
---|---|---|
Author: | JackEblan | |
Committer: | JackEblan |
Added auto launch feature
Commit: | c57237a | |
---|---|---|
Author: | JackEblan | |
Committer: | JackEblan |
Added repository to datastore but still no tests
Commit: | 5a89bd7 | |
---|---|---|
Author: | JackEblan |
Preparing for Datastore