Feature/bugfixes on dev#788
Open
ianshulyadav wants to merge 6 commits into
Open
Conversation
…d playlist pinning & tag filters
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.
Pull Request
Summary
This Pull Request addresses several critical stability and user interface bugs in the application. It fixes playback freezes and ANR crashes by lowering the stream-resolving timeout, ensures long song names do not overflow song durations, adds support for tags/filtering, implements playlist pinning, preserves user card/list layout mode settings upon restart, and fixes dynamic shortcut counts and filtered song click mismatches. Finally, the branch has been successfully merged with the latest changes from the upstream
devbranch.Linked Work
Change Type
Affected Surfaces
:app:innertube:betterlyrics:kugou:lrclib:lastfm:simpmusic:paxsenix:unison:canvas:shazamkit:spotifycoreserverfastlane.githubScreenshots / Recordings
Behavior Notes
MusicServicehas been reduced from12000Lto3000Lto prevent ExoPlayer's internal thread from freezing the application when pausing/resuming uncached streams.pinnedAtcolumn inPlaylistEntity, bumping the schema version to 30.HorizontalPagertabs.Architecture Checklist
Loading,Success,Empty, andErrorwhere this PR introduces or changes screen state.runBlockingis introduced in app execution paths.Compose / Material Checklist
collectAsStateWithLifecycle().@Immutableor@Stable.keyvalues and explicitcontentType.derivedStateOfwhere appropriate.stringResource()and duplicated visible strings on the same screen are avoided.WindowInsetscorrectly when this PR changes screen layout.Concurrency / Performance Checklist
viewModelScopeor an existing lifecycle-owned application/service scope.Dispatchers.IOorDispatchers.Default.Data / Persistence Checklist
app/schemas.Playback / Integration Checklist
universal,arm64,armeabi,x86, andx86_64variants.Localization / Assets Checklist
Privacy / Security Checklist
Verification
Reviewer Focus
MusicService.ktlines resolving stream playback data specs (check reduced timeout safety).LibraryScreen.ktintegration of tags filtering under expressive page tabs.push_pinplaylist field).Release Notes
Fixed a critical application hang (ANR) during pause/resume, corrected song item layout overlaps, added playlist pinning and tags management, and resolved layout setting reset issues on application restart.