NewPipe icon indicating copy to clipboard operation
NewPipe copied to clipboard

Fixed playlist order

Open nicholasala opened this issue 1 year ago • 1 comments

What is it?

  • [x] Bugfix (user facing)
  • [ ] Feature (user facing)
  • [ ] Codebase improvement (dev facing)
  • [ ] Meta improvement to the project (dev facing)

Description of the changes in your PR

When user has not yet adjusted manually the playlists order the lists in "Bookmarked Playlists" and "add to playlist" dialog don't have the same order. Now in this phase both lists are sorted using case insensitive order. While after manual sorting from user both list keep the same order.

Before/After Screenshots/Screen Record

  • Before:

Screenshot from 2024-09-26 14-02-30

Screenshot from 2024-09-26 14-02-39

  • After:

Screenshot from 2024-09-26 14-16-34

Screenshot from 2024-09-26 14-16-41

Fixes the following issue(s)

  • Fixes #10993

APK testing

The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR. You can find more info and a video demonstration on this wiki page.

Due diligence

nicholasala avatar Sep 26 '24 14:09 nicholasala

Thank you!

Stypox avatar Nov 10 '24 14:11 Stypox