Develop - seekbar haptics, app tour, marquee text for menubar, mirroring shortcuts and navigation, adb device picker and progress notification support#249
Conversation
feat(haptics): add trackpad haptic feedback to all seekbars and settings sliders
…sure safe UI updates
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.
This pull request introduces a new "What's New" tour system to guide users through new features in the app, adds persistent tracking for wired ADB devices, and improves notification handling and device identification throughout the codebase. It also includes enhancements to the WebDAV storage manager for better UI reactivity and several minor fixes.
New "What's New" Tour System:
WhatsNewTourManager,WhatsNewTourItem, and related UI components (WhatsNewModifier,WhatsNewTourPopover) to provide contextual popover guides for new features, with persistent dismissal tracking and dynamic evaluation based on app state. [1] [2] [3]Wired ADB Device Management:
WiredADBDevicestruct and updatedADBConnectorto support multiple wired devices, including serial/model detection and persistent selection viaAppState. Now tracks and stores mappings between device IDs and ADB serials, and uses these mappings for prioritizing device connections and file transfers. [1] [2] [3] [4] [5] [6] [7]Device Identification Consistency:
deviceIdproperty, using either stored identifiers or sensible defaults. [1] [2] [3] [4]Notification Handling Improvements:
WebDAV Storage Manager Enhancements:
isMountedproperty observable and triggered UI updates when the mount state changes, improving user feedback for storage operations. [1] [2] [3]