Conversation
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 several UI improvements and new features to the AirSync Android app, primarily focusing on enhancing the user experience with new components and visual polish. The most notable changes include the addition of a floating media player, a slowly rotating app icon, improvements to splash and toolbar UI, and new app foreground detection logic.
New Features and Components:
FloatingMediaPlayercomposable, enabling a draggable, expandable mini media player with album art, media controls, and volume adjustment. This component provides a modern, interactive way to control media playback.SlowlyRotatingAppIconcomposable for a visually appealing, animated app icon, likely used in connection status or splash screens.UI and UX Improvements:
MainActivityto use the Material You primary color as a tint, providing a more cohesive look with system theming.SettingsViewfor improved visual balance on larger screens.AirSyncFloatingToolbar, possibly to address layout or overlap issues.App Lifecycle and State Management:
AirSyncApp, tracking activity lifecycle events to determine if the app is in the foreground. This enables other components to query the app's visibility state.Dependency and Version Updates:
versionCodeinbuild.gradle.ktsfrom 25 to 26, preparing the app for a new release.Imports and Refactoring:
ConnectionStatusCard.ktto support new UI features, including the animated app icon and additional Compose utilities. [1] [2]