Skip to content

Prepare Android v2.49.2 - #2756

Merged
enaboapps merged 2 commits into
mainfrom
fix/media-track-controls-menu-2755
Jul 30, 2026
Merged

Prepare Android v2.49.2#2756
enaboapps merged 2 commits into
mainfrom
fix/media-track-controls-menu-2755

Conversation

@enaboapps

@enaboapps enaboapps commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • keep the media-control menu open after Previous Track or Next Track is selected
  • preserve the existing Play/Pause and Volume Control behavior
  • bump Android versionName from 2.49.1 to 2.49.2
  • add regression coverage for media menu selection behavior

Root cause

Previous Track and Next Track inherited MenuItem's default closeOnSelect = true, which closed the menu hierarchy before dispatching each media action.

Impact

Users can skip through multiple tracks without reopening the media-control menu. This PR also prepares the Android v2.49.2 patch release.

Validation

  • ./gradlew --no-daemon compileDebugKotlin
  • ./gradlew --no-daemon testDebugUnitTest
  • ./gradlew --no-daemon compileDebugAndroidTestSources
  • ./gradlew --no-daemon assembleDebug

Release

After merge, verify the v2.49.2 milestone has no open issues, close it, publish GitHub release v2.49.2, and watch the Play Release workflow through successful Google Play upload.

Closes #2755

- Keep previous and next track controls available for repeated use
- Add regression coverage for media menu selection behavior
- Preserve existing play/pause and volume navigation behavior

🤖 Auto-generated
- Bump the Android version name from 2.49.1 to 2.49.2
- Include the persistent media track navigation fix in the patch release
- Validate compilation, unit tests, Android test sources, and debug assembly

🤖 Auto-generated
@enaboapps enaboapps changed the title Keep media menu open for track navigation Prepare Android v2.49.2 Jul 30, 2026
@enaboapps
enaboapps marked this pull request as ready for review July 30, 2026 07:37
@enaboapps
enaboapps merged commit 387d576 into main Jul 30, 2026
@enaboapps
enaboapps deleted the fix/media-track-controls-menu-2755 branch July 30, 2026 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Keep media menu open when changing tracks

2 participants