Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorting is wrong #5

Closed
srbhp opened this issue May 7, 2019 · 2 comments
Closed

Sorting is wrong #5

srbhp opened this issue May 7, 2019 · 2 comments

Comments

@srbhp
Copy link

srbhp commented May 7, 2019

Thanks for the app.
May you please fix sorting of the files? I think this happens for more than 9 files.
Screenshot_20190507-184731

@flackbash
Copy link
Owner

The error occurred because the sorting of the files was done alphabetically, so the items "1 A", "2 A", "12 A" were sorted as "1 A", "12 A", "2 A". In commit 8f271a9 I implement alpha numerical sorting which should fix this. I will publish a new release soon.
Thanks for reporting this.

@srbhp
Copy link
Author

srbhp commented May 28, 2019

Thanks a lot.

flackbash added a commit that referenced this issue May 3, 2020
This was overlooked while fixing the sort order in Main- and
AlbumActivity as discussed in #5.
Closes #55.
@c33s c33s mentioned this issue Aug 18, 2020
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

No branches or pull requests

2 participants