ADFA-5192 refactor(ui): delete the legacy tabbed UI - #435
Merged
luisguzman-adfa merged 2 commits intoAug 19, 2026
Conversation
…agments, controllers)
…ring after deletion
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.
Deletes the dead legacy tabbed UI (ADFA-5192, Phase A · Step 2). Nothing routed to it
since the redesign became the launcher; Phase B re-homed its last live use (the terminal)
into TerminalActivity, and Step 1 extracted the one shared symbol (SystemState).
Deleted
fragments (Dashboard/Usage/Sync/Deploy).
Backup (backup), Share/Receive/ArchCheck (sync).
MultiResourceGaugeView, ServerLogView, DashboardManager.
tab_* strings (base + all locales).
Kept
The install/backup/sync domain + service + repository layer (InstallService,
InstallProgressRepository, ModuleQueueRepository, InstallState, DownloadStateViewModel,
BackupEngine, SyncStateViewModel/SyncProgressRepository), ServerController/ServerState,
and the whole redesign package — all still used by the live UI.
Note
MainActivity hosted the cliReceiver for the terminal
iiabCLI's backup/restorebroadcasts; those handlers were already cosmetic (the real trigger was long commented
out) and logged into the now-removed Usage console, so removing them is not a functional
change. The real fake-sysdata work (ACTION_PREPARE_ROOTFS) lives in
ServerController/EnvironmentControl and is unaffected.
Verification
No live-code or resource references to any deleted symbol remain (comments only). Needs
a device build: redesign launches normally, and the terminal opens from Settings and its
notification.
Tested on Device