Cygnus Player v1.0.5 Release - #8
Merged
Merged
Conversation
- Android Auto Integration & Fixes: - Resolve app recognition issue (#7) via SmallIcon metadata, MediaSessionService action, and legacy MediaBrowserService intent filter. - Enforce minimalist AA experience (disable library browsing and navigation controls via ForwardingPlayer). - Implement dynamic Media Session IDs to prevent phantom playlist caching. - Fix string interpolation bug in library item generation causing AA playback failures. - Add AA setup & Desktop Head Unit (DHU) emulator testing documentation and Robolectric unit tests. - Audio Engine & UI Hardening: - Hardened ReplayGain parsing in Media3MetadataExtractor for whitespace variations and dB formatting. - Refined playlist picker MIME filtering for M3U/M3U8 files. - Added path sanitization in PlaylistPickerViewModel to prevent leaked object strings. - Refactored SharedPreferences to idiomatic Kotlin KTX edit blocks. - Dev Tooling & Versioning: - Updated PowerShell aliases (v1.5) for environment sanitization and DHU process management. - Synchronized version 1.0.5 (build 6) across version.properties, VersionInfo.kt, README.md, CHANGELOG.md, AGENTS.md, CONTRIBUTING.md, and PR template.
…ded local JDK path from gradle.properties
- Update ctest PowerShell alias in README.md to execute JVM unit tests and device tests - Update CHANGELOG.md and CygnusPlaybackServiceUnitTest to reflect full suite coverage
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
This Pull Request mints Release 1.0.5 (Build 6), introducing official Android Auto integration, critical playback recognition bug fixes, audio engine hardening, developer workflow enhancements, and comprehensive documentation updates.
Key Highlights:
MediaBrowserServicevisibility while enforcing the "Immutable Journey" minimalist UX (disabled browsing and skip/next/prev controls viaForwardingPlayer).Media3MetadataExtractorfor whitespace/dBformatting and restricted playlist picker MIME types to.m3u/.m3u8.CygnusPlaybackServiceUnitTest), upgraded PowerShell aliases to v1.5 with DHU process management, and added developer guide documentation inREADME.mdandTESTING_STRATEGY.md.version.properties,VersionInfo.kt,README.md,CHANGELOG.md,AGENTS.md,CONTRIBUTING.md, and.github/PULL_REQUEST_TEMPLATE.md.Fixes #7
🌌 Scope & Architecture Checklist
Please confirm that your Pull Request adheres to Cygnus Player's core constraints:
LongArray/IntArray) and Room sliding cursors.🧪 Testing Checklist
./gradlew testlocally and all unit tests pass.@param,@return).version.properties,VersionInfo.kt, andREADME.md, andCHANGELOG.mdupdated (or release heading minted if releasing).