refactor(db-repository): extract folder query operations to FolderQueryRepository - #11481
Open
rafaeltonholo wants to merge 1 commit into
Conversation
rafaeltonholo
requested review from
jbott-tbird
and removed request for
a team
September 1, 2026 16:07
Contributor
|
✅ Validation Passed: All report and feature-flag labels are correctly set. |
rafaeltonholo
force-pushed
the
chore/11470/split-folder-repository-part-4
branch
from
September 2, 2026 10:50
5905bfb to
67ac36f
Compare
rafaeltonholo
requested review from
wmontwe
and removed request for
jbott-tbird
September 2, 2026 11:58
rafaeltonholo
force-pushed
the
chore/11470/split-folder-repository-part-4
branch
from
September 3, 2026 14:17
67ac36f to
d962d68
Compare
rafaeltonholo
force-pushed
the
chore/11470/split-folder-repository-part-4
branch
from
September 4, 2026 10:50
d962d68 to
d16cba0
Compare
…itories - Add RemoteFolderQueryRepository interface with getAllByAccountId method - Add RemoteFolderDetailsRepository interface with getAllByAccountId method - Add DefaultRemoteFolderQueryRepository and DefaultRemoteFolderDetailsRepository implementations - Remove getRemoteFolders and getRemoteFolderDetails from FolderRepository - Update GetAccountFolders, AccountSettingsViewModel, DefaultDisplayFolderRepository, DefaultSpecialFolderUpdater, and FolderSettingsProvider to use new repositories - Make SettingsExporter.exportPreferences and related methods suspend functions - Make FolderSettingsChangedListener.onFolderSettingsChanged suspend function and notify on main immediate dispatcher - Migrate RemoteFolderDetails from data class to typealias referencing API module
rafaeltonholo
force-pushed
the
chore/11470/split-folder-repository-part-4
branch
from
September 4, 2026 18:31
d16cba0 to
ebb507e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution Summary
Linked Issue/Ticket: Resolves #11470
Description
AI Disclosure
Select one of the following (mandatory)
Contribution Checklist
gradlew spotlessCheckto check andgradlew spotlessApplyto format your source code; will be checked by CI).gradlew testDebugUnitTest; will be checked by CI).Stack created with GitHub Stacks CLI • Give Feedback 💬