release: v1.0.4 - Fix root folder display, home screen widget updates, and playlist indicator - #6
Merged
Conversation
- Display configured Music Root Folder on Settings screen with URL decoding and marquee formatting (Closes #3). - Instant home screen widget metadata update on initial add during active playback via REQUEST_WIDGET_UPDATE broadcast (Closes #4). - Render playing triangle indicator on playlist screen for active playlist and position active playlist at top of history list (Closes #5). - Decouple screen navigation state in MainActivity to fix back-button navigation bounce from Now Playing screen. - Add Robolectric unit tests for widget receiver broadcasts and history sorting. - Add instrumented Compose test for back-button navigation to PlaylistPickerScreen. - Add .markdownlintignore and update .vscode/settings.json for artifact files. - Update README.md PowerShell profile alias documentation with adb devices usage instructions. - Bump VERSION_NAME to 1.0.4 and VERSION_CODE to 5 in version.properties and VersionInfo.kt.
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.
📝 Description
Mints version
1.0.4(VERSION_CODE=5) resolving Issues #3, #4, and #5:primary:Music->Internal Storage > Music) andModifier.basicMarquee().ACTION_REQUEST_WIDGET_UPDATEbroadcast.PlayArrow) on playlist screen for active playing playlist and positions active playlist at index 0 (top of history list). Decouples screen navigation inMainActivityto fix back-button navigation bounce fromNowPlayingScreen.Closes #3
Closes #4
Closes #5
🌌 Scope & Architecture Checklist
LongArray/IntArray) and Room sliding cursors.🧪 Testing Checklist
./gradlew testlocally and all unit tests pass.@param,@return).CHANGELOG.mdupdated and minted for## [1.0.4] - 2026-08-11.