Server path completion for download path on AddTorrentScreen#257
Merged
Bartuzen merged 8 commits intoBartuzen:masterfrom Feb 21, 2026
Merged
Server path completion for download path on AddTorrentScreen#257Bartuzen merged 8 commits intoBartuzen:masterfrom
Bartuzen merged 8 commits intoBartuzen:masterfrom
Conversation
Bartuzen
requested changes
Jan 30, 2026
...seApp/src/commonMain/kotlin/dev/bartuzen/qbitcontroller/ui/addtorrent/AddTorrentViewModel.kt
Outdated
Show resolved
Hide resolved
composeApp/src/commonMain/kotlin/dev/bartuzen/qbitcontroller/ui/addtorrent/AddTorrentScreen.kt
Outdated
Show resolved
Hide resolved
...seApp/src/commonMain/kotlin/dev/bartuzen/qbitcontroller/ui/addtorrent/AddTorrentViewModel.kt
Outdated
Show resolved
Hide resolved
...seApp/src/commonMain/kotlin/dev/bartuzen/qbitcontroller/ui/addtorrent/AddTorrentViewModel.kt
Outdated
Show resolved
Hide resolved
...seApp/src/commonMain/kotlin/dev/bartuzen/qbitcontroller/ui/addtorrent/AddTorrentViewModel.kt
Outdated
Show resolved
Hide resolved
...seApp/src/commonMain/kotlin/dev/bartuzen/qbitcontroller/ui/addtorrent/AddTorrentViewModel.kt
Outdated
Show resolved
Hide resolved
composeApp/src/commonMain/kotlin/dev/bartuzen/qbitcontroller/ui/addtorrent/AddTorrentScreen.kt
Outdated
Show resolved
Hide resolved
...seApp/src/commonMain/kotlin/dev/bartuzen/qbitcontroller/ui/addtorrent/AddTorrentViewModel.kt
Outdated
Show resolved
Hide resolved
Bartuzen
requested changes
Jan 30, 2026
...seApp/src/commonMain/kotlin/dev/bartuzen/qbitcontroller/ui/addtorrent/AddTorrentViewModel.kt
Outdated
Show resolved
Hide resolved
yqx1110
added a commit
to yqx1110/qBitController
that referenced
this pull request
Feb 16, 2026
- Inject RequestManager into AddTorrentViewModel and check qBittorrent version >= 5.0.0 - Add parallel directory content fetching in AddTorrentViewModel - Handle Windows paths in AddTorrentViewModel - Use imports for LocalDensity and TextRange in AddTorrentScreen - Remove fully qualified names in AddTorrentScreen - Fix delay import in AddTorrentViewModel Co-authored-by: yqx1110 <33057583+yqx1110@users.noreply.github.com>
- Inject RequestManager into AddTorrentViewModel and check qBittorrent version >= 5.0.0 - Add parallel directory content fetching in AddTorrentViewModel - Handle Windows paths in AddTorrentViewModel - Use imports for LocalDensity and TextRange in AddTorrentScreen - Remove fully qualified names in AddTorrentScreen - Fix delay import in AddTorrentViewModel Co-authored-by: yqx1110 <33057583+yqx1110@users.noreply.github.com>
Owner
|
There are some changes I want to make, but I’m a bit busy right now. I’ll make those changes and merge this in a few days. |
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.
Inspired by Vuetorrent similar feature: VueTorrent/VueTorrent#2501
Uses getDirectoryContent API
Screenshots: