Add settings UI, application screenshots, and update documentation - #1
Merged
Conversation
…documentation - Implement Settings screen with version info, database diagnostics, and root folder reset - Add VersionInfo object synchronized with version.properties - Embed 10 app tour screenshots into README.md alongside persistent state details - Update .github/copilot-instructions.md for tri-file version sync (version.properties, VersionInfo.kt, CHANGELOG.md) - Enhance UI and unit test suite stability across Robolectric and Compose environments
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.
🌌 Cygnus Player — Release v1.0.1
🚀 Summary
This release introduces a minimalist Settings Screen, embeds an interactive App Tour Screenshot Gallery into the repository documentation, synchronizes tri-file versioning (
1.0.1), and stabilizes the test suite across Android 16/17 environments.✨ Key Features & Improvements
⚙️ Settings UI & Diagnostics
VERSION_NAME(1.0.1), build version code (2), total tracks mapped in the database, and saved playlist counts.📚 Documentation & Visuals
README.mdcovering Initial Setup, Playlist Minting, Now Playing, Home Screen Widget, and Settings.sequence_id, exact track position, activeShuffleMode, andLongArrayorder mapping) across application updates..github/copilot-instructions.mdto enforce tri-file version consistency (version.properties,VersionInfo.kt, andCHANGELOG.md).🧪 Testing & Environment Stability
sdk=35) and fixed Compose UI test rule bindings.📦 Versioning Verification
version.properties➔VERSION_NAME=1.0.1,VERSION_CODE=2VersionInfo.kt➔VERSION_NAME = "1.0.1",VERSION_CODE = 2CHANGELOG.md➔## [1.0.1] - 2026-07-25🧪 Automated Testing
./gradlew test)./gradlew assembleDebug)