TeamAmaze / AmazeFileManager

Material design file manager for Android
https://teamamaze.xyz
GNU General Public License v3.0
5.27k stars 1.57k forks source link

Sorting folders according to size #1215

Open organik1 opened 6 years ago

organik1 commented 6 years ago

Hello Dev. Was it your intention that sorting by size wouldn't be effective on folders? Because that is what I'm experiencing here. Can't sort folders by size, only files follow the order.

VishalNehra commented 6 years ago

You do understand calculating a folder size is a heavy task and would slow down the loading to a great extent.

EmmanuelMess commented 6 years ago

With preloading and caching this can be done, but in the future.

organik1 commented 6 years ago

Alright, I had no Idea that you are aware of this.

ghost commented 5 years ago

Any progress on this?

EmmanuelMess commented 5 years ago

Doesn't seem so, it would require implementing FilePreloaderLibrary or similar, so that calculations be amortized.