-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Enable to choose sort order #737
base: master
Are you sure you want to change the base?
Conversation
we can support multiple options to show album sorting orders and able to fix downloaded file order seems random. Former version only show album order by date taken, so that user can be confused by the difference of native gallery order. [Usage] .albumOrder() "taken" : order by date taken "added" : order by date added "size" : order by file size default : order by default album order
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the sorting option.
a sort is a mandatory option, plz consider adding it ASAP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved
please, i need this option, i can't find it in the v0.5.3-beta3 version, the albumOrder() method it's not in the SelectionCreator class |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well done
we can support multiple options to show album sorting orders and able to fix downloaded file order seems random.
Former version only show album order by date taken, so that user can be confused by the difference of native gallery order.
[Usage]
.albumOrder()
"taken" : order by date taken
"added" : order by date added
"size" : order by file size
default : order by default album order