-
-
Notifications
You must be signed in to change notification settings - Fork 368
feat: downloads storage manager tab #878
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
utkarshdalal
merged 41 commits into
utkarshdalal:master
from
xXJSONDeruloXx:feat/downloads-storage-manager-tab
Mar 28, 2026
Merged
Changes from 36 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
a5dfbb1
added initial download view w/steam support
eredisg d05ce1e
Merge branch 'master' of https://github.com/eredisg/GameNative
eredisg cb6e979
added initial epic games support
eredisg aa9e92a
added initial GOG support
eredisg 3a8a03e
added initial amazon games support
eredisg f62d3e0
updated DownloadsViewModel.kt
eredisg 11a80c4
added partial_install column to db and updated amazon, gog, and epic
eredisg 94aa7b1
moved downloads screen to sidebar
eredisg d579277
added the ability to resume downloading
eredisg 3bca522
removed duplicative code
eredisg fa86c33
Add global container storage manager
xXJSONDeruloXx 9ecbfd2
Refine container manager UI and logging
xXJSONDeruloXx ea6c9fd
fix: add edge cases for container without install, install without co…
xXJSONDeruloXx cac5164
feat: allow move to ext or int if enabled
xXJSONDeruloXx 800d134
feat: move storage manager into downloads tab
xXJSONDeruloXx 0b65053
Refine downloads and storage manager sidebar UI
xXJSONDeruloXx c4d58d4
Merge remote-tracking branch 'upstream/master' into feat/downloads-st…
xXJSONDeruloXx 23749c3
Merge remote-tracking branch 'upstream/master' into feat/downloads-st…
xXJSONDeruloXx 9833f61
Merge remote-tracking branch 'origin/feat/downloads-storage-manager-t…
xXJSONDeruloXx 646fd66
Fixed portrait mode issue with download view
eredisg 7fc4416
Merge pull request #12 from eredisg/feat/downloads-storage-manager-tab
xXJSONDeruloXx 7ebc53e
Merge remote-tracking branch 'upstream/master' into feat/downloads-st…
xXJSONDeruloXx 81341c3
feat: improve downloads manager
xXJSONDeruloXx 83dde8d
chore: make focus colors consistent purple, update header names and t…
xXJSONDeruloXx ee1c6f2
Refine downloads and storage manager UI
xXJSONDeruloXx 274240d
Merge remote-tracking branch 'upstream/master' into feat/downloads-st…
xXJSONDeruloXx b320045
fix: move downloads pause cancel off main thread
xXJSONDeruloXx fe422a8
Fix manifest driver id for CI
xXJSONDeruloXx 780bb31
Merge remote-tracking branch 'upstream/master' into feat/downloads-st…
xXJSONDeruloXx 193c451
fix: restore inbound moves and amazon download details
xXJSONDeruloXx fd3d2ed
fix: remove stale friends home destination
xXJSONDeruloXx 0ec73b7
fix: drop download speed from downloads manager
xXJSONDeruloXx 79841f9
refactor: dedupe partial download detection
xXJSONDeruloXx 1525e13
fix: add translations for downloads and storage
xXJSONDeruloXx 611c1b2
fix(downloads): remove manager polling and reuse known sizes
xXJSONDeruloXx 96ff5ae
fix(downloads): avoid full library partial-download scans
xXJSONDeruloXx a1c6ea3
fix(downloads): address cubic follow-up findings
xXJSONDeruloXx d43a6d9
fix(downloads): coalesce refreshes and estimate Steam sizes
xXJSONDeruloXx 508333b
fix(downloads): preserve initial refresh and filter Steam size estimates
xXJSONDeruloXx 8a067ac
fix(storage): use lightweight Steam depot size estimates
xXJSONDeruloXx f5e607e
fix(storage): estimate Steam sizes from installed depots
xXJSONDeruloXx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.