Implement Recently Played system and expressive UI refinements#1003
Merged
theovilardo merged 1 commit intomasterfrom Feb 7, 2026
Merged
Implement Recently Played system and expressive UI refinements#1003theovilardo merged 1 commit intomasterfrom
theovilardo merged 1 commit intomasterfrom
Conversation
- **Recently Played Feature**:
- Introduces `Recently Played` screen with time-range filtering (Day, Week, Month, Year, All) and grouped chronological timelines.
- Implements `RecentlyPlayedSection` on the Home screen featuring a staggered, variable-width horizontal "pill" layout for quick access.
- Adds `mapRecentlyPlayedSongs` utility to deduplicate and filter playback history against the local library with configurable time bounds.
- Integrates dedicated play and shuffle actions specifically for the recently played queue.
- **UI & Typography**:
- Introduces expressive variable font styling for "Recently Played", "Your Mix", and "Daily Mix" headers using `gflex_variable`.
- Refines the `Daily Mix` header layout with improved image layering and composition logic.
- Adds smooth-cornered (Squircle) dividers and cards across the history and home screens for a more cohesive Material 3 identity.
- **Navigation & Integration**:
- Registers the new `RecentlyPlayed` route in `AppNavigation` and `Screen` definitions.
- Updates `MainActivity` to handle navigation bar visibility and transitions for the new history screen.
- Enhances the `HomeScreen` with a direct entry point to the full playback history.
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.
Recently Playedscreen with time-range filtering (Day, Week, Month, Year, All) and grouped chronological timelines.RecentlyPlayedSectionon the Home screen featuring a staggered, variable-width horizontal "pill" layout for quick access.mapRecentlyPlayedSongsutility to deduplicate and filter playback history against the local library with configurable time bounds.gflex_variable.Daily Mixheader layout with improved image layering and composition logic.RecentlyPlayedroute inAppNavigationandScreendefinitions.MainActivityto handle navigation bar visibility and transitions for the new history screen.HomeScreenwith a direct entry point to the full playback history.