you-apps / RecordYou

Privacy focused recorder app built with MD3
https://you-apps.net
GNU General Public License v3.0
750 stars 34 forks source link

[Feature Request] Function to sort in ascending order according to x parameter #112

Closed Terkyz closed 1 year ago

Terkyz commented 1 year ago

Describe your suggested feature

Sometimes I record many audios or videos in a row, and I would like to see specifically the most recent one first in my list, maybe this is the desired behavior but in my case it is not so, because many times it is sorted in a random order.

It would be great to have a list of filtering options such as "Alphabetical order", "Most recent first", "Oldest first", etc.

Other details

By random order I mean that sometimes I record an audio and name it "Audio 1", and then I record another audio and rename it "Audio 2" and everything is fine until then, but when I record another audio (Audio 3) sometimes it is on top of Audio 1 or sometimes in the middle, which does not make sense.

Acknowledgements

Bnyro commented 1 year ago

Unfortunately we can't sort the files by their creation date as that would require adding storage permissions to the app. The info we have are the name and the size, thus these options are available now for sorting.