Develop - BLE, scrcpy updates, seekbar, scanner and settings ui updates, WebDAV, file pop up, menubar customizations, websocket call controls and more#242
Conversation
…rency injection styles
…o model and sync payloads
… until authentication succeeds
…ove redundant BLE relay logic
refactor: remove redundant and unused legacy app icon assets
Ble - Bluetooth LE communication
…essible from QRScannerSidebarView
…t AppGridView searchable modifier
…or session and media packets
- Guarded behind button called 'Sync Android playback seekbar' - Also added a tooltip - Added the seekbar in Menu bar widget and also the phone display - Requires changes in android app
…system accent color support
…and remove redundant scan log
…ions for BLE connections
… to plus features lists
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 updates the AirSync macOS project to version 4.0.0, with significant changes to project resources and configuration. The main updates include replacing the bundled
scrcpy-server-v3.3.4resource with a newscrcpy-server, updating version numbers and adding a Bluetooth usage description, and removing multiple unused or legacy app icon asset sets.Project resource and configuration updates:
scrcpy-server-v3.3.4resource with a newscrcpy-serverin the Xcode project, updating all references and build phases accordingly. [1] [2] [3]NSBluetoothAlwaysUsageDescriptionkey to the Info.plist configuration, explaining Bluetooth usage for syncing notifications and media controls when Wi-Fi is unavailable. [1] [2] [3]Asset cleanup:
airsync-mac/Assets.xcassets, including allAppIcon-*.appiconsetandAppIconImage-*.imagesetJSON files. [1] [2] [3]These changes help streamline the project resources, ensure compliance with macOS privacy requirements, and prepare the app for the next major release.