Skip to content

More sorting orders in file manager#2535

Merged
houqp merged 5 commits into
koreader:masterfrom
Hzj-jie:master2
Feb 12, 2017
Merged

More sorting orders in file manager#2535
houqp merged 5 commits into
koreader:masterfrom
Hzj-jie:master2

Conversation

@Hzj-jie

@Hzj-jie Hzj-jie commented Feb 8, 2017

Copy link
Copy Markdown
Contributor

This change adds sorting by access time, modification time, change time, file type, file size functions in file manager. Though the times are impacted by OS, which may not so accurate, it's better than nothing.

@houqp houqp merged commit 726b15a into koreader:master Feb 12, 2017
access = {_("by date"), _("Sort by date")},
strcoll = {_("title"), _("Sort by title")},
access = {_("date read"), _("Sort by date of last read")},
change = {_("date added"), _("Sort by date of adding")},

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think it'd sound better to say

Sort by last read date
Sort by date added
Sort by date modified

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Ooh... QP merged before your comment. I will update it.

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.

3 participants