feat(linux/rust) - implement popup animation and integrate frame assets into UI components#597
Open
jdmarinv wants to merge 1 commit into
Open
Conversation
|
@jdmarinv would it have been better if it was an .gif or any video file? as quickly changing multiple image files may consume high cpu usage. |
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.
PR: Implement Popup Animation, LE Hardening, and AACP Protocol Enhancements
Description
This pull request introduces a major visual and functional update to the
linux-rustbranch. The primary goal is to provide a native-like "Popup" experience—similar to MacOS/iOS—when AirPods are detected nearby. This is supported by significant hardening of the Bluetooth Low Energy (LE) monitoring and the AACP protocol handling to ensure reliability on Linux.Key Changes
1. UI & UX Enhancements
frame_001throughframe_180) for a smooth, high-fidelity opening animation.src/ui/popup.rsto handle the animated overlay using theicedtoolkit.2. Bluetooth & LE Logic
OwnsConnection) upon initialization, forcing the hardware to push battery and ear-detection events immediately.04 00 04 00and01 00 04 00prefixes, fixing issues where telemetry packets were silently discarded.3. Lifecycle & Persistence
--start-minimizedand prepared a.desktopentry for background execution and system-wide installation.Files Changed
src/ui/popup.rssrc/bluetooth/le.rssrc/bluetooth/aacp.rssrc/devices/enums.rssrc/ui/airpods.rsassets/animations/popup/Test Plan
InEarvsOutOfEarstates (visible in debug logs).--start-minimizedand verify the app stays in the tray/background until a connection triggers the popup.