Skip to content

Move playlist toolbar action to the overflow menu#5020

Merged
geekygecko merged 2 commits intorelease/8.6from
mehow/task/multi-select-order
Feb 23, 2026
Merged

Move playlist toolbar action to the overflow menu#5020
geekygecko merged 2 commits intorelease/8.6from
mehow/task/multi-select-order

Conversation

@MiSikora
Copy link
Copy Markdown
Contributor

Description

This changes the default order of the multi-select actions. Playlist option is now in the overflow menu instead.

Closes PCDROID-461

Testing Instructions

  1. Fresh install the app.
  2. Go to any podcast.
  3. Start multi-selection.
  4. You should see add to Up Next as the first rightmost action.
  5. Tapping on the overflow menu should show add to playlist action.

Screenshots or Screencast

image

Checklist

  • If this is a user-facing change, I have added an entry in CHANGELOG.md
  • Ensure the linter passes (./gradlew spotlessApply to automatically apply formatting/linting)
  • I have considered whether it makes sense to add tests for my changes
  • All strings that need to be localized are in modules/services/localization/src/main/res/values/strings.xml
  • Any jetpack compose components I added or changed are covered by compose previews
  • I have updated (or requested that someone edit) the spreadsheet to reflect any new or changed analytics.

I have tested any UI changes...

  • with different themes
  • with a landscape orientation
  • with the device set to have a large display and font size
  • for accessibility with TalkBack

@MiSikora MiSikora added this to the 8.6 ❄️ milestone Feb 20, 2026
@MiSikora MiSikora requested a review from a team as a code owner February 20, 2026 07:20
Copilot AI review requested due to automatic review settings February 20, 2026 07:20
@MiSikora MiSikora added [Area] Multiselect [Type] Enhancement Improve an existing feature. labels Feb 20, 2026
@MiSikora MiSikora requested review from geekygecko and removed request for a team February 20, 2026 07:20
@dangermattic
Copy link
Copy Markdown
Collaborator

dangermattic commented Feb 20, 2026

1 Warning
⚠️ This PR is assigned to the milestone 8.6 ❄️. The due date for this milestone has already passed.
Please assign it to a milestone with a later deadline or check whether the release for this milestone has already been finished.

Generated by 🚫 Danger

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR reorders the default multi-select episode actions to improve UX by making "Play Next" more accessible. The change moves "Play Next" from the overflow menu into the toolbar as the 4th action, while "Add to Playlist" moves from the 4th position to the overflow menu (5th position).

Changes:

  • Reordered actions in MultiSelectEpisodeAction.STANDARD list to swap "PlayNext" and "AddToPlaylist" positions
  • Updated CHANGELOG.md with entry for version 8.6

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
modules/services/views/src/main/java/au/com/shiftyjelly/pocketcasts/views/multiselect/MultiSelectEpisodeAction.kt Swapped positions of PlayNext and AddToPlaylist in the STANDARD list, changing the default toolbar action order
CHANGELOG.md Added update entry under version 8.6 documenting the toolbar action reordering

Comment thread CHANGELOG.md Outdated
Copilot AI review requested due to automatic review settings February 20, 2026 07:24
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.

@MiSikora MiSikora changed the title Move playlist toolbar action to overflow menu Move playlist toolbar action to the overflow menu Feb 20, 2026
@geekygecko geekygecko merged commit ec8eeb3 into release/8.6 Feb 23, 2026
23 checks passed
@geekygecko geekygecko deleted the mehow/task/multi-select-order branch February 23, 2026 00:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants