Skip to content

Fix path autocomplete for windows - #201

Merged
taylorcox75 merged 24 commits into
mainfrom
develop
Aug 1, 2026
Merged

Fix path autocomplete for windows#201
taylorcox75 merged 24 commits into
mainfrom
develop

Conversation

@taylorcox75

Copy link
Copy Markdown
Owner

No description provided.

List content and card padding were nearly zero (2px), making rows feel
cluttered and edge-to-edge. Bump list horizontal padding and card
padding/margins to the standard spacing scale
List content and card padding were nearly zero (2px), making rows feel
cluttered and edge-to-edge. Bump list horizontal padding and card
padding/margins to the standard spacing scale
expo, expo-router, react-native, and 7 other packages were a patch
version behind what SDK 57 expects, which is what expo-doctor's
version-validation check was failing on. Ran expo install --fix and
reinstalled clean to resolve the resulting peer-dependency conflict
with the previously-locked react-native 0.86.0.
…193)

getDirectoryContent('/', ...) on a Windows host always resolves to the
root of whatever drive qBittorrent runs on, but the endpoint accepts a
drive-letter path like D:/ directly. The autocomplete trigger only
fired for text starting with '/', so typing a path on another drive
never fetched suggestions at all. Relax the trigger to also match
Windows drive-letter paths (#180).
…195)

The screenshots/ folder duplicated images already generated in
assets/appstore for App Store listing; README now links directly
to those instead of maintaining a separate copy.
* Fix broken TorrentCard compact padding test
…200)

On Windows, qBittorrent's getDirectoryContent returns entries with
backslash separators (e.g. F:\test folder) even when queried with a
forward-slash dirPath. toBaseName only recognized '/', so the
'basename' ended up being the whole backslash path, producing garbage
suggestions like F:/F:\test folder.

Also switch the suggestion row from onPressIn to onPress — onPressIn
fires on touch-down before the ScrollView can recognize a scroll
gesture, so a swipe meant to scroll the list immediately applied
whatever row was under the finger.
@taylorcox75
taylorcox75 merged commit f98f7f1 into main Aug 1, 2026
3 checks passed
taylorcox75 added a commit that referenced this pull request Aug 4, 2026
* Fix path autocomplete for windows (#201)

* Fix Windows path autocomplete, and enhance search options (#204)

1. Autocomplete for windows path
2. Search indexers sort options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant