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

Added Enhanced Sorting of Files #595

Merged
merged 1 commit into from
Aug 4, 2020
Merged

Added Enhanced Sorting of Files #595

merged 1 commit into from
Aug 4, 2020

Conversation

Akash-Ramjyothi
Copy link
Member

@Akash-Ramjyothi Akash-Ramjyothi commented Aug 4, 2020

Fixes Issues: #486
Referenced #487

Contributors: @balaji-ramavathu , @Akash-Ramjyothi

Description:

The current Amahi Android App has only two types of sorting, Sorting in Alphabetical order, and Sorting by Recently Opened File.

With this update, the following Sorting techniques are added:

  • Sorting by File Name in Increasing Alphabetical Order.
  • Sorting by File Name in Decreasing Alphabetical Order.
  • Sorting by Date Opened in Newest First.
  • Sorting by Date Opened in Oldest First.
  • Sorting by Type of File.
  • Sorting by Increasing Order of Size of File.
  • Sorting by Decreasing Order of Size of File.

Demo of Current Sorting:

ezgif com-video-to-gif (25)

Demo of Enhanced Sorting with Dark Theme:

ezgif com-video-to-gif (26)

Demo of Enhanced Sorting with Light Theme:

ezgif com-video-to-gif (27)

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.

Improving files sorting make each folder remember the last sorting option
3 participants